Skip to content

Commit

Permalink
dev-php/PEAR-HTTP_Client: Revbump for EAPI and eclass; Update descrip…
Browse files Browse the repository at this point in the history
…tion

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Brian Evans committed Jul 5, 2017
1 parent 8f44e06 commit 0b6bb34
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
4 changes: 2 additions & 2 deletions dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0b6bb34

Please sign in to comment.