summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-02 10:48:11 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-02 10:48:11 +0000
commit85d471e40992fdcb5fbed0bef64c644f9fbffc58 (patch)
tree4be7a6f9f09c3203aed04f540b9c95fb9e16e775 /dev-perl/Package-Stash-XS
parentCleanup (diff)
downloadgentoo-2-85d471e40992fdcb5fbed0bef64c644f9fbffc58.tar.gz
gentoo-2-85d471e40992fdcb5fbed0bef64c644f9fbffc58.tar.bz2
gentoo-2-85d471e40992fdcb5fbed0bef64c644f9fbffc58.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Package-Stash-XS')
-rw-r--r--dev-perl/Package-Stash-XS/ChangeLog5
-rw-r--r--dev-perl/Package-Stash-XS/Package-Stash-XS-0.200.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog
index 535269ae7738..87ce58002c1a 100644
--- a/dev-perl/Package-Stash-XS/ChangeLog
+++ b/dev-perl/Package-Stash-XS/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Package-Stash-XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.5 2011/03/27 08:41:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.6 2011/04/02 10:48:11 tove Exp $
+
+ 02 Apr 2011; Torsten Veller <tove@gentoo.org> -Package-Stash-XS-0.200.ebuild:
+ Cleanup
27 Mar 2011; Torsten Veller <tove@gentoo.org> Package-Stash-XS-0.210.ebuild:
Stable on x86 (#350853)
diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.200.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.200.ebuild
deleted file mode 100644
index a442d07ec4d3..000000000000
--- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.200.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 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.200.ebuild,v 1.1 2011/01/13 20:02:17 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-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"