diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-12 16:53:54 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-12 16:53:54 +0000 |
commit | f119cad4b04e230ed4e0a178b6bcb72f042fd264 (patch) | |
tree | a49d7e4f75018139c452b4c91cf8465eab2c840d /dev-perl | |
parent | sys-fs/aufs3: Bump to latest aufs3 (diff) | |
download | gentoo-2-f119cad4b04e230ed4e0a178b6bcb72f042fd264.tar.gz gentoo-2-f119cad4b04e230ed4e0a178b6bcb72f042fd264.tar.bz2 gentoo-2-f119cad4b04e230ed4e0a178b6bcb72f042fd264.zip |
Drop old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Package-Stash-XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog index 50f6d938881a..f166f4affe97 100644 --- a/dev-perl/Package-Stash-XS/ChangeLog +++ b/dev-perl/Package-Stash-XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Package-Stash-XS # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.52 2014/03/09 11:16:44 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.53 2014/10/12 16:53:54 zlogene Exp $ + + 12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> + -Package-Stash-XS-0.250.0.ebuild: + Drop old. 09 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> Package-Stash-XS-0.280.0.ebuild: diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild deleted file mode 100644 index d8351da99dd1..000000000000 --- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild +++ /dev/null @@ -1,25 +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/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild,v 1.16 2012/12/31 16:56:23 ago Exp $ - -EAPI=4 - -MODULE_AUTHOR=DOY -MODULE_VERSION=0.25 -inherit perl-module - -DESCRIPTION="Faster and more correct implementation of the Package::Stash API" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - >=virtual/perl-ExtUtils-MakeMaker-6.31 - test? ( - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.88 - )" - -SRC_TEST="do" |