summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2010-06-16 16:23:41 +0000
committerLance Albertson <ramereth@gentoo.org>2010-06-16 16:23:41 +0000
commit03d69c7b3d140a35f378aebd285238d89952626e (patch)
tree20238cacfeb9f0e9267cd93bfee8d72d93bb17d4 /dev-php5/mongo
parentremoving myself as a maintainer (diff)
downloadgentoo-2-03d69c7b3d140a35f378aebd285238d89952626e.tar.gz
gentoo-2-03d69c7b3d140a35f378aebd285238d89952626e.tar.bz2
gentoo-2-03d69c7b3d140a35f378aebd285238d89952626e.zip
Add need_php_by_category so that it properly pulls in php as a dep (doh!). Fixes #312409
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/mongo')
-rw-r--r--dev-php5/mongo/ChangeLog7
-rw-r--r--dev-php5/mongo/mongo-1.0.4.ebuild4
-rw-r--r--dev-php5/mongo/mongo-1.0.6.ebuild4
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-php5/mongo/ChangeLog b/dev-php5/mongo/ChangeLog
index 82eabf617a18..52ba8afa7fc3 100644
--- a/dev-php5/mongo/ChangeLog
+++ b/dev-php5/mongo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/mongo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/ChangeLog,v 1.2 2010/03/25 21:40:20 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/ChangeLog,v 1.3 2010/06/16 16:23:41 ramereth Exp $
+
+ 16 Jun 2010; Lance Albertson <ramereth@gentoo.org> mongo-1.0.4.ebuild,
+ mongo-1.0.6.ebuild:
+ Add need_php_by_category so that it properly pulls in php as a dep (doh!)
+ Fixes #312409
*mongo-1.0.6 (25 Mar 2010)
diff --git a/dev-php5/mongo/mongo-1.0.4.ebuild b/dev-php5/mongo/mongo-1.0.4.ebuild
index dc82b7f2437b..c12383852482 100644
--- a/dev-php5/mongo/mongo-1.0.4.ebuild
+++ b/dev-php5/mongo/mongo-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/mongo-1.0.4.ebuild,v 1.1 2010/03/07 22:04:36 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/mongo-1.0.4.ebuild,v 1.2 2010/06/16 16:23:41 ramereth Exp $
EAPI="2"
@@ -25,6 +25,8 @@ IUSE=""
DOCS="README.rdoc"
my_conf="--enable-mongo"
+need_php_by_category
+
src_install() {
php-ext-source-r1_src_install
dodir "${PHP_EXT_SHARED_DIR}"
diff --git a/dev-php5/mongo/mongo-1.0.6.ebuild b/dev-php5/mongo/mongo-1.0.6.ebuild
index 6d03872dec95..cb25ce09f235 100644
--- a/dev-php5/mongo/mongo-1.0.6.ebuild
+++ b/dev-php5/mongo/mongo-1.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/mongo-1.0.6.ebuild,v 1.1 2010/03/25 21:40:20 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/mongo/mongo-1.0.6.ebuild,v 1.2 2010/06/16 16:23:41 ramereth Exp $
EAPI="2"
@@ -25,6 +25,8 @@ IUSE=""
DOCS="README.rdoc"
my_conf="--enable-mongo"
+need_php_by_category
+
src_install() {
php-ext-source-r1_src_install
dodir "${PHP_EXT_SHARED_DIR}"