dev-php/PEAR-Cache: Drop optional HTTP_Request dep and script
authorBrian Evans <grknight@gentoo.org>
Mon, 7 Aug 2017 14:49:12 +0000 (10:49 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 8 Aug 2017 12:49:32 +0000 (08:49 -0400)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r2.ebuild [moved from dev-php/PEAR-Cache/PEAR-Cache-1.5.6-r1.ebuild with 80% similarity]

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 ae9d0b5eecd28a4f8a9354da0554d39a90efa877..b4109425659b1ab9d4f595b8cbed004d932d5352 100644 (file)
@@ -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
 }