diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-02 18:56:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-02 18:56:55 +0000 |
commit | e0f9f5fa9a1e9f315da8fcebcc6e31da665766f0 (patch) | |
tree | e1a4b57be6b787323c680a6ea885edd588a5b4e3 /dev-perl/B-Utils | |
parent | Version bump (diff) | |
download | gentoo-2-e0f9f5fa9a1e9f315da8fcebcc6e31da665766f0.tar.gz gentoo-2-e0f9f5fa9a1e9f315da8fcebcc6e31da665766f0.tar.bz2 gentoo-2-e0f9f5fa9a1e9f315da8fcebcc6e31da665766f0.zip |
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r-- | dev-perl/B-Utils/B-Utils-0.130.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 7 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.130.ebuild b/dev-perl/B-Utils/B-Utils-0.130.ebuild new file mode 100644 index 000000000000..3c46f3efc8e5 --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.130.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.130.ebuild,v 1.1 2011/02/02 18:56:55 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JJORE +MODULE_VERSION=0.13 +inherit perl-module + +DESCRIPTION="Helper functions for op tree manipulation" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND=">=dev-perl/extutils-depends-0.301" + +SRC_TEST=do diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog index f960c656f144..9431acba6c28 100644 --- a/dev-perl/B-Utils/ChangeLog +++ b/dev-perl/B-Utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/B-Utils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.6 2011/01/24 19:24:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.7 2011/02/02 18:56:55 tove Exp $ + +*B-Utils-0.130 (02 Feb 2011) + + 02 Feb 2011; Torsten Veller <tove@gentoo.org> +B-Utils-0.130.ebuild: + Version bump *B-Utils-0.120 (24 Jan 2011) |