Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-wnn: scim-wnn-1.0.0.ebuild scim-wnn-1.0.0-r1.ebuild ChangeLog
Date: Tue, 02 Oct 2012 02:41:00
Message-Id: 20121002024050.27DFF21601@flycatcher.gentoo.org
1 naota 12/10/02 02:40:50
2
3 Modified: scim-wnn-1.0.0.ebuild scim-wnn-1.0.0-r1.ebuild
4 ChangeLog
5 Log:
6 Force scim not to use gtk3.
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?r1=1.4&r2=1.5
16
17 Index: scim-wnn-1.0.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- scim-wnn-1.0.0.ebuild 31 Dec 2009 21:03:14 -0000 1.4
24 +++ scim-wnn-1.0.0.ebuild 2 Oct 2012 02:40:49 -0000 1.5
25 @@ -1,6 +1,8 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.4 2009/12/31 21:03:14 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.5 2012/10/02 02:40:49 naota Exp $
31 +
32 +EAPI=2
33
34 DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
35 HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
36 @@ -11,15 +13,13 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE="freewnn"
39
40 -RDEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )
41 +RDEPEND="|| ( >=app-i18n/scim-1.0[-gtk3] >=app-i18n/scim-cvs-1.0 )
42 dev-libs/wnn7sdk
43 freewnn? ( app-i18n/freewnn )"
44 DEPEND="${RDEPEND}
45 >=sys-apps/sed-4"
46
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 +src_prepare() {
51 sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \
52 configure || die "ldflags sed failed"
53 cd "${S}"/src
54
55
56
57 1.3 app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?r1=1.2&r2=1.3
62
63 Index: scim-wnn-1.0.0-r1.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- scim-wnn-1.0.0-r1.ebuild 3 May 2012 19:24:27 -0000 1.2
70 +++ scim-wnn-1.0.0-r1.ebuild 2 Oct 2012 02:40:49 -0000 1.3
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2012 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v 1.2 2012/05/03 19:24:27 jdhore Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v 1.3 2012/10/02 02:40:49 naota Exp $
76
77 EAPI="2"
78
79 @@ -15,7 +15,7 @@
80 KEYWORDS="~amd64 ~x86"
81 IUSE="+freewnn"
82
83 -RDEPEND=">=app-i18n/scim-1.4
84 +RDEPEND=">=app-i18n/scim-1.4[-gtk3]
85 dev-libs/wnn7sdk
86 freewnn? ( app-i18n/freewnn )"
87 DEPEND="${RDEPEND}
88
89
90
91 1.13 app-i18n/scim-wnn/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/ChangeLog?rev=1.13&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/ChangeLog?rev=1.13&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/ChangeLog?r1=1.12&r2=1.13
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v
100 retrieving revision 1.12
101 retrieving revision 1.13
102 diff -u -r1.12 -r1.13
103 --- ChangeLog 3 May 2012 19:24:27 -0000 1.12
104 +++ ChangeLog 2 Oct 2012 02:40:49 -0000 1.13
105 @@ -1,6 +1,10 @@
106 # ChangeLog for app-i18n/scim-wnn
107 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v 1.12 2012/05/03 19:24:27 jdhore Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v 1.13 2012/10/02 02:40:49 naota Exp $
110 +
111 + 02 Oct 2012; <naota@g.o> scim-wnn-1.0.0-r1.ebuild,
112 + scim-wnn-1.0.0.ebuild:
113 + Force scim not to use gtk3.
114
115 03 May 2012; Jeff Horelick <jdhore@g.o> scim-wnn-1.0.0-r1.ebuild:
116 dev-util/pkgconfig -> virtual/pkgconfig
117 @@ -57,4 +61,3 @@
118 30 Nov 2004; Mamoru KOMACHI <usata@g.o> +metadata.xml,
119 +scim-wnn-0.1.0.ebuild:
120 Initial import.
121 -