Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-input-pad: scim-input-pad-0.1.1.ebuild ChangeLog
Date: Fri, 20 Jun 2008 23:52:59
Message-Id: E1K9qPU-0008K8-S3@stork.gentoo.org
1 matsuu 08/06/20 23:52:52
2
3 Modified: scim-input-pad-0.1.1.ebuild ChangeLog
4 Log:
5 Added dev-util/pkgconfig to DEPEND, bug #227575.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.5 app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild?r1=1.4&r2=1.5
14
15 Index: scim-input-pad-0.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- scim-input-pad-0.1.1.ebuild 10 Sep 2007 16:24:53 -0000 1.4
22 +++ scim-input-pad-0.1.1.ebuild 20 Jun 2008 23:52:52 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.4 2007/09/10 16:24:53 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.5 2008/06/20 23:52:52 matsuu Exp $
29
30 DESCRIPTION="Input pad for SCIM used to input symbols and special characters"
31 HOMEPAGE="http://www.scim-im.org/"
32 @@ -11,10 +11,11 @@
33 KEYWORDS="x86"
34 IUSE="nls"
35
36 -DEPEND=">=app-i18n/scim-1.2.0
37 +RDEPEND=">=app-i18n/scim-1.2.0
38 >=x11-libs/gtk+-2.6.0"
39
40 -RDEPEND="${DEPEND}"
41 +DEPEND="${RDEPEND}
42 + dev-util/pkgconfig"
43
44 src_compile() {
45 econf $(use_enable nls) || die "Error: econf failed!"
46 @@ -22,7 +23,7 @@
47 }
48
49 src_install() {
50 - make DESTDIR=${D} install || die "Error: install failed!"
51 + emake DESTDIR="${D}" install || die "Error: install failed!"
52 dodoc ChangeLog README TODO
53 }
54
55
56
57
58 1.5 app-i18n/scim-input-pad/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/ChangeLog?rev=1.5&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/ChangeLog?rev=1.5&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-input-pad/ChangeLog?r1=1.4&r2=1.5
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v
67 retrieving revision 1.4
68 retrieving revision 1.5
69 diff -u -r1.4 -r1.5
70 --- ChangeLog 10 Sep 2007 16:24:53 -0000 1.4
71 +++ ChangeLog 20 Jun 2008 23:52:52 -0000 1.5
72 @@ -1,6 +1,10 @@
73 # ChangeLog for app-i18n/scim-input-pad
74 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v 1.4 2007/09/10 16:24:53 opfer Exp $
76 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v 1.5 2008/06/20 23:52:52 matsuu Exp $
78 +
79 + 20 Jun 2008; MATSUU Takuto <matsuu@g.o>
80 + scim-input-pad-0.1.1.ebuild:
81 + Added dev-util/pkgconfig to DEPEND, bug #227575.
82
83 10 Sep 2007; Christian Faulhammer <opfer@g.o>
84 scim-input-pad-0.1.1.ebuild:
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list