diff options
author | 2015-02-22 14:27:45 +0000 | |
---|---|---|
committer | 2015-02-22 14:27:45 +0000 | |
commit | 0fddfe68647e9f4e0c8d3490f480317a878c097b (patch) | |
tree | 4472b0dd8be3373450014e964132b3b1baaf5ec0 /dev-perl/MongoDB | |
parent | Add missing deps (diff) | |
download | gentoo-2-0fddfe68647e9f4e0c8d3490f480317a878c097b.tar.gz gentoo-2-0fddfe68647e9f4e0c8d3490f480317a878c097b.tar.bz2 gentoo-2-0fddfe68647e9f4e0c8d3490f480317a878c097b.zip |
Disable gridfs patch and restore keywording, acked by Chainsaw
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl/MongoDB')
-rw-r--r-- | dev-perl/MongoDB/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-perl/MongoDB/ChangeLog b/dev-perl/MongoDB/ChangeLog index 42f831d206a3..ad02d578e056 100644 --- a/dev-perl/MongoDB/ChangeLog +++ b/dev-perl/MongoDB/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2015/02/21 23:28:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/ChangeLog,v 1.4 2015/02/22 14:27:45 dilfridge Exp $ + + 22 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + MongoDB-0.708.0.0.ebuild: + Disable gridfs patch and restore keywording, acked by Chainsaw *MongoDB-0.708.0.0 (21 Feb 2015) diff --git a/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild b/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild index a0a00a9ee548..62ff36dfbf18 100644 --- a/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild +++ b/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild @@ -1,6 +1,6 @@ # 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.0.0.ebuild,v 1.1 2015/02/21 23:28:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MongoDB/MongoDB-0.708.0.0.ebuild,v 1.2 2015/02/22 14:27:45 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=MONGODB @@ -11,8 +11,7 @@ inherit perl-module DESCRIPTION="Official MongoDB Driver for Perl" SLOT="0" -#KEYWORDS="~amd64" -# gridfs patch first needs fixing +KEYWORDS="~amd64" LICENSE="Apache-2.0" IUSE=test @@ -57,7 +56,3 @@ DEPEND="${RDEPEND} virtual/perl-threads ) " - -#src_prepare() { -# epatch "${FILESDIR}"/gridfs-perl-patch.diff -#} |