summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-03-06 08:59:47 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-03-06 08:59:47 +0000
commit1efe85feb947c6ebd0c3b8d62f97f6108f5b7148 (patch)
treec2ee449eb9d030cab88925f5b00d6f1b5bbb1cc3 /dev-php/pecl-oauth
parentBump, restrict tests (diff)
downloadgentoo-2-1efe85feb947c6ebd0c3b8d62f97f6108f5b7148.tar.gz
gentoo-2-1efe85feb947c6ebd0c3b8d62f97f6108f5b7148.tar.bz2
gentoo-2-1efe85feb947c6ebd0c3b8d62f97f6108f5b7148.zip
Revbump supporting php 5.4
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-oauth')
-rw-r--r--dev-php/pecl-oauth/ChangeLog10
-rw-r--r--dev-php/pecl-oauth/pecl-oauth-1.2.2-r1.ebuild23
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}"