diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:23:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:23:18 +0000 |
commit | 57de9740078f2ace7a5df756fb640ad73911bb45 (patch) | |
tree | bc52778c23aa972922694ca6991b751a1fe8408d /dev-php5/pecl-bbcode | |
parent | Version bump, from the php overlay (diff) | |
download | gentoo-2-57de9740078f2ace7a5df756fb640ad73911bb45.tar.gz gentoo-2-57de9740078f2ace7a5df756fb640ad73911bb45.tar.bz2 gentoo-2-57de9740078f2ace7a5df756fb640ad73911bb45.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php5/pecl-bbcode')
-rw-r--r-- | dev-php5/pecl-bbcode/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-php5/pecl-bbcode/ChangeLog b/dev-php5/pecl-bbcode/ChangeLog index bbd8c1b1db18..5b8c48fa37e0 100644 --- a/dev-php5/pecl-bbcode/ChangeLog +++ b/dev-php5/pecl-bbcode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-bbcode -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/ChangeLog,v 1.2 2007/12/06 01:06:01 jokey Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/ChangeLog,v 1.3 2008/02/11 21:23:18 armin76 Exp $ + +*pecl-bbcode-1.0.0 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +pecl-bbcode-1.0.0.ebuild: + Version bump, from the php overlay 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-bbcode-0.10.4.ebuild: LICENSE fix from project overlay diff --git a/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild b/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild new file mode 100644 index 000000000000..b711364a9c8f --- /dev/null +++ b/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-bbcode/pecl-bbcode-1.0.0.ebuild,v 1.1 2008/02/11 21:23:18 armin76 Exp $ + +PHP_EXT_NAME="bbcode" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r1 + +KEYWORDS="~x86" + +DESCRIPTION="A quick and efficient BBCode Parsing Library." +LICENSE="PHP-3.01 BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +need_php_by_category |