commit: 0b6bb34e7368e8264260d8c12a3622d792fabbe4
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 19:23:13 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 20:25:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6bb34e
dev-php/PEAR-HTTP_Client: Revbump for EAPI and eclass; Update description
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../PEAR-HTTP_Client-1.2.1-r1.ebuild | 20 ++++++++++++++++++++
.../PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
new file mode 100644
index 00000000000..546412ed2b7
--- /dev/null
+++ b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Perform multiple HTTP requests and process their results"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2"
+
+src_install() {
+ insinto /usr/share/php/HTTP
+ doins -r Client.php Client
+ php-pear-r2_install_packagexml
+ einstalldocs
+}
diff --git a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
index e92150858b8..0cf3b60e5b6 100644
--- a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
+++ b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit php-pear-r1
-DESCRIPTION="Provides functionality to perform multiple HTTP requests and
process their results"
+DESCRIPTION="Perform multiple HTTP requests and process their results"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"