grknight    15/06/17 18:09:00

  Modified:             PEAR-PEAR-1.9.4.ebuild PEAR-PEAR-1.9.5.ebuild
                        ChangeLog
  Log:
  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)

Revision  Changes    Path
1.13                 dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild?r1=1.12&r2=1.13

Index: PEAR-PEAR-1.9.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- PEAR-PEAR-1.9.4.ebuild      10 Oct 2014 16:59:08 -0000      1.12
+++ PEAR-PEAR-1.9.4.ebuild      17 Jun 2015 18:08:59 -0000      1.13
@@ -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 @@
 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"



1.3                  dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild?r1=1.2&r2=1.3

Index: PEAR-PEAR-1.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PEAR-PEAR-1.9.5.ebuild      14 Apr 2015 18:03:37 -0000      1.2
+++ PEAR-PEAR-1.9.5.ebuild      17 Jun 2015 18:08:59 -0000      1.3
@@ -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 @@
 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"



1.167                dev-php/PEAR-PEAR/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.167&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?rev=1.167&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   14 Apr 2015 18:03:37 -0000      1.166
+++ ChangeLog   17 Jun 2015 18:09:00 -0000      1.167
@@ -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 <grkni...@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 <grkni...@gentoo.org> PEAR-PEAR-1.9.5.ebuild:
   Fix repoman warning wrt slot operator




Reply via email to