Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-bbcode/
Date: Mon, 28 Nov 2016 19:38:28
Message-Id: 1480361866.0a8987bb064e5501a9eae00c856d309963557353.grknight@gentoo
1 commit: 0a8987bb064e5501a9eae00c856d309963557353
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 19:02:10 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 19:37:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8987bb
7
8 dev-php/pecl-bbcode: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 .../pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 7d57f02..00000000
18 --- a/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r1.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -PHP_EXT_NAME="bbcode"
28 -PHP_EXT_INI="yes"
29 -PHP_EXT_ZENDEXT="no"
30 -DOCS="TODO"
31 -
32 -USE_PHP="php5-4 php5-5 php5-6"
33 -
34 -MY_PV="${PV/_beta/b}"
35 -PECL_PKG_V="${PECL_PKG}-${MY_PV}"
36 -S="${WORKDIR}/${PECL_PKG_V}"
37 -
38 -inherit php-ext-pecl-r2
39 -
40 -KEYWORDS="~amd64 ~x86"
41 -
42 -FILENAME="${PECL_PKG_V}.tgz"
43 -SRC_URI="http://pecl.php.net/get/${FILENAME}"
44 -HOMEPAGE="http://pecl.php.net/${PECL_PKG}"
45 -
46 -DESCRIPTION="A quick and efficient BBCode Parsing Library"
47 -LICENSE="PHP-3.01 BSD"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND=""