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 | d23a3a6d5e9a642740eae55cbb09cbc6bb6fe665 (patch) | |
tree | e56559aa066af60c227dbc291cf2343795dc1346 /dev-perl/Spiffy | |
parent | Remove IPL-1 license, duplicate of IBM, bug 301180. (diff) | |
download | historical-d23a3a6d5e9a642740eae55cbb09cbc6bb6fe665.tar.gz historical-d23a3a6d5e9a642740eae55cbb09cbc6bb6fe665.tar.bz2 historical-d23a3a6d5e9a642740eae55cbb09cbc6bb6fe665.zip |
Fix LICENSE (#301969). Maintenance
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Spiffy')
-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" |