diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-31 12:49:46 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-31 12:49:46 +0000 |
commit | b7e2e62bffb1e868d8af5b5bd33ff81ded579d3a (patch) | |
tree | 0ce5e9faab554c02e2961ce77f3e114f9c52be6d /dev-php | |
parent | josm version bump (diff) | |
download | gentoo-2-b7e2e62bffb1e868d8af5b5bd33ff81ded579d3a.tar.gz gentoo-2-b7e2e62bffb1e868d8af5b5bd33ff81ded579d3a.tar.bz2 gentoo-2-b7e2e62bffb1e868d8af5b5bd33ff81ded579d3a.zip |
Version bump. Thanks to Denny. Bug #360949
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.7.ebuild | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog index 3d0e822eff9f..62011fcd0ed5 100644 --- a/dev-php/PEAR-System_Command/ChangeLog +++ b/dev-php/PEAR-System_Command/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-System_Command -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.52 2007/12/06 00:53:22 jokey Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.53 2011/03/31 12:49:46 olemarkus Exp $ + +*PEAR-System_Command-1.0.7 (31 Mar 2011) + + 31 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-System_Command-1.0.7.ebuild: + Version bump. Thanks to Denny. Bug #360949 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-System_Command-1.0.3.ebuild, PEAR-System_Command-1.0.6.ebuild: diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.7.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.7.ebuild new file mode 100644 index 000000000000..75d3ff35fda1 --- /dev/null +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.7.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2011 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.7.ebuild,v 1.1 2011/03/31 12:49:46 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="PEAR::System_Command is a commandline execution interface" +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" |