summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/version')
-rw-r--r--perl-core/version/ChangeLog5
-rw-r--r--perl-core/version/version-0.73.ebuild22
-rw-r--r--perl-core/version/version-0.74.ebuild23
3 files changed, 3 insertions, 47 deletions
diff --git a/perl-core/version/ChangeLog b/perl-core/version/ChangeLog
index e6e55fc50380..d22cc4ea3679 100644
--- a/perl-core/version/ChangeLog
+++ b/perl-core/version/ChangeLog
@@ -1,8 +1,9 @@
# ChangeLog for perl-core/version
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.2 2009/04/28 12:12:07 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.3 2009/04/28 12:13:55 tove Exp $
- 28 Apr 2009; Torsten Veller <tove@gentoo.org> ChangeLog:
+ 28 Apr 2009; Torsten Veller <tove@gentoo.org> -version-0.73.ebuild,
+ -version-0.74.ebuild:
Cleanup
01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml,
diff --git a/perl-core/version/version-0.73.ebuild b/perl-core/version/version-0.73.ebuild
deleted file mode 100644
index 450a4061ab56..000000000000
--- a/perl-core/version/version-0.73.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.73.ebuild,v 1.1 2008/11/02 07:33:21 tove 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/~jpeacock"
-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 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/perl-Module-Build-0.28
- dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/perl-core/version/version-0.74.ebuild b/perl-core/version/version-0.74.ebuild
deleted file mode 100644
index 3ccc9cc24917..000000000000
--- a/perl-core/version/version-0.74.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.74.ebuild,v 1.2 2008/11/04 09:41:07 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/dist/version"
-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 ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.28"
-
-SRC_TEST="do"