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-wijesekera: scim-wijesekera-0.3.3-r1.ebuild scim-wijesekera-0.3.3.ebuild ChangeLog
Date: Tue, 02 Oct 2012 02:13:10
Message-Id: 20121002021259.63C4221601@flycatcher.gentoo.org
1 naota 12/10/02 02:12:59
2
3 Modified: scim-wijesekera-0.3.3-r1.ebuild
4 scim-wijesekera-0.3.3.ebuild 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.3 app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: scim-wijesekera-0.3.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- scim-wijesekera-0.3.3-r1.ebuild 3 May 2012 19:24:30 -0000 1.2
24 +++ scim-wijesekera-0.3.3-r1.ebuild 2 Oct 2012 02:12:59 -0000 1.3
25 @@ -1,6 +1,8 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v 1.2 2012/05/03 19:24:30 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v 1.3 2012/10/02 02:12:59 naota Exp $
30 +
31 +EAPI=2
32
33 inherit autotools eutils
34
35 @@ -13,13 +15,11 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -RDEPEND=">=app-i18n/scim-0.99.8"
40 +RDEPEND=">=app-i18n/scim-0.99.8[-gtk3]"
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig"
43
44 -src_unpack() {
45 - unpack ${A}
46 - cd "${S}"
47 +src_prepare() {
48 epatch "${FILESDIR}/${P}-gcc43.patch"
49 eautoreconf
50 }
51
52
53
54 1.4 app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?r1=1.3&r2=1.4
59
60 Index: scim-wijesekera-0.3.3.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- scim-wijesekera-0.3.3.ebuild 3 May 2012 19:24:30 -0000 1.3
67 +++ scim-wijesekera-0.3.3.ebuild 2 Oct 2012 02:12:59 -0000 1.4
68 @@ -1,6 +1,8 @@
69 # Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.3 2012/05/03 19:24:30 jdhore Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.4 2012/10/02 02:12:59 naota Exp $
73 +
74 +EAPI=2
75
76 inherit autotools
77
78 @@ -13,13 +15,11 @@
79 KEYWORDS="~amd64 ~x86"
80 IUSE=""
81
82 -RDEPEND=">=app-i18n/scim-0.99.8"
83 +RDEPEND=">=app-i18n/scim-0.99.8[-gtk3]"
84 DEPEND="${RDEPEND}
85 virtual/pkgconfig"
86
87 -src_unpack() {
88 - unpack ${A}
89 - cd "${S}"
90 +src_prepare() {
91 eautoreconf
92 }
93
94
95
96
97 1.5 app-i18n/scim-wijesekera/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.5&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.5&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?r1=1.4&r2=1.5
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v
106 retrieving revision 1.4
107 retrieving revision 1.5
108 diff -u -r1.4 -r1.5
109 --- ChangeLog 3 May 2012 19:24:30 -0000 1.4
110 +++ ChangeLog 2 Oct 2012 02:12:59 -0000 1.5
111 @@ -1,6 +1,10 @@
112 # ChangeLog for app-i18n/scim-wijesekera
113 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.4 2012/05/03 19:24:30 jdhore Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.5 2012/10/02 02:12:59 naota Exp $
116 +
117 + 02 Oct 2012; <naota@g.o> scim-wijesekera-0.3.3-r1.ebuild,
118 + scim-wijesekera-0.3.3.ebuild:
119 + Force scim not to use gtk3.
120
121 03 May 2012; Jeff Horelick <jdhore@g.o> scim-wijesekera-0.3.3.ebuild,
122 scim-wijesekera-0.3.3-r1.ebuild:
123 @@ -22,4 +26,3 @@
124 02 May 2008; MATSUU Takuto <matsuu@g.o> +metadata.xml,
125 +scim-wijesekera-0.3.3.ebuild:
126 Initial import, bug #217558.
127 -