Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/AtExit: ChangeLog AtExit-2.01.ebuild
Date: Wed, 03 Feb 2010 00:42:23
Message-Id: E1NcTK0-00071B-7i@stork.gentoo.org
1 hanno 10/02/03 00:42:20
2
3 Modified: ChangeLog AtExit-2.01.ebuild
4 Log:
5 fix license
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.14 dev-perl/AtExit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 26 Nov 2006 17:46:34 -0000 1.13
22 +++ ChangeLog 3 Feb 2010 00:42:19 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/AtExit
25 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.13 2006/11/26 17:46:34 beandog Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/ChangeLog,v 1.14 2010/02/03 00:42:19 hanno Exp $
29 +
30 + 03 Feb 2010; Hanno Boeck <hanno@g.o> AtExit-2.01.ebuild:
31 + Remove LICENSE so it takes the correct from perl-module.eclass.
32
33 26 Nov 2006; Steve Dibb <beandog@g.o> AtExit-2.01.ebuild:
34 Update homepage
35
36
37
38 1.15 dev-perl/AtExit/AtExit-2.01.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild?r1=1.14&r2=1.15
43
44 Index: AtExit-2.01.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- AtExit-2.01.ebuild 26 Nov 2006 17:46:34 -0000 1.14
51 +++ AtExit-2.01.ebuild 3 Feb 2010 00:42:19 -0000 1.15
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild,v 1.14 2006/11/26 17:46:34 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild,v 1.15 2010/02/03 00:42:19 hanno Exp $
58
59 inherit perl-module
60
61 @@ -11,7 +11,6 @@
62 HOMEPAGE="http://mirror.datapipe.net/CPAN/authors/id/B/BR/BRADAPP/"
63
64 SLOT="0"
65 -LICENSE="Artistic"
66 KEYWORDS="amd64 ia64 ppc sparc x86"
67 IUSE=""
68 DEPEND="dev-lang/perl"