summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-09-11 17:05:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-09-11 17:05:52 +0000
commit158166e1c1ae017ae0788b7ce1b66bdd915c71bd (patch)
tree26fdecf1d4adeaec70dd6c01cd91707f8ef06854 /dev-php/PEAR-System_Command
parentfix bug #28421 (diff)
downloadhistorical-158166e1c1ae017ae0788b7ce1b66bdd915c71bd.tar.gz
historical-158166e1c1ae017ae0788b7ce1b66bdd915c71bd.tar.bz2
historical-158166e1c1ae017ae0788b7ce1b66bdd915c71bd.zip
fix bug #28168.
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r--dev-php/PEAR-System_Command/ChangeLog6
-rw-r--r--dev-php/PEAR-System_Command/Manifest4
-rw-r--r--dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild8
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog
index 41457a3a85db..f9d07b2b1b22 100644
--- a/dev-php/PEAR-System_Command/ChangeLog
+++ b/dev-php/PEAR-System_Command/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-System_Command
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.3 2003/02/12 06:29:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.4 2003/09/11 17:04:26 robbat2 Exp $
+
+ 11 Sep 2003; Robin H. Johnson <robbat2@gentoo.org>
+ PEAR-System_Command-1.0.ebuild:
+ fix bug #28168
*PEAR-System_Command-1.0 (19 Jul 2002)
diff --git a/dev-php/PEAR-System_Command/Manifest b/dev-php/PEAR-System_Command/Manifest
index 62d840c1bdad..543577b1add3 100644
--- a/dev-php/PEAR-System_Command/Manifest
+++ b/dev-php/PEAR-System_Command/Manifest
@@ -1,3 +1,3 @@
-MD5 03037a54ee763fbb86581599381933ee ChangeLog 768
-MD5 30b3e907d6ef5209dac4f18302befd05 PEAR-System_Command-1.0.ebuild 643
+MD5 a205fb6f493fed0dd7995935e9b48f94 PEAR-System_Command-1.0.ebuild 652
+MD5 ae72ab3bd3f457701e04e9d3e76c4cee ChangeLog 873
MD5 e7969ca0fd974c0868561ab95a66d1d8 files/digest-PEAR-System_Command-1.0 65
diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
index 3bc80ddef164..d1faaa996563 100644
--- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
+++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.3 2003/02/13 11:29:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.4 2003/09/11 17:04:26 robbat2 Exp $
-P=${PN/PEAR-//}-${PV}
+MY_P=${PN/PEAR-//}-${PV}
DESCRIPTION="PEAR::System_Command is a commandline execution interface"
HOMEPAGE="http://pear.php.net/package-info.php?pacid=74"
-SRC_URI="http://pear.php.net/get/${P}.tgz"
+SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
LICENSE="PHP"
SLOT="0"
# Afaik, anything that runs php will run this...
KEYWORDS="x86 ppc sparc"
DEPEND="virtual/php"
-S=${WORKDIR}/${P}
+S=${WORKDIR}/${MY_P}
src_install () {
insinto /usr/lib/php/