diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-05 11:33:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-05 11:33:22 +0000 |
commit | 7d8f661bf66916c5f5de01737ebd1ba1f986030a (patch) | |
tree | a7bb2beff10c48e76cdd65766c7aa5441ce29506 /dev-perl | |
parent | Backport patch from upstream to fix bug 283740, problems with firefox extensi... (diff) | |
download | gentoo-2-7d8f661bf66916c5f5de01737ebd1ba1f986030a.tar.gz gentoo-2-7d8f661bf66916c5f5de01737ebd1ba1f986030a.tar.bz2 gentoo-2-7d8f661bf66916c5f5de01737ebd1ba1f986030a.zip |
Version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/B-Utils/B-Utils-0.08.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 7 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.08.ebuild b/dev-perl/B-Utils/B-Utils-0.08.ebuild new file mode 100644 index 000000000000..e9008422ff16 --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.08.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.08.ebuild,v 1.1 2009/09/05 11:33:22 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 beecd396519b..19e3f256cd88 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.1 2009/06/23 07:34:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.2 2009/09/05 11:33:22 tove Exp $ + +*B-Utils-0.08 (05 Sep 2009) + + 05 Sep 2009; Torsten Veller <tove@gentoo.org> +B-Utils-0.08.ebuild: + Version bump *B-Utils-0.07 (23 Jun 2009) |