summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-10-20 02:09:57 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-10-20 02:09:57 +0000
commitce841606e7623809227b81fe254d03c8b7b09c9c (patch)
treea2012e41b1193dcbdca92d7f7a36798e4ad79686 /www-apps/phpmp/phpmp-0.11.0.ebuild
parentVersion bump, bug #151563. (diff)
downloadgentoo-2-ce841606e7623809227b81fe254d03c8b7b09c9c.tar.gz
gentoo-2-ce841606e7623809227b81fe254d03c8b7b09c9c.tar.bz2
gentoo-2-ce841606e7623809227b81fe254d03c8b7b09c9c.zip
PHP needs PCRE. Bug #152008.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'www-apps/phpmp/phpmp-0.11.0.ebuild')
-rw-r--r--www-apps/phpmp/phpmp-0.11.0.ebuild15
1 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/phpmp/phpmp-0.11.0.ebuild b/www-apps/phpmp/phpmp-0.11.0.ebuild
index f03eeaff121f..03c71e0de633 100644
--- a/www-apps/phpmp/phpmp-0.11.0.ebuild
+++ b/www-apps/phpmp/phpmp-0.11.0.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpmp/phpmp-0.11.0.ebuild,v 1.5 2006/09/10 18:05:14 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpmp/phpmp-0.11.0.ebuild,v 1.6 2006/10/20 02:09:57 rl03 Exp $
-IUSE=""
-
-inherit webapp
+inherit webapp depend.php
MY_PN="phpMp"
MY_P="${MY_PN}-${PV}"
@@ -16,7 +14,14 @@ SRC_URI="mirror://sourceforge/musicpd/${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~ppc sparc x86 ~x86-fbsd"
-DEPEND="virtual/httpd-php"
+IUSE=""
+
+need_php
+
+pkg_setup() {
+ webapp_pkg_setup
+ require_php_with_use pcre
+}
src_install() {
webapp_src_preinst