commit: 06526c854661d4c403ff4242b9d63ac09fefa988
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 14:01:31 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 14:36:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06526c85
dev-php/PEAR-HTTP_Request: Revbump for EAPI and eclass changes
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../PEAR-HTTP_Request-1.4.4-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4-r1.ebuild
b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4-r1.ebuild
new file mode 100644
index 00000000000..a5db4116c56
--- /dev/null
+++ b/dev-php/PEAR-HTTP_Request/PEAR-HTTP_Request-1.4.4-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="Provides an easy way to perform HTTP requests"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-php/PEAR-Net_URL-1.0.14-r1
+ >=dev-php/PEAR-Net_Socket-1.0.7"
+
+src_install() {
+ local HTML_DOCS=( docs/download-progress.php docs/example.php )
+ insinto /usr/share/php/HTTP
+ doins -r Request Request.php
+ php-pear-r2_install_packagexml
+ einstalldocs
+}