summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 19:54:29 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 19:54:29 +0000
commit63a9e95e27821596a6372d5bd14fedc6a97bf491 (patch)
treee785b3375c8e4f773ca4834072059285172fa304 /dev-perl/B-Utils
parentmarked x86 per bug 412949 (diff)
downloadgentoo-2-63a9e95e27821596a6372d5bd14fedc6a97bf491.tar.gz
gentoo-2-63a9e95e27821596a6372d5bd14fedc6a97bf491.tar.bz2
gentoo-2-63a9e95e27821596a6372d5bd14fedc6a97bf491.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r--dev-perl/B-Utils/B-Utils-0.170.0.ebuild20
-rw-r--r--dev-perl/B-Utils/B-Utils-0.190.0.ebuild24
-rw-r--r--dev-perl/B-Utils/ChangeLog6
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.170.0.ebuild b/dev-perl/B-Utils/B-Utils-0.170.0.ebuild
deleted file mode 100644
index cf933caed889..000000000000
--- a/dev-perl/B-Utils/B-Utils-0.170.0.ebuild
+++ /dev/null
@@ -1,20 +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/B-Utils/B-Utils-0.170.0.ebuild,v 1.1 2011/12/02 15:57:00 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JJORE
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="Helper functions for op tree manipulation"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=">=dev-perl/extutils-depends-0.301"
-
-SRC_TEST=do
diff --git a/dev-perl/B-Utils/B-Utils-0.190.0.ebuild b/dev-perl/B-Utils/B-Utils-0.190.0.ebuild
deleted file mode 100644
index e30a6a8c863c..000000000000
--- a/dev-perl/B-Utils/B-Utils-0.190.0.ebuild
+++ /dev/null
@@ -1,24 +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/B-Utils/B-Utils-0.190.0.ebuild,v 1.1 2012/03/13 14:55:25 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JJORE
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="Helper functions for op tree manipulation"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-perl/extutils-depends-0.301
- test? (
- dev-perl/Test-Exception
- )
-"
-
-SRC_TEST=do
diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog
index 66944e623670..22e7a27e6780 100644
--- a/dev-perl/B-Utils/ChangeLog
+++ b/dev-perl/B-Utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/B-Utils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.15 2012/03/30 17:24:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.16 2012/04/21 19:54:29 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org> -B-Utils-0.170.0.ebuild,
+ -B-Utils-0.190.0.ebuild:
+ Cleanup
*B-Utils-0.210.0 (30 Mar 2012)