diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-19 10:51:29 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-19 10:51:29 +0000 |
commit | 407a8aac8ae1a036a36e0da359c5cf18917b8514 (patch) | |
tree | 6c886de0a37c0dca22c33c64491548e9b6272a54 /dev-perl/Clone | |
parent | Version bump. (diff) | |
download | gentoo-2-407a8aac8ae1a036a36e0da359c5cf18917b8514.tar.gz gentoo-2-407a8aac8ae1a036a36e0da359c5cf18917b8514.tar.bz2 gentoo-2-407a8aac8ae1a036a36e0da359c5cf18917b8514.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-perl/Clone')
-rw-r--r-- | dev-perl/Clone/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.310.0.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Clone/Clone-0.340.0.ebuild | 18 |
3 files changed, 5 insertions, 37 deletions
diff --git a/dev-perl/Clone/ChangeLog b/dev-perl/Clone/ChangeLog index f5dfa36c46c7..1b23bcd78e6b 100644 --- a/dev-perl/Clone/ChangeLog +++ b/dev-perl/Clone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Clone # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.92 2014/02/19 10:50:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/ChangeLog,v 1.93 2014/02/19 10:51:29 radhermit Exp $ + + 19 Feb 2014; Tim Harder <radhermit@gentoo.org> -Clone-0.310.0.ebuild, + -Clone-0.340.0.ebuild: + Remove old. *Clone-0.360.0 (19 Feb 2014) diff --git a/dev-perl/Clone/Clone-0.310.0.ebuild b/dev-perl/Clone/Clone-0.310.0.ebuild deleted file mode 100644 index e50f32c2dab1..000000000000 --- a/dev-perl/Clone/Clone-0.310.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.310.0.ebuild,v 1.3 2012/09/01 11:23:21 grobian Exp $ - -EAPI=4 - -MODULE_AUTHOR=RDF -MODULE_VERSION=0.31 -inherit perl-module - -DESCRIPTION="Recursively copy Perl datatypes" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" -mymake='OPTIMIZE=${CFLAGS}' diff --git a/dev-perl/Clone/Clone-0.340.0.ebuild b/dev-perl/Clone/Clone-0.340.0.ebuild deleted file mode 100644 index 5f0a138bf07c..000000000000 --- a/dev-perl/Clone/Clone-0.340.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.340.0.ebuild,v 1.9 2013/04/02 11:25:59 ago Exp $ - -EAPI=4 - -MODULE_AUTHOR=GARU -MODULE_VERSION=0.34 -inherit perl-module - -DESCRIPTION="Recursively copy Perl datatypes" - -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" -mymake='OPTIMIZE=${CFLAGS}' |