Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-gladexml: ChangeLog gtk2-gladexml-1.006.ebuild
Date: Sat, 29 Nov 2008 12:13:58
Message-Id: E1L6Ohw-0003vC-Rs@stork.gentoo.org
1 ssuominen 08/11/29 12:13:56
2
3 Modified: ChangeLog gtk2-gladexml-1.006.ebuild
4 Log:
5 Move extutils-pkgconfig to DEPEND wrt #223075.
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
7
8 Revision Changes Path
9 1.39 dev-perl/gtk2-gladexml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?rev=1.39&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?rev=1.39&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?r1=1.38&r2=1.39
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v
18 retrieving revision 1.38
19 retrieving revision 1.39
20 diff -u -r1.38 -r1.39
21 --- ChangeLog 22 Sep 2008 16:03:53 -0000 1.38
22 +++ ChangeLog 29 Nov 2008 12:13:56 -0000 1.39
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/gtk2-gladexml
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v 1.38 2008/09/22 16:03:53 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v 1.39 2008/11/29 12:13:56 ssuominen Exp $
28 +
29 + 29 Nov 2008; <ssuominen@g.o> gtk2-gladexml-1.006.ebuild:
30 + Move extutils-pkgconfig to DEPEND wrt #223075.
31
32 22 Sep 2008; Torsten Veller <tove@g.o> gtk2-gladexml-1.007.ebuild:
33 Fix LICENSE
34
35
36
37 1.10 dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild?r1=1.9&r2=1.10
42
43 Index: gtk2-gladexml-1.006.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- gtk2-gladexml-1.006.ebuild 13 Mar 2008 16:49:16 -0000 1.9
50 +++ gtk2-gladexml-1.006.ebuild 29 Nov 2008 12:13:56 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild,v 1.9 2008/03/13 16:49:16 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.006.ebuild,v 1.10 2008/11/29 12:13:56 ssuominen Exp $
56
57 inherit perl-module
58
59 @@ -8,18 +8,19 @@
60 S=${WORKDIR}/${MY_P}
61
62 DESCRIPTION="Create user interfaces directly from Glade XML files."
63 -SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz"
64 HOMEPAGE="http://gtk2-perl.sf.net/"
65 -SLOT="0"
66 +SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz"
67 +
68 LICENSE="GPL-2"
69 +SLOT="0"
70 KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
71 IUSE=""
72
73 -DEPEND=">=x11-libs/gtk+-2
74 +RDEPEND=">=x11-libs/gtk+-2
75 >=gnome-base/libglade-2
76 >=dev-util/glade-2.0.0-r1
77 >=dev-perl/glib-perl-1.012
78 - >=dev-perl/gtk2-perl-1.012
79 + >=dev-perl/gtk2-perl-1.012"
80 +DEPEND="${RDEPEND}
81 dev-perl/extutils-depends
82 - dev-perl/extutils-pkgconfig
83 - dev-lang/perl"
84 + dev-perl/extutils-pkgconfig"