summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-12-06 00:55:49 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-12-06 00:55:49 +0000
commit5735f9ff49ab42b0293475e0b141c0b824c85b76 (patch)
tree42624dc8802d1b6f5af018bcec71171757ec2023 /dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild
parentLICENSE fix from project overlay (diff)
downloadgentoo-2-5735f9ff49ab42b0293475e0b141c0b824c85b76.tar.gz
gentoo-2-5735f9ff49ab42b0293475e0b141c0b824c85b76.tar.bz2
gentoo-2-5735f9ff49ab42b0293475e0b141c0b824c85b76.zip
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild')
-rw-r--r--dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild
index 965e2358c405..51e6b575bd1a 100644
--- a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild
+++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild
@@ -1,13 +1,17 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild,v 1.1 2007/08/20 23:00:06 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild,v 1.2 2007/12/06 00:55:49 jokey Exp $
-inherit php-pear-r1
+inherit php-pear-r1 depend.php
DESCRIPTION="BBCode parser for Text_Wiki."
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1 PHP-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3"
+
+pkg_setup() {
+ require_php_with_use pcre
+}