summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-06-17 18:09:00 +0000
committerBrian Evans <grknight@gentoo.org>2015-06-17 18:09:00 +0000
commit77dacefe629773fe5f7249825b3ac08bfbdcbaac (patch)
treeea3e357e1bdd2f0e73a09cf4fb31f2654bb14424 /dev-php
parentVersion bump. (diff)
downloadgentoo-2-77dacefe629773fe5f7249825b3ac08bfbdcbaac.tar.gz
gentoo-2-77dacefe629773fe5f7249825b3ac08bfbdcbaac.tar.bz2
gentoo-2-77dacefe629773fe5f7249825b3ac08bfbdcbaac.zip
Drop depend.php.eclass and has_php function; Historical reference with no meaning today
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-PEAR/ChangeLog7
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild8
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild6
3 files changed, 11 insertions, 10 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog
index e20383ea424e..0f0b43fa7af3 100644
--- a/dev-php/PEAR-PEAR/ChangeLog
+++ b/dev-php/PEAR-PEAR/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-PEAR
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.166 2015/04/14 18:03:37 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.167 2015/06/17 18:09:00 grknight Exp $
+
+ 17 Jun 2015; Brian Evans <grknight@gentoo.org> PEAR-PEAR-1.9.4.ebuild,
+ PEAR-PEAR-1.9.5.ebuild:
+ Drop depend.php.eclass and has_php function; Historical reference with no
+ meaning today
14 Apr 2015; Brian Evans <grknight@gentoo.org> PEAR-PEAR-1.9.5.ebuild:
Fix repoman warning wrt slot operator
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild
index 787d463e7229..4c5d007be187 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 1.12 2014/10/10 16:59:08 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v 1.13 2015/06/17 18:08:59 grknight Exp $
EAPI="4"
-inherit depend.php eutils
+inherit eutils
PEAR="${PV}"
@@ -27,8 +27,6 @@ PDEPEND="dev-php/pear"
S="${WORKDIR}"
pkg_setup() {
- has_php
-
[[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
[[ -z "${PEAR_DOWNLOADDIR}" ]] && PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
[[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild
index 9cf0983dada8..01d0d4aec753 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 1.2 2015/04/14 18:03:37 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v 1.3 2015/06/17 18:08:59 grknight Exp $
EAPI="5"
-inherit depend.php eutils
+inherit eutils
PEAR="${PV}"
@@ -26,8 +26,6 @@ PDEPEND="dev-php/pear"
S="${WORKDIR}"
pkg_setup() {
- has_php
-
[[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
[[ -z "${PEAR_DOWNLOADDIR}" ]] && PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
[[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"