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/Spiffy: ChangeLog Spiffy-0.30.ebuild
Date: Fri, 05 Feb 2010 22:28:11
Message-Id: E1NdWem-0006An-IK@stork.gentoo.org
1 tove 10/02/05 22:28:08
2
3 Modified: ChangeLog Spiffy-0.30.ebuild
4 Log:
5 Fix LICENSE (#301969). Maintenance
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.22 dev-perl/Spiffy/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 11 Jan 2010 20:15:02 -0000 1.21
22 +++ ChangeLog 5 Feb 2010 22:28:07 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Spiffy
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.21 2010/01/11 20:15:02 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.22 2010/02/05 22:28:07 tove Exp $
28 +
29 + 05 Feb 2010; Torsten Veller <tove@g.o> Spiffy-0.30.ebuild:
30 + Fix LICENSE (#301969). Maintenance
31
32 11 Jan 2010; Fabian Groffen <grobian@g.o> Spiffy-0.30.ebuild:
33 Transfer Prefix keywords
34
35
36
37 1.17 dev-perl/Spiffy/Spiffy-0.30.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild?rev=1.17&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild?rev=1.17&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild?r1=1.16&r2=1.17
42
43 Index: Spiffy-0.30.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v
46 retrieving revision 1.16
47 retrieving revision 1.17
48 diff -u -r1.16 -r1.17
49 --- Spiffy-0.30.ebuild 11 Jan 2010 20:15:02 -0000 1.16
50 +++ Spiffy-0.30.ebuild 5 Feb 2010 22:28:07 -0000 1.17
51 @@ -1,17 +1,16 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.16 2010/01/11 20:15:02 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.17 2010/02/05 22:28:07 tove Exp $
56
57 +EAPI=2
58 +
59 +MODULE_AUTHOR=INGY
60 inherit perl-module
61
62 DESCRIPTION="Spiffy Perl Interface Framework For You"
63 -HOMEPAGE="http://search.cpan.org/~ingy/"
64 -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
65 -LICENSE="Artistic"
66 +
67 SLOT="0"
68 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
69 IUSE=""
70
71 SRC_TEST="do"
72 -
73 -DEPEND=">=dev-lang/perl-5.6.1"