diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 17:47:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 17:47:06 +0000 |
commit | 9c8c7d9d2ba7f580f2030c0d5f5a5744c0a92e7b (patch) | |
tree | d8aba273cf6c5de940e3f683cef0003f9f5046fb /dev-perl/B-Hooks-Parser | |
parent | Cleanup (diff) | |
download | gentoo-2-9c8c7d9d2ba7f580f2030c0d5f5a5744c0a92e7b.tar.gz gentoo-2-9c8c7d9d2ba7f580f2030c0d5f5a5744c0a92e7b.tar.bz2 gentoo-2-9c8c7d9d2ba7f580f2030c0d5f5a5744c0a92e7b.zip |
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.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.100.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild deleted file mode 100644 index 2a933fd1e9cb..000000000000 --- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.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.100.0.ebuild,v 1.1 2012/02/07 18:39:40 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=ZEFRAM -MODULE_VERSION=0.10 -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 3304ccbdc2e8..b194acfb8a0e 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.8 2012/06/24 15:48:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.9 2012/09/02 17:47:06 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -B-Hooks-Parser-0.100.0.ebuild: + Cleanup *B-Hooks-Parser-0.110.0 (24 Jun 2012) |