diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 12:19:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-14 12:19:20 +0000 |
commit | ed60224b4973fe5616220f7cce7bdad74b14264a (patch) | |
tree | 0b925e9b4f087485b1b87903ece883805dba3529 /dev-php/PEAR-Console_Getopt | |
parent | Rename audio USE flag to sound. Bug #357661 (diff) | |
download | gentoo-2-ed60224b4973fe5616220f7cce7bdad74b14264a.tar.gz gentoo-2-ed60224b4973fe5616220f7cce7bdad74b14264a.tar.bz2 gentoo-2-ed60224b4973fe5616220f7cce7bdad74b14264a.zip |
Version bump. Bug #358757. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog index 279ac1e8c981..c90ca40087b4 100644 --- a/dev-php/PEAR-Console_Getopt/ChangeLog +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Console_Getopt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.31 2011/01/10 18:12:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.32 2011/03/14 12:19:20 olemarkus Exp $ + +*PEAR-Console_Getopt-1.3.1 (14 Mar 2011) + + 14 Mar 2011; <olemarkus@gentoo.org> +PEAR-Console_Getopt-1.3.1.ebuild: + Version bump. Bug #358757. Thanks to Denny 10 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> PEAR-Console_Getopt-1.2.3-r1.ebuild: diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild new file mode 100644 index 000000000000..edab945bddc1 --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.1 2011/03/14 12:19:20 olemarkus Exp $ + +EAPI="2" + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Command-line option parser" + +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) + >=dev-php/PEAR-PEAR-1.8.1" +RDEPEND="${DEPEND}" +PDEPEND="dev-php/pear" +HOMEPAGE="http://pear.php.net/package/Console_Getopt" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto /usr/share/php/ + doins -r Console +} |