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-Unique: ChangeLog Gtk2-Unique-0.50.0.ebuild
Date: Tue, 30 Aug 2011 18:56:55
Message-Id: 20110830185645.37C2B2004C@flycatcher.gentoo.org
1 tove 11/08/30 18:56:45
2
3 Modified: ChangeLog Gtk2-Unique-0.50.0.ebuild
4 Log:
5 Drop unused eutils eclass
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-perl/Gtk2-Unique/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 30 Aug 2011 14:53:45 -0000 1.7
23 +++ ChangeLog 30 Aug 2011 18:56:45 -0000 1.8
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Gtk2-Unique
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.7 2011/08/30 14:53:45 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.8 2011/08/30 18:56:45 tove Exp $
29 +
30 + 30 Aug 2011; Torsten Veller <tove@g.o> Gtk2-Unique-0.50.0.ebuild:
31 + Drop unused eutils eclass
32
33 30 Aug 2011; Torsten Veller <tove@g.o> +Gtk2-Unique-0.50.0.ebuild:
34 Change version scheme
35
36
37
38 1.5 dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild?r1=1.4&r2=1.5
43
44 Index: Gtk2-Unique-0.50.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- Gtk2-Unique-0.50.0.ebuild 30 Aug 2011 14:53:45 -0000 1.4
51 +++ Gtk2-Unique-0.50.0.ebuild 30 Aug 2011 18:56:45 -0000 1.5
52 @@ -1,12 +1,12 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild,v 1.4 2011/08/30 14:53:45 tove Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild,v 1.5 2011/08/30 18:56:45 tove Exp $
57
58 EAPI=4
59
60 MODULE_AUTHOR=POTYL
61 MODULE_VERSION=0.05
62 -inherit eutils perl-module
63 +inherit perl-module
64
65 DESCRIPTION="Perl binding for C libunique library"