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/Text_Template/
Date: Sun, 28 May 2017 01:12:06
Message-Id: 1495933906.ccc36814b41e5dde299af30d4eba3453898668df.grknight@gentoo
1 commit: ccc36814b41e5dde299af30d4eba3453898668df
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 00:39:29 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 01:11:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc36814
7
8 dev-php/Text_Template: Fix stable build by moving to php-pear-r2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/Text_Template/Text_Template-1.1.1.ebuild | 13 +++++++------
13 1 file changed, 7 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-php/Text_Template/Text_Template-1.1.1.ebuild b/dev-php/Text_Template/Text_Template-1.1.1.ebuild
16 index bc786224b53..e12d9f8af66 100644
17 --- a/dev-php/Text_Template/Text_Template-1.1.1.ebuild
18 +++ b/dev-php/Text_Template/Text_Template-1.1.1.ebuild
19 @@ -1,16 +1,16 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="4"
25 +EAPI=6
26
27 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
28 -PHP_PEAR_URI="pear.phpunit.de"
29 -PHP_PEAR_PN="Text_Template"
30 +PHP_PEAR_DOMAIN="pear.phpunit.de"
31 +PHP_PEAR_PKG_NAME="Text_Template"
32
33 -inherit php-pear-lib-r1
34 +inherit php-pear-r2
35
36 HOMEPAGE="http://pear.phpunit.de"
37 -
38 +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
39 DESCRIPTION="Simple template engine"
40 LICENSE="BSD"
41 SLOT="0"
42 @@ -18,3 +18,4 @@ KEYWORDS="amd64 hppa x86"
43 IUSE=""
44
45 DEPEND=">=dev-php/pear-1.9.4"
46 +DOCS=( README.markdown ChangeLog.markdown )