diff options
author | 2010-01-16 21:43:27 +0000 | |
---|---|---|
committer | 2010-01-16 21:43:27 +0000 | |
commit | b5b06e545b9427eb0b0f4bbfb1998b21bd729ddf (patch) | |
tree | d3e9b4c9bb9dff3dd633f4d5f4e1063049e6d1ed /dev-perl | |
parent | Version bump (bug #301165) (diff) | |
download | gentoo-2-b5b06e545b9427eb0b0f4bbfb1998b21bd729ddf.tar.gz gentoo-2-b5b06e545b9427eb0b0f4bbfb1998b21bd729ddf.tar.bz2 gentoo-2-b5b06e545b9427eb0b0f4bbfb1998b21bd729ddf.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/B-Utils/B-Utils-0.11.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 9 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.11.ebuild b/dev-perl/B-Utils/B-Utils-0.11.ebuild new file mode 100644 index 000000000000..42568c0446b3 --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 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.11.ebuild,v 1.1 2010/01/16 21:43:27 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="JJORE" +inherit perl-module + +DESCRIPTION="Helper functions for op tree manipulation" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND=">=dev-perl/extutils-depends-0.302" + +SRC_TEST=do diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog index 370cac2eb7b3..2a825b56658b 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.3 2009/09/07 09:26:52 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.4 2010/01/16 21:43:27 tove Exp $ + +*B-Utils-0.11 (16 Jan 2010) + + 16 Jan 2010; Torsten Veller <tove@gentoo.org> +B-Utils-0.11.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -B-Utils-0.07.ebuild: Cleanup |