summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-10-19 16:23:39 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-10-19 16:23:39 +0000
commit53c1db70533d0298e971811babf337ca7265a18e (patch)
tree4b5f86029222882b719ab01902ccdb6b33eb1f51 /dev-perl/B-Hooks-Parser
parentDrop old (diff)
downloadgentoo-2-53c1db70533d0298e971811babf337ca7265a18e.tar.gz
gentoo-2-53c1db70533d0298e971811babf337ca7265a18e.tar.bz2
gentoo-2-53c1db70533d0298e971811babf337ca7265a18e.zip
Drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r--dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.110.0.ebuild22
-rw-r--r--dev-perl/B-Hooks-Parser/ChangeLog6
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.110.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.110.0.ebuild
deleted file mode 100644
index d25c2e0746ea..000000000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.110.0.ebuild
+++ /dev/null
@@ -1,22 +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-Hooks-Parser/B-Hooks-Parser-0.110.0.ebuild,v 1.1 2012/06/24 15:48:57 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/B-Hooks-OP-Check"
-DEPEND="${RDEPEND}
- >=dev-perl/extutils-depends-0.302
- test? ( dev-perl/Test-Exception
- dev-perl/B-Hooks-EndOfScope )"
-SRC_TEST=do
diff --git a/dev-perl/B-Hooks-Parser/ChangeLog b/dev-perl/B-Hooks-Parser/ChangeLog
index 7f661fce0bd6..3bd8c63c2cca 100644
--- a/dev-perl/B-Hooks-Parser/ChangeLog
+++ b/dev-perl/B-Hooks-Parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/B-Hooks-Parser
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.12 2014/08/26 17:15:46 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.13 2014/10/19 16:23:39 zlogene Exp $
+
+ 19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org>
+ -B-Hooks-Parser-0.110.0.ebuild:
+ Drop old
*B-Hooks-Parser-0.120.0-r1 (26 Aug 2014)