diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:06:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:06:22 +0000 |
commit | 3beef2957173cda37af1048686fc758f28869505 (patch) | |
tree | 09f47b82804699496854861c1d8438d852a6c473 /dev-perl/Test-ClassAPI | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-3beef2957173cda37af1048686fc758f28869505.tar.gz gentoo-2-3beef2957173cda37af1048686fc758f28869505.tar.bz2 gentoo-2-3beef2957173cda37af1048686fc758f28869505.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Test-ClassAPI')
-rw-r--r-- | dev-perl/Test-ClassAPI/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/Test-ClassAPI/ChangeLog b/dev-perl/Test-ClassAPI/ChangeLog index 8d0f100e2b69..6f26a73d2c37 100644 --- a/dev-perl/Test-ClassAPI/ChangeLog +++ b/dev-perl/Test-ClassAPI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-ClassAPI -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.14 2006/08/05 23:17:45 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.15 2007/01/19 16:06:22 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Test-ClassAPI-1.02.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Test-ClassAPI-1.02.ebuild: diff --git a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild index 68a54c8cc237..83ef02b4716e 100644 --- a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild +++ b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild @@ -1,12 +1,12 @@ -# 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/Test-ClassAPI/Test-ClassAPI-1.02.ebuild,v 1.14 2006/08/05 23:17:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/Test-ClassAPI-1.02.ebuild,v 1.15 2007/01/19 16:06:22 mcummings Exp $ inherit perl-module DESCRIPTION="Provides basic first-pass API testing for large class trees" SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~adamk/${P}/" +HOMEPAGE="http://search.cpan.org/~adamk/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -18,5 +18,3 @@ DEPEND=">=virtual/perl-File-Spec-0.83 >=dev-perl/Class-Inspector-1.06 dev-perl/Config-Tiny dev-lang/perl" -RDEPEND="${DEPEND}" - |