diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:39:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:39:23 +0000 |
commit | a29d6d8a15cf026d309b929c5c0d45097f2adc6c (patch) | |
tree | 14b0180046d49079769978ee0fb3dff575700c72 /dev-perl/Class-Spiffy | |
parent | Stable for HPPA (bug #301572). (diff) | |
download | gentoo-2-a29d6d8a15cf026d309b929c5c0d45097f2adc6c.tar.gz gentoo-2-a29d6d8a15cf026d309b929c5c0d45097f2adc6c.tar.bz2 gentoo-2-a29d6d8a15cf026d309b929c5c0d45097f2adc6c.zip |
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-Spiffy')
-rw-r--r-- | dev-perl/Class-Spiffy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-perl/Class-Spiffy/ChangeLog b/dev-perl/Class-Spiffy/ChangeLog index 97f9a5a4c581..97b9d709fe53 100644 --- a/dev-perl/Class-Spiffy/ChangeLog +++ b/dev-perl/Class-Spiffy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-Spiffy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.14 2009/05/02 11:50:37 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.15 2010/01/29 07:39:23 tove Exp $ + + 29 Jan 2010; Torsten Veller <tove@gentoo.org> Class-Spiffy-0.15.ebuild: + Fix LICENSE: same terms as perl (#301969). Maintenance 02 May 2009; Torsten Veller <tove@gentoo.org> -Class-Spiffy-0.12.ebuild: Cleanup diff --git a/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild b/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild index 59452feb2494..515801d215a6 100644 --- a/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild +++ b/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild,v 1.8 2007/04/15 20:33:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/Class-Spiffy-0.15.ebuild,v 1.9 2010/01/29 07:39:23 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="hppa ia64 ~ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" - -DEPEND=">=dev-lang/perl-5.6.1" |