diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-24 19:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-24 19:24:07 +0000 |
commit | 93011ac4b3a8ff3de2f91cfb77c14a22ca47525e (patch) | |
tree | 9185a638c26f49c52874ff724fbaed339d9b81f1 /dev-perl/B-Utils | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-93011ac4b3a8ff3de2f91cfb77c14a22ca47525e.tar.gz gentoo-2-93011ac4b3a8ff3de2f91cfb77c14a22ca47525e.tar.bz2 gentoo-2-93011ac4b3a8ff3de2f91cfb77c14a22ca47525e.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.120.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 9 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.120.ebuild b/dev-perl/B-Utils/B-Utils-0.120.ebuild new file mode 100644 index 000000000000..75501516d9eb --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.120.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.120.ebuild,v 1.1 2011/01/24 19:24:07 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JJORE +MODULE_VERSION=0.12 +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 4453a61af5a3..f960c656f144 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.5 2010/04/10 07:45:05 tove Exp $ +# 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 $ + +*B-Utils-0.120 (24 Jan 2011) + + 24 Jan 2011; Torsten Veller <tove@gentoo.org> +B-Utils-0.120.ebuild: + Version bump 10 Apr 2010; Torsten Veller <tove@gentoo.org> -B-Utils-0.08.ebuild: Cleanup |