[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache/

2017-08-08 Thread Brian Evans
commit: f683172f94005be32ad135b81932057806fbdbdf
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Aug  7 14:50:19 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  8 12:49:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f683172f

dev-php/PEAR-Cache: Mark script only package stable on all arches

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild 
b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
index b4109425659..0f89540efb0 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Framework for caching of arbitrary data"
 
 LICENSE="PHP-2.02"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache/

2017-08-08 Thread Brian Evans
commit: 2aefeaa13873d871d2ad72553ff8d17e4171da15
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Aug  7 14:52:07 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  8 12:49:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aefeaa1

dev-php/PEAR-Cache: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild 
b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild
deleted file mode 100644
index 73e2f48ef95..000
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit php-pear-r1
-
-DESCRIPTION="Framework for caching of arbitrary data"
-
-LICENSE="PHP-2.02"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-DEPEND=">=dev-php/PEAR-PEAR-1.7.0"
-RDEPEND="dev-php/PEAR-HTTP_Request"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache/

2017-08-08 Thread Brian Evans
commit: 38571e648e201fa03807617aa71474da8b174faa
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Aug  7 14:49:12 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  8 12:49:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38571e64

dev-php/PEAR-Cache: Drop optional HTTP_Request dep and script

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../{PEAR-Cache-1.5.6-r1.ebuild => PEAR-Cache-1.5.6-r2.ebuild}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild 
b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
similarity index 80%
rename from dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
rename to dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
index ae9d0b5eecd..b4109425659 100644
--- a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild
@@ -12,13 +12,12 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
-RDEPEND="dev-php/PEAR-HTTP_Request"
-
 src_install() {
insinto /usr/share/php
doins Cache.php
+   # HTTP_Request is deprecated and superceeded upstream, bypassing
insinto /usr/share/php/Cache
-   doins -r Application.php Container Container.php Error.php Function.php 
Graphics.php HTTP_Request.php OutputCompression.php Output.php
+   doins -r Application.php Container Container.php Error.php Function.php 
Graphics.php OutputCompression.php Output.php
php-pear-r2_install_packagexml
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Cache/

2017-07-05 Thread Brian Evans
commit: 4007316274878f6131e0339b65dd045f9c3f15b1
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul  5 19:42:01 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul  5 20:26:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40073162

dev-php/PEAR-Cache: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild 
b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
new file mode 100644
index 000..ae9d0b5eecd
--- /dev/null
+++ b/dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Framework for caching of arbitrary data"
+
+LICENSE="PHP-2.02"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-php/PEAR-HTTP_Request"
+
+src_install() {
+   insinto /usr/share/php
+   doins Cache.php
+   insinto /usr/share/php/Cache
+   doins -r Application.php Container Container.php Error.php Function.php 
Graphics.php HTTP_Request.php OutputCompression.php Output.php
+   php-pear-r2_install_packagexml
+   einstalldocs
+}