diff options
-rw-r--r-- | dev-php/pecl-oauth/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/pecl-oauth/pecl-oauth-1.2.2-r1.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-php/pecl-oauth/ChangeLog b/dev-php/pecl-oauth/ChangeLog index 535f3bdfb40a..9ccc13273836 100644 --- a/dev-php/pecl-oauth/ChangeLog +++ b/dev-php/pecl-oauth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-oauth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v 1.2 2011/09/25 20:01:00 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v 1.3 2012/03/06 08:59:47 olemarkus Exp $ + +*pecl-oauth-1.2.2-r1 (06 Mar 2012) + + 06 Mar 2012; Ole Markus With <olemarkus@gentoo.org> + +pecl-oauth-1.2.2-r1.ebuild: + Revbump supporting php 5.4 25 Sep 2011; Ole Markus With <olemarkus@gentoo.org> metadata.xml: Fixed herd information diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.2-r1.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.2-r1.ebuild new file mode 100644 index 000000000000..10997eae0582 --- /dev/null +++ b/dev-php/pecl-oauth/pecl-oauth-1.2.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 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.2-r1.ebuild,v 1.1 2012/03/06 08:59:47 olemarkus Exp $ + +EAPI="4" +PHP_EXT_NAME="oauth" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="README" + +USE_PHP="php5-3 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}" |