diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-05 22:28:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-05 22:28:07 +0000 |
commit | e77466d173da69d8362aeac261152c3c5250914f (patch) | |
tree | 6d65974a50e3d8043310d1ced3ac848b5cf80bea | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-e77466d173da69d8362aeac261152c3c5250914f.tar.gz gentoo-2-e77466d173da69d8362aeac261152c3c5250914f.tar.bz2 gentoo-2-e77466d173da69d8362aeac261152c3c5250914f.zip |
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.30.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index 5fa33404262f..f5dd2b89ea3a 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Spiffy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.21 2010/01/11 20:15:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.22 2010/02/05 22:28:07 tove Exp $ + + 05 Feb 2010; Torsten Veller <tove@gentoo.org> Spiffy-0.30.ebuild: + Fix LICENSE (#301969). Maintenance 11 Jan 2010; Fabian Groffen <grobian@gentoo.org> Spiffy-0.30.ebuild: Transfer Prefix keywords diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild index 6b49aafccfef..be83aa60b751 100644 --- a/dev-perl/Spiffy/Spiffy-0.30.ebuild +++ b/dev-perl/Spiffy/Spiffy-0.30.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.16 2010/01/11 20:15:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.17 2010/02/05 22:28:07 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=INGY inherit perl-module DESCRIPTION="Spiffy Perl Interface Framework For You" -HOMEPAGE="http://search.cpan.org/~ingy/" -SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" -LICENSE="Artistic" + SLOT="0" 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" IUSE="" SRC_TEST="do" - -DEPEND=">=dev-lang/perl-5.6.1" |