diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:56:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:56:24 +0000 |
commit | 9c1e6cce2105f6fa56e16ba15997a94c04ace725 (patch) | |
tree | 5a20800f01d79855c6af84d17894fa03f97b938b /dev-perl/Clone | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-9c1e6cce2105f6fa56e16ba15997a94c04ace725.tar.gz gentoo-2-9c1e6cce2105f6fa56e16ba15997a94c04ace725.tar.bz2 gentoo-2-9c1e6cce2105f6fa56e16ba15997a94c04ace725.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-perl/Clone')
-rw-r--r-- | dev-perl/Clone/Clone-0.13.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.15.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Clone/Clone-0.13.ebuild b/dev-perl/Clone/Clone-0.13.ebuild index 9f52d8a0fb02..9625cf4d86e1 100644 --- a/dev-perl/Clone/Clone-0.13.ebuild +++ b/dev-perl/Clone/Clone-0.13.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.13.ebuild,v 1.5 2004/06/25 00:14:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.13.ebuild,v 1.6 2004/07/14 16:56:24 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Recursively copy Perl datatypes" SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme" @@ -12,6 +11,6 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 alpha ~hppa ~mips ~ppc ~sparc" +IUSE="" DEPEND="" - diff --git a/dev-perl/Clone/Clone-0.15.ebuild b/dev-perl/Clone/Clone-0.15.ebuild index 0037f899d02c..88395e451764 100644 --- a/dev-perl/Clone/Clone-0.15.ebuild +++ b/dev-perl/Clone/Clone-0.15.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.15.ebuild,v 1.2 2004/06/25 00:14:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.15.ebuild,v 1.3 2004/07/14 16:56:24 agriffis Exp $ inherit perl-module -S=${WORKDIR}/${P} DESCRIPTION="Recursively copy Perl datatypes" SRC_URI="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme" @@ -12,8 +11,8 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~mips ~ppc ~sparc" +IUSE="" SRC_TEST="do" DEPEND="" - |