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/CDB_File: CDB_File-0.96.ebuild ChangeLog
Date: Mon, 22 Feb 2010 09:16:34
Message-Id: E1NjUP1-0001uN-HN@stork.gentoo.org
1 tove 10/02/22 09:16:31
2
3 Modified: CDB_File-0.96.ebuild ChangeLog
4 Log:
5 EAPI=2. Fix LICENSE: same terms as Perl
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-perl/CDB_File/CDB_File-0.96.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild?r1=1.1&r2=1.2
14
15 Index: CDB_File-0.96.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- CDB_File-0.96.ebuild 20 Feb 2010 02:40:22 -0000 1.1
22 +++ CDB_File-0.96.ebuild 22 Feb 2010 09:16:30 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild,v 1.1 2010/02/20 02:40:22 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/CDB_File-0.96.ebuild,v 1.2 2010/02/22 09:16:30 tove Exp $
28 +
29 +EAPI=2
30
31 MODULE_AUTHOR="MSERGEANT"
32
33 @@ -8,8 +10,6 @@
34
35 DESCRIPTION="Tie to CDB (Bernstein's constant DB) files"
36
37 -IUSE=""
38 -
39 SLOT="0"
40 -LICENSE="|| ( Artistic GPL-2 )"
41 KEYWORDS="~amd64 ~x86"
42 +IUSE=""
43
44
45
46 1.2 dev-perl/CDB_File/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/CDB_File/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 20 Feb 2010 02:40:22 -0000 1.1
59 +++ ChangeLog 22 Feb 2010 09:16:31 -0000 1.2
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-perl/CDB_File
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.1 2010/02/20 02:40:22 robbat2 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDB_File/ChangeLog,v 1.2 2010/02/22 09:16:31 tove Exp $
65 +
66 + 22 Feb 2010; Torsten Veller <tove@g.o> CDB_File-0.96.ebuild:
67 + EAPI=2. Fix LICENSE: same terms as Perl
68
69 *CDB_File-0.96 (20 Feb 2010)