diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | cbacf8d22c230b56ee79b1aef539fc3b7d6b7981 (patch) | |
tree | 49b84778afab9444be29e1b00c8b17f5f074afba /dev-php/PEAR-System_Command | |
parent | fixed newdepend (diff) | |
download | gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.gz gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.bz2 gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog index be3240c0d086..a90652a0b8f9 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.6 2003/12/25 11:47:47 coredumb Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.7 2004/04/17 15:02:28 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> + PEAR-System_Command-1.0-r1.ebuild, PEAR-System_Command-1.0.ebuild: + Added IUSE= *PEAR-System_Command-1.0-r1 (25 Dec 2003) diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild index 1b8d220c3726..cbb67c4c1fcd 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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-r1.ebuild,v 1.1 2003/12/25 11:47:47 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0-r1.ebuild,v 1.2 2004/04/17 15:02:28 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" 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 d1faaa996563..d5cc7055bbf7 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,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.4 2003/09/11 17:04:26 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.5 2004/04/17 15:02:28 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="PEAR::System_Command is a commandline execution interface" @@ -11,7 +11,7 @@ SLOT="0" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" DEPEND="virtual/php" - +IUSE="" S=${WORKDIR}/${MY_P} src_install () { |