mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
}
|
||||
14
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
Normal file
14
dev-php/PEAR-Net_URL2/PEAR-Net_URL2-2.2.1-r2.ebuild
Normal 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 )
|
||||
Reference in New Issue
Block a user