dev-php/PEAR-Net_URL2: Revision bump to fix WORKDIR wrt bug 613122

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Brian Evans
2017-03-19 10:20:35 -04:00
parent cbc3315018
commit 8943992838
2 changed files with 14 additions and 37 deletions

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
MY_PN="${PN/PEAR-/}"
MY_P="${MY_PN}-${PV}"
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
HOMEPAGE="http://pear.php.net/${MY_PN}"
RDEPEND="dev-lang/php:* dev-php/pear"
DEPEND=""
S="${WORKDIR}/${MY_P}"
DOCS=( docs/6470.php docs/example.php )
src_install() {
insinto /usr/share/php
doins -r Net/
einstalldocs
}
pkg_postinst() {
peardev install -nrO --force "${WORKDIR}/package.xml" 2> /dev/null
}
pkg_postrm() {
peardev uninstall -nrO --force pear.php.net/${MY_PN}
}

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit php-pear-r2
DESCRIPTION="Easy parsing of URLs (PHP5 port of PEAR-Net_URL package)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DOCS=( docs/6470.php docs/example.php )