diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
commit | 6cf5bcdf24630c297938328c86a8c5332cbc6ed6 (patch) | |
tree | 5ba602bba20d112a32c55417558c9d75c13b7605 /dev-perl/B-Hooks-Parser | |
parent | Version bump. Due to DLJ bundles no longer provided by Oracle, the package ch... (diff) | |
download | historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.gz historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.bz2 historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/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 | 9 |
2 files changed, 29 insertions, 2 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 new file mode 100644 index 000000000000..af3f640ff2c4 --- /dev/null +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.90.0.ebuild @@ -0,0 +1,22 @@ +# 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 3fdd50ddd410..400d42881c62 100644 --- a/dev-perl/B-Hooks-Parser/ChangeLog +++ b/dev-perl/B-Hooks-Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/B-Hooks-Parser -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.2 2009/11/23 15:51:10 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.3 2011/09/01 13:09:52 tove Exp $ + +*B-Hooks-Parser-0.90.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +B-Hooks-Parser-0.90.0.ebuild: + Change version scheme 23 Nov 2009; Torsten Veller <tove@gentoo.org> B-Hooks-Parser-0.09.ebuild: Add missing deps (#294201). Run tests |