diff options
author | Brian Evans <grknight@gentoo.org> | 2014-10-17 14:53:25 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-10-17 14:53:25 +0000 |
commit | c63934ed6abe201954859d6795e799d756ecbec5 (patch) | |
tree | 79854a0d38487f513e326ddfc0efd88d5912c0ae /dev-php/pecl-uuid | |
parent | Version bump. (diff) | |
download | gentoo-2-c63934ed6abe201954859d6795e799d756ecbec5.tar.gz gentoo-2-c63934ed6abe201954859d6795e799d756ecbec5.tar.bz2 gentoo-2-c63934ed6abe201954859d6795e799d756ecbec5.zip |
Revbump to drop 5.3 and add 5.6 wrt bug 524250 ack by dev-zero on irc
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/pecl-uuid')
-rw-r--r-- | dev-php/pecl-uuid/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild (renamed from dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/pecl-uuid/ChangeLog b/dev-php/pecl-uuid/ChangeLog index f48d446023cd..c56fc5877bcf 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.4 2014/08/10 21:04:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.5 2014/10/17 14:53:25 grknight Exp $ + +*pecl-uuid-1.0.3-r2 (17 Oct 2014) + + 17 Oct 2014; Brian Evans <grknight@gentoo.org> +pecl-uuid-1.0.3-r2.ebuild, + -pecl-uuid-1.0.3-r1.ebuild: + Revbump to drop 5.3 and add 5.6 wrt bug 524250 ack by dev-zero on irc 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pecl-uuid-1.0.3-r1.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild index 2f0eeeffa511..b82334416248 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2014/08/10 21:04:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r2.ebuild,v 1.1 2014/10/17 14:53:25 grknight Exp $ EAPI="5" @@ -9,7 +9,7 @@ PHP_EXT_INIT="yes" PHP_EXT_ZENDEXT="no" DOCS="CREDITS" -USE_PHP="php5-3 php5-4 php5-5" +USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 |