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-perl: ChangeLog gtk2-perl-1.183.ebuild
Date: Fri, 04 Jul 2008 07:49:32
Message-Id: E1KEg2o-0008Eh-RD@stork.gentoo.org
1 tove 08/07/04 07:49:26
2
3 Modified: ChangeLog
4 Added: gtk2-perl-1.183.ebuild
5 Log:
6 Version bump (#229707)
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.96 dev-perl/gtk2-perl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-perl/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-perl/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-perl/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 8 Apr 2008 14:32:32 -0000 1.95
23 +++ ChangeLog 4 Jul 2008 07:49:26 -0000 1.96
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/gtk2-perl
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.95 2008/04/08 14:32:32 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.96 2008/07/04 07:49:26 tove Exp $
29 +
30 +*gtk2-perl-1.183 (04 Jul 2008)
31 +
32 + 04 Jul 2008; Torsten Veller <tove@g.o> +gtk2-perl-1.183.ebuild:
33 + Version bump (#229707)
34
35 08 Apr 2008; Torsten Veller <tove@g.o> gtk2-perl-1.182.ebuild:
36 Add missing R to RDEPEND. Thanks to Matthias Schwarzott.
37
38
39
40 1.1 dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gtk2-perl-1.183.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-perl/gtk2-perl-1.183.ebuild,v 1.1 2008/07/04 07:49:26 tove Exp $
50
51 inherit perl-module
52
53 MY_P=Gtk2-${PV}
54 S=${WORKDIR}/${MY_P}
55 DESCRIPTION="Perl bindings for GTK2"
56 HOMEPAGE="http://search.cpan.org/~tsch/"
57 SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/gtk+-2
65 dev-perl/Cairo
66 >=dev-perl/glib-perl-1.180
67 dev-lang/perl"
68 DEPEND="${RDEPEND}
69 >=dev-perl/extutils-depends-0.300
70 >=dev-perl/extutils-pkgconfig-1.030"
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list