Gentoo Archives: gentoo-commits

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