diff options
author | Brian Evans <grknight@gentoo.org> | 2016-11-28 14:02:10 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-11-28 14:37:46 -0500 |
commit | 0a8987bb064e5501a9eae00c856d309963557353 (patch) | |
tree | 30b82960d37612684810148acd58233ae754b9df /dev-php | |
parent | dev-php/pecl-bbcode: Revbump to drop php 5.4 and 5.5 dependencies (diff) | |
download | gentoo-0a8987bb064e5501a9eae00c856d309963557353.tar.gz gentoo-0a8987bb064e5501a9eae00c856d309963557353.tar.bz2 gentoo-0a8987bb064e5501a9eae00c856d309963557353.zip |
dev-php/pecl-bbcode: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild b/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild deleted file mode 100644 index 7d57f022219f..000000000000 --- a/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PHP_EXT_NAME="bbcode" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="TODO" - -USE_PHP="php5-4 php5-5 php5-6" - -MY_PV="${PV/_beta/b}" -PECL_PKG_V="${PECL_PKG}-${MY_PV}" -S="${WORKDIR}/${PECL_PKG_V}" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -FILENAME="${PECL_PKG_V}.tgz" -SRC_URI="http://pecl.php.net/get/${FILENAME}" -HOMEPAGE="http://pecl.php.net/${PECL_PKG}" - -DESCRIPTION="A quick and efficient BBCode Parsing Library" -LICENSE="PHP-3.01 BSD" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" |