diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-21 20:00:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-21 20:00:15 +0000 |
commit | 2409fd1dc241b00f8347d8e5d9869e0e1e97c27d (patch) | |
tree | 4854088ae245ac909515b1e2e57dacc3ffee087d /dev-perl/B-Hooks-Parser | |
parent | marked x86 per bug 412949 (diff) | |
download | historical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.tar.gz historical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.tar.bz2 historical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/ChangeLog | 5 |
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild deleted file mode 100644 index af3f640ff2c4..000000000000 --- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild +++ /dev/null @@ -1,22 +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-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild,v 1.1 2011/09/01 13:09:52 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=FLORA -MODULE_VERSION=0.09 -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 ec970ecc3a8b..747a1b681ac1 100644 --- a/dev-perl/B-Hooks-Parser/ChangeLog +++ b/dev-perl/B-Hooks-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/B-Hooks-Parser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.5 2012/02/07 18:39:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.6 2012/04/21 19:55:40 tove Exp $ + + 21 Apr 2012; Torsten Veller <tove@gentoo.org> -B-Hooks-Parser-0.90.0.ebuild: + Cleanup *B-Hooks-Parser-0.100.0 (07 Feb 2012) |