diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2014-07-04 14:59:33 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2014-07-04 14:59:33 +0000 |
commit | 0981289009589d3bcbade19fc7d7be9026d22b4a (patch) | |
tree | ea1007ca6293a3dbd4e7139d98534d281b19b779 /dev-php/pecl-uuid | |
parent | Keyworded on alpha, bug #497068 (diff) | |
download | gentoo-2-0981289009589d3bcbade19fc7d7be9026d22b4a.tar.gz gentoo-2-0981289009589d3bcbade19fc7d7be9026d22b4a.tar.bz2 gentoo-2-0981289009589d3bcbade19fc7d7be9026d22b4a.zip |
Add php5-5 target (bug #511602), EAPI bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Diffstat (limited to 'dev-php/pecl-uuid')
-rw-r--r-- | dev-php/pecl-uuid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild (renamed from dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-php/pecl-uuid/ChangeLog b/dev-php/pecl-uuid/ChangeLog index 51dedeeae2db..cca19beb9cba 100644 --- a/dev-php/pecl-uuid/ChangeLog +++ b/dev-php/pecl-uuid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-uuid -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.2 2012/08/24 09:01:07 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.3 2014/07/04 14:59:33 dev-zero Exp $ + +*pecl-uuid-1.0.3-r1 (04 Jul 2014) + + 04 Jul 2014; Tiziano Müller <dev-zero@gentoo.org> +pecl-uuid-1.0.3-r1.ebuild, + -pecl-uuid-1.0.3.ebuild: + Add php5-5 target (bug #511602), EAPI bump *pecl-uuid-1.0.3 (24 Aug 2012) diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild index 47a8c652946e..9ef98d677566 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild,v 1.1 2012/08/24 09:01:07 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild,v 1.1 2014/07/04 14:59:33 dev-zero Exp $ -EAPI="4" +EAPI="5" PHP_EXT_NAME="uuid" PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS" -USE_PHP="php5-3 php5-4" +USE_PHP="php5-3 php5-4 php5-5" inherit php-ext-pecl-r2 |