grknight 14/09/30 22:56:21 Modified: ChangeLog Added: pecl-oauth-1.2.3-r1.ebuild Removed: pecl-oauth-1.2.3.ebuild pecl-oauth-1.2.2-r1.ebuild Log: Revbump to add 5.6 support, drop 5.3 support (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.6 dev-php/pecl-oauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-oauth/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-oauth/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-oauth/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 28 Mar 2013 12:15:30 -0000 1.5 +++ ChangeLog 30 Sep 2014 22:56:20 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-oauth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v 1.5 2013/03/28 12:15:30 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v 1.6 2014/09/30 22:56:20 grknight Exp $ + +*pecl-oauth-1.2.3-r1 (30 Sep 2014) + + 30 Sep 2014; Brian Evans <[email protected]> +pecl-oauth-1.2.3-r1.ebuild, + -pecl-oauth-1.2.2-r1.ebuild, -pecl-oauth-1.2.3.ebuild: + Revbump to add 5.6 support, drop 5.3 support *pecl-oauth-1.2.3 (28 Mar 2013) 1.1 dev-php/pecl-oauth/pecl-oauth-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-oauth/pecl-oauth-1.2.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-oauth/pecl-oauth-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain Index: pecl-oauth-1.2.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/pecl-oauth-1.2.3-r1.ebuild,v 1.1 2014/09/30 22:56:20 grknight Exp $ EAPI="5" PHP_EXT_NAME="oauth" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS="README" USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" DESCRIPTION="OAuth is an authorization protocol built on top of HTTP" LICENSE="BSD" SLOT="0" IUSE="" DEPEND="dev-lang/php[hash]" RDEPEND="${DEPEND}"
