diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:53:27 +0000 |
commit | bd024517155d1b45d52d076a8f72fd05032a535e (patch) | |
tree | 3265bbdfa15a402494835b8a2f20a6b3835b02e2 /dev-perl/Spiffy | |
parent | Version bump, thanks seemant (diff) | |
download | historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.gz historical-bd024517155d1b45d52d076a8f72fd05032a535e.tar.bz2 historical-bd024517155d1b45d52d076a8f72fd05032a535e.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Spiffy')
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.30.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index 14e789fd39ff..756042dbbf33 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Spiffy -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.18 2006/09/16 22:08:06 dertobi123 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.19 2007/01/19 15:50:35 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> -Spiffy-0.26.ebuild, + -Spiffy-0.29.ebuild, Spiffy-0.30.ebuild: + Ebuild maintenance 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> Spiffy-0.30.ebuild: ppc stable diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild index 2403efca96cb..5fa05cccf6bf 100644 --- a/dev-perl/Spiffy/Spiffy-0.30.ebuild +++ b/dev-perl/Spiffy/Spiffy-0.30.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.13 2006/09/16 22:08:06 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.14 2007/01/19 15:50:35 mcummings Exp $ inherit perl-module DESCRIPTION="Spiffy Perl Interface Framework For You" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" +HOMEPAGE="http://search.cpan.org/~ingy/" SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" @@ -15,4 +15,3 @@ IUSE="" SRC_TEST="do" DEPEND=">=dev-lang/perl-5.6.1" -RDEPEND="${DEPEND}" |