diff options
-rw-r--r-- | dev-php/PEAR-Text_Wiki_BBCode/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4.ebuild | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog index a72dbbd58fb0..32a0dbf48995 100644 --- a/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog +++ b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php/PEAR-Text_Wiki_BBCode # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.9 2007/08/20 23:00:06 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.10 2007/12/06 00:55:49 jokey Exp $ + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> + PEAR-Text_Wiki_BBCode-0.0.4.ebuild: + LICENSE fix from project overlay + + 02 Dec 2007; Jakub Moc <jakub@gentoo.org> + PEAR-Text_Wiki_BBCode-0.0.4.ebuild: + Fix LICENSE, check for pcre support in PHP 15 Aug 2007; Jakub Moc <jakub@gentoo.org> +metadata.xml, +PEAR-Text_Wiki_BBCode-0.0.4.ebuild: 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 +} |