diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 18:16:12 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 18:16:12 +0000 |
commit | 14f34118edd991ba2b91d18de101625bf75c9b73 (patch) | |
tree | a087d48293d444a7552883fe63a9a8083e2e232c /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-14f34118edd991ba2b91d18de101625bf75c9b73.tar.gz gentoo-2-14f34118edd991ba2b91d18de101625bf75c9b73.tar.bz2 gentoo-2-14f34118edd991ba2b91d18de101625bf75c9b73.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/MongoDB/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild | 57 |
2 files changed, 64 insertions, 1 deletions
diff --git a/dev-perl/MongoDB/ChangeLog b/dev-perl/MongoDB/ChangeLog index 57e21f91a386..0cbfee37dca3 100644 --- a/dev-perl/MongoDB/ChangeLog +++ b/dev-perl/MongoDB/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MongoDB # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v 1.5 2015/04/28 10:52:49 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v 1.6 2015/07/25 18:16:12 dilfridge Exp $ + +*MongoDB-0.708.3.0 (25 Jul 2015) + + 25 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +MongoDB-0.708.3.0.ebuild: + Version bump 28 Apr 2015; Tony Vroon <chainsaw@gentoo.org> MongoDB-0.708.0.0.ebuild: Remove incorrect dependency on threaded Perl for test suite, as per Kent diff --git a/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild b/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild new file mode 100644 index 000000000000..259e338a0c6c --- /dev/null +++ b/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/MongoDB-0.708.3.0.ebuild,v 1.1 2015/07/25 18:16:12 dilfridge Exp $ + +EAPI=5 +MODULE_AUTHOR=MONGODB +MODULE_VERSION="v${PV}" + +inherit perl-module + +DESCRIPTION="Official MongoDB Driver for Perl" +SLOT="0" + +KEYWORDS="~amd64" + +LICENSE="Apache-2.0" +IUSE=test + +RDEPEND=" + dev-perl/Authen-SCRAM + virtual/perl-Carp + dev-perl/Moose + >=dev-perl/DateTime-0.780.0 + virtual/perl-Digest-MD5 + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + virtual/perl-IO + virtual/perl-MIME-Base64 + dev-perl/Safe-Isa + virtual/perl-Scalar-List-Utils + dev-perl/Syntax-Keyword-Junction + dev-perl/Throwable + dev-perl/Tie-IxHash + virtual/perl-Time-HiRes + dev-perl/Try-Tiny + virtual/perl-XSLoader + dev-perl/boolean + virtual/perl-if + dev-perl/namespace-clean +" +DEPEND="${RDEPEND} + >=dev-perl/Config-AutoConf-0.220.0 + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/Path-Tiny-0.52.0 + test? ( + virtual/perl-Data-Dumper + dev-perl/DateTime-Tiny + virtual/perl-File-Spec + virtual/perl-File-Temp + dev-perl/JSON + >=dev-perl/Test-Deep-0.111.0 + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Warn + virtual/perl-bignum + ) +" |