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:25
Message-Id: 1480361861.d4d3881554b91826811ce63d1f7348792ecae923.grknight@gentoo
1 commit: d4d3881554b91826811ce63d1f7348792ecae923
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 19:01:00 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 19:37:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d38815
7
8 dev-php/pecl-bbcode: Revbump to drop php 5.4 and 5.5 dependencies
9
10 This package has not been ported and fails with PHP 7.0.
11 Patches are welcome, but this package is in danger of being dropped
12 when PHP 5.6 becomes obsolete.
13
14 Package-Manager: portage-2.3.2
15
16 .../pecl-bbcode/pecl-bbcode-1.0.3_beta1-r2.ebuild | 33 ++++++++++++++++++++++
17 1 file changed, 33 insertions(+)
18
19 diff --git a/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r2.ebuild b/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r2.ebuild
20 new file mode 100644
21 index 00000000..4d54a6a
22 --- /dev/null
23 +++ b/dev-php/pecl-bbcode/pecl-bbcode-1.0.3_beta1-r2.ebuild
24 @@ -0,0 +1,33 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI="6"
30 +
31 +PHP_EXT_NAME="bbcode"
32 +PHP_EXT_INI="yes"
33 +PHP_EXT_ZENDEXT="no"
34 +DOCS=( TODO )
35 +
36 +USE_PHP="php5-6"
37 +
38 +MY_PV="${PV/_beta/b}"
39 +PECL_PKG_V="${PN/pecl-/}-${MY_PV}"
40 +PHP_EXT_S="${WORKDIR}/${PECL_PKG_V}"
41 +
42 +inherit php-ext-pecl-r3
43 +
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +SRC_URI="http://pecl.php.net/get/${PECL_PKG_V}.tgz"
47 +HOMEPAGE="http://pecl.php.net/package/bbcode"
48 +
49 +DESCRIPTION="A quick and efficient BBCode Parsing Library"
50 +LICENSE="PHP-3.01 BSD"
51 +SLOT="0"
52 +IUSE=""
53 +
54 +DEPEND=""
55 +RDEPEND=""
56 +
57 +S="${PHP_EXT_S}"