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 /dev-perl/Spiffy/Spiffy-0.30.ebuild | |
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)
Diffstat (limited to 'dev-perl/Spiffy/Spiffy-0.30.ebuild')
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.30.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
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" |