summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-15 10:35:41 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-15 10:35:41 +0000
commitac8e583f50ea6ff31e0c5126da804528705fbc64 (patch)
tree187825a710430f9ecc16b9259da4962ee44330bb /dev-perl/version
parentUse elisp-compile instead of elisp-comp, bug 235527. (diff)
downloadgentoo-2-ac8e583f50ea6ff31e0c5126da804528705fbc64.tar.gz
gentoo-2-ac8e583f50ea6ff31e0c5126da804528705fbc64.tar.bz2
gentoo-2-ac8e583f50ea6ff31e0c5126da804528705fbc64.zip
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/version')
-rw-r--r--dev-perl/version/ChangeLog7
-rw-r--r--dev-perl/version/version-0.53.ebuild18
-rw-r--r--dev-perl/version/version-0.67.01.ebuild21
-rw-r--r--dev-perl/version/version-0.68.ebuild21
-rw-r--r--dev-perl/version/version-0.69.ebuild22
-rw-r--r--dev-perl/version/version-0.70.ebuild22
-rw-r--r--dev-perl/version/version-0.71.ebuild22
-rw-r--r--dev-perl/version/version-0.72.03.ebuild22
8 files changed, 6 insertions, 149 deletions
diff --git a/dev-perl/version/ChangeLog b/dev-perl/version/ChangeLog
index 45a2d3f0238e..024925101103 100644
--- a/dev-perl/version/ChangeLog
+++ b/dev-perl/version/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/version
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.58 2008/07/22 07:16:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.59 2008/09/15 10:35:41 tove Exp $
+
+ 15 Sep 2008; Torsten Veller <tove@gentoo.org> -version-0.53.ebuild,
+ -version-0.67.01.ebuild, -version-0.68.ebuild, -version-0.69.ebuild,
+ -version-0.70.ebuild, -version-0.71.ebuild, -version-0.72.03.ebuild:
+ Cleanup
*version-0.76 (22 Jul 2008)
diff --git a/dev-perl/version/version-0.53.ebuild b/dev-perl/version/version-0.53.ebuild
deleted file mode 100644
index 09ae5a3b5d4a..000000000000
--- a/dev-perl/version/version-0.53.ebuild
+++ /dev/null
@@ -1,18 +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.53.ebuild,v 1.9 2007/01/14 15:40:53 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="Perl extension for Version Objects"
-HOMEPAGE="http://search.cpan.org/~jpeakcock"
-SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND=">=dev-perl/module-build-0.28
- dev-lang/perl"
diff --git a/dev-perl/version/version-0.67.01.ebuild b/dev-perl/version/version-0.67.01.ebuild
deleted file mode 100644
index 744a310eb2ca..000000000000
--- a/dev-perl/version/version-0.67.01.ebuild
+++ /dev/null
@@ -1,21 +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.67.01.ebuild,v 1.4 2007/01/14 15:40:53 mcummings 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="amd64 ia64 ~ppc ~ppc64 sparc ~x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND=">=dev-perl/module-build-0.28
- dev-lang/perl"
diff --git a/dev-perl/version/version-0.68.ebuild b/dev-perl/version/version-0.68.ebuild
deleted file mode 100644
index 65362f91cd82..000000000000
--- a/dev-perl/version/version-0.68.ebuild
+++ /dev/null
@@ -1,21 +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.68.ebuild,v 1.8 2007/04/16 07:20:04 corsair 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="amd64 ia64 ~ppc ppc64 sparc x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND=">=dev-perl/module-build-0.28
- dev-lang/perl"
diff --git a/dev-perl/version/version-0.69.ebuild b/dev-perl/version/version-0.69.ebuild
deleted file mode 100644
index b83793890ad0..000000000000
--- a/dev-perl/version/version-0.69.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.69.ebuild,v 1.4 2007/02/11 10:32:52 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="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/module-build-0.28
- dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/dev-perl/version/version-0.70.ebuild b/dev-perl/version/version-0.70.ebuild
deleted file mode 100644
index 2feaf0d95c33..000000000000
--- a/dev-perl/version/version-0.70.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.70.ebuild,v 1.8 2007/05/11 02:40:20 kumba 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"
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"
diff --git a/dev-perl/version/version-0.72.03.ebuild b/dev-perl/version/version-0.72.03.ebuild
deleted file mode 100644
index 2940b9b56a99..000000000000
--- a/dev-perl/version/version-0.72.03.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.72.03.ebuild,v 1.7 2007/08/09 15:37:18 dertobi123 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"