diff options
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 |