summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-05 10:18:54 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-05 10:18:54 +0000
commitae2276696a4d611b9e6ad22dcafb78c237c886c4 (patch)
tree0c755b1b50be33f2e85500dba84b2f42ccfe6dd1 /dev-php/pecl-oauth
parentRemoved older ebuilds (diff)
downloadgentoo-2-ae2276696a4d611b9e6ad22dcafb78c237c886c4.tar.gz
gentoo-2-ae2276696a4d611b9e6ad22dcafb78c237c886c4.tar.bz2
gentoo-2-ae2276696a4d611b9e6ad22dcafb78c237c886c4.zip
Removed older ebuilds
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-oauth')
-rw-r--r--dev-php/pecl-oauth/ChangeLog8
-rw-r--r--dev-php/pecl-oauth/pecl-oauth-1.2.2.ebuild21
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-php/pecl-oauth/ChangeLog b/dev-php/pecl-oauth/ChangeLog
index 9ccc13273836..6972b8e96e88 100644
--- a/dev-php/pecl-oauth/ChangeLog
+++ b/dev-php/pecl-oauth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/pecl-oauth
-# 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 $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-oauth/ChangeLog,v 1.4 2013/03/05 10:18:54 olemarkus Exp $
+
+ 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -pecl-oauth-1.2.2.ebuild:
+ Removed older ebuilds
*pecl-oauth-1.2.2-r1 (06 Mar 2012)
@@ -19,4 +22,3 @@
05 Sep 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-oauth-1.2.2.ebuild:
Added ebuild for pecl-oauth. Thanks to Rob Bruce (bug 381511)
-
diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.2.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.2.ebuild
deleted file mode 100644
index e1618be20a62..000000000000
--- a/dev-php/pecl-oauth/pecl-oauth-1.2.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 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.ebuild,v 1.1 2011/09/05 12:43:27 olemarkus Exp $
-
-EAPI="2"
-PHP_EXT_NAME="oauth"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README"
-
-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}"