diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 00:48:59 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 00:48:59 +0000 |
commit | e35868d8513200374bfac3dd9ce47b36e33b5f2a (patch) | |
tree | 5da2218f7887608a38c1574c6ece9a9adb8673fc /dev-perl/B-Utils | |
parent | Version bump. Add Test-Memory-Cycle to test dependencies. (diff) | |
download | gentoo-2-e35868d8513200374bfac3dd9ce47b36e33b5f2a.tar.gz gentoo-2-e35868d8513200374bfac3dd9ce47b36e33b5f2a.tar.bz2 gentoo-2-e35868d8513200374bfac3dd9ce47b36e33b5f2a.zip |
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r-- | dev-perl/B-Utils/B-Utils-0.250.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/B-Utils/ChangeLog | 10 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.250.0.ebuild b/dev-perl/B-Utils/B-Utils-0.250.0.ebuild new file mode 100644 index 000000000000..919ab0243f74 --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.250.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 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.250.0.ebuild,v 1.1 2015/02/21 00:48:59 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=JJORE +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Helper functions for op tree manipulation" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + dev-perl/Task-Weaken +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + >=dev-perl/extutils-depends-0.301.0 + test? ( + virtual/perl-Test-Simple + ) +" + +SRC_TEST=do diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog index d1658a56fdbb..a9b3013bbd1f 100644 --- a/dev-perl/B-Utils/ChangeLog +++ b/dev-perl/B-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Utils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.24 2014/09/12 17:27:51 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.25 2015/02/21 00:48:59 dilfridge Exp $ + +*B-Utils-0.250.0 (21 Feb 2015) + + 21 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +B-Utils-0.250.0.ebuild: + Version bump 12 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> -B-Utils-0.210.0.ebuild: Drop old. |