diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:09:09 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-11-14 21:09:09 +0000 |
commit | 8bf55a32a990fa56a3d627f28ba1beee1a067c4c (patch) | |
tree | 4a369a73c14ddf512a11388d1628cfd6cbcbad52 /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-8bf55a32a990fa56a3d627f28ba1beee1a067c4c.tar.gz gentoo-2-8bf55a32a990fa56a3d627f28ba1beee1a067c4c.tar.bz2 gentoo-2-8bf55a32a990fa56a3d627f28ba1beee1a067c4c.zip |
update to EAPI4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/ChangeLog b/dev-php/PEAR-Console_CommandLine/ChangeLog index 6dc754362b0f..35c3785f1b74 100644 --- a/dev-php/PEAR-Console_CommandLine/ChangeLog +++ b/dev-php/PEAR-Console_CommandLine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Console_CommandLine # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.4 2013/11/14 21:00:42 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.5 2013/11/14 21:09:09 mabi Exp $ + + 14 Nov 2013; Matti Bickel <mabi@gentoo.org> + PEAR-Console_CommandLine-1.2.0.ebuild: + update to EAPI4 *PEAR-Console_CommandLine-1.2.0 (14 Nov 2013) diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild index 711a7099f070..8e4ce39756e1 100644 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild +++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.1 2013/11/14 21:00:42 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.0.ebuild,v 1.2 2013/11/14 21:09:09 mabi Exp $ -EAPI="2" +EAPI="4" inherit php-pear-r1 DESCRIPTION="A full featured command line options and arguments parser" |