diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 23:40:42 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 23:40:42 +0000 |
commit | c1b5df4db9c341c6c8d204b45edafe8e11c0a65f (patch) | |
tree | cc6707156386d39834012acd1f5f5d07da8f56df | |
parent | Add pypi homepage. (diff) | |
download | gentoo-2-c1b5df4db9c341c6c8d204b45edafe8e11c0a65f.tar.gz gentoo-2-c1b5df4db9c341c6c8d204b45edafe8e11c0a65f.tar.bz2 gentoo-2-c1b5df4db9c341c6c8d204b45edafe8e11c0a65f.zip |
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r-- | dev-perl/Module-Build-Tiny/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild | 45 |
2 files changed, 53 insertions, 2 deletions
diff --git a/dev-perl/Module-Build-Tiny/ChangeLog b/dev-perl/Module-Build-Tiny/ChangeLog index da1cb2000b8f..9e082694cb4a 100644 --- a/dev-perl/Module-Build-Tiny/ChangeLog +++ b/dev-perl/Module-Build-Tiny/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Module-Build-Tiny -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.2 2014/11/09 10:37:51 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.3 2015/02/21 23:40:42 dilfridge Exp $ + +*Module-Build-Tiny-0.39.0 (21 Feb 2015) + + 21 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Module-Build-Tiny-0.39.0.ebuild: + Version bump 09 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> Module-Build-Tiny-0.37.0.ebuild: diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild new file mode 100644 index 000000000000..d576d742c313 --- /dev/null +++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.1 2015/02/21 23:40:42 dilfridge Exp $ + +EAPI=5 +MODULE_AUTHOR=LEONT +MODULE_VERSION=0.039 +inherit perl-module + +DESCRIPTION='A tiny replacement for Module::Build' +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-CPAN-Meta + >=virtual/perl-Exporter-5.570.0 + virtual/perl-ExtUtils-CBuilder + >=dev-perl/ExtUtils-Config-0.3.0 + >=dev-perl/ExtUtils-Helpers-0.20.0 + virtual/perl-ExtUtils-Install + >=dev-perl/ExtUtils-InstallPaths-0.2.0 + virtual/perl-ExtUtils-ParseXS + virtual/perl-File-Path + virtual/perl-File-Spec + >=virtual/perl-Getopt-Long-2.360.0 + >=virtual/perl-JSON-PP-2.0.0 + virtual/perl-podlators + virtual/perl-Test-Harness +" + +DEPEND=" + ${RDEPEND} + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + virtual/perl-XSLoader + ) +" + +SRC_TEST="do parallel" + +mytargets="install" |