diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 20:08:38 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-05-16 20:08:38 +0000 |
commit | 9a4559f22ac990603d5922147411c6b5ce231d6d (patch) | |
tree | 4bcc2417d80abf31a9f003f28a87f1fcf5164a7f /dev-php/PEAR-System_Command | |
parent | Stable on sparc (diff) | |
download | historical-9a4559f22ac990603d5922147411c6b5ce231d6d.tar.gz historical-9a4559f22ac990603d5922147411c6b5ce231d6d.tar.bz2 historical-9a4559f22ac990603d5922147411c6b5ce231d6d.zip |
Stable on amd64 and x86.
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog index dc695d64e538..bdcfbe7aa111 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.17 2005/03/08 17:34:02 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.18 2005/05/16 20:07:24 sebastian Exp $ + + 16 May 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-System_Command-1.0.1.ebuild: + Stable on amd64 and x86. 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> -PEAR-System_Command-1.0.ebuild: diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild index 33bae8c1c061..7bda9fda2d32 100644 --- a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.1.ebuild,v 1.3 2004/11/29 11:57:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.1.ebuild,v 1.4 2005/05/16 20:07:24 sebastian Exp $ inherit php-pear DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64" +KEYWORDS="x86 ~sparc ~alpha ~ppc ~ia64 amd64" IUSE="" |