diff options
Diffstat (limited to 'dev-perl/version/version-0.71.ebuild')
-rw-r--r-- | dev-perl/version/version-0.71.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/version/version-0.71.ebuild b/dev-perl/version/version-0.71.ebuild deleted file mode 100644 index 3b2d56e03c24..000000000000 --- a/dev-perl/version/version-0.71.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/version-0.71.ebuild,v 1.2 2007/06/24 21:30:16 vapier Exp $ - -inherit versionator perl-module - -MY_P="${PN}-$(delete_version_separator 2)" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Perl extension for Version Objects" -HOMEPAGE="http://search.cpan.org/~jpeakcock" -SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/module-build-0.28 - dev-lang/perl" - -SRC_TEST="do" |