Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-wijesekera: scim-wijesekera-0.3.3.ebuild ChangeLog
Date: Sat, 04 Oct 2008 19:07:07
Message-Id: E1KmCT0-0002bR-Th@stork.gentoo.org
1 gentoofan23 08/10/04 19:07:02
2
3 Modified: scim-wijesekera-0.3.3.ebuild ChangeLog
4 Log:
5 Fix pkgconfig build failures, bug 239619
6 (Portage version: 2.2_rc10/cvs/Linux 2.6.25.9 x86_64)
7
8 Revision Changes Path
9 1.2 app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild?r1=1.1&r2=1.2
14
15 Index: scim-wijesekera-0.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scim-wijesekera-0.3.3.ebuild 2 May 2008 15:41:33 -0000 1.1
22 +++ scim-wijesekera-0.3.3.ebuild 4 Oct 2008 19:07:02 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.1 2008/05/02 15:41:33 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3.ebuild,v 1.2 2008/10/04 19:07:02 gentoofan23 Exp $
28
29 inherit autotools
30
31 @@ -13,7 +13,9 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 -DEPEND=">=app-i18n/scim-0.99.8"
36 +RDEPEND=">=app-i18n/scim-0.99.8"
37 +DEPEND="${RDEPEND}
38 + dev-util/pkgconfig"
39
40 src_unpack() {
41 unpack ${A}
42
43
44
45 1.2 app-i18n/scim-wijesekera/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 2 May 2008 15:41:33 -0000 1.1
58 +++ ChangeLog 4 Oct 2008 19:07:02 -0000 1.2
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-i18n/scim-wijesekera
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.1 2008/05/02 15:41:33 matsuu Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.2 2008/10/04 19:07:02 gentoofan23 Exp $
64 +
65 + 04 Oct 2008; Thomas Anderson <gentoofan23@g.o>
66 + scim-wijesekera-0.3.3.ebuild:
67 + Fix pkgconfig build failures, bug 239619
68
69 *scim-wijesekera-0.3.3 (02 May 2008)