diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-23 15:51:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-23 15:51:10 +0000 |
commit | 484cc1cba62ea71cfdfb7f00f805b9ad6c01ffa3 (patch) | |
tree | 8a9ed46fa94f56fa7d769bc0c8fd876ab8b90411 /dev-perl/B-Hooks-Parser | |
parent | Depend on dev-perl/IPC-Run (#294200) (diff) | |
download | gentoo-2-484cc1cba62ea71cfdfb7f00f805b9ad6c01ffa3.tar.gz gentoo-2-484cc1cba62ea71cfdfb7f00f805b9ad6c01ffa3.tar.bz2 gentoo-2-484cc1cba62ea71cfdfb7f00f805b9ad6c01ffa3.zip |
Add missing deps (#294201). Run tests
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/ChangeLog | 5 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild index 350f7565c5ce..6bc97cadd80a 100644 --- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild @@ -1,16 +1,21 @@ # Copyright 1999-2009 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.09.ebuild,v 1.1 2009/06/23 07:33:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.09.ebuild,v 1.2 2009/11/23 15:51:10 tove Exp $ -MODULE_AUTHOR="FLORA" EAPI=2 +MODULE_AUTHOR="FLORA" inherit perl-module DESCRIPTION="Interface to perls parser variables" -IUSE="" - SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" 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 0a3b24075f8d..3fdd50ddd410 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.1 2009/06/23 07:33:52 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.2 2009/11/23 15:51:10 tove Exp $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> B-Hooks-Parser-0.09.ebuild: + Add missing deps (#294201). Run tests *B-Hooks-Parser-0.09 (23 Jun 2009) |