summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-03-05 11:47:24 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-03-05 11:47:24 +0000
commit8abec04b3e8db69a15de74a9211a537cf4ea2aa6 (patch)
tree409b2e9e7b78c71414ee9e2d28f910b3746ea0c9 /dev-php
parentVersion bump (diff)
downloadgentoo-2-8abec04b3e8db69a15de74a9211a537cf4ea2aa6.tar.gz
gentoo-2-8abec04b3e8db69a15de74a9211a537cf4ea2aa6.tar.bz2
gentoo-2-8abec04b3e8db69a15de74a9211a537cf4ea2aa6.zip
Ensure that the working SAPI is installed
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-uploadprogress/ChangeLog9
-rw-r--r--dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild17
-rw-r--r--dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild8
3 files changed, 11 insertions, 23 deletions
diff --git a/dev-php/pecl-uploadprogress/ChangeLog b/dev-php/pecl-uploadprogress/ChangeLog
index f6b3ce229efd..8b0bb115f8e0 100644
--- a/dev-php/pecl-uploadprogress/ChangeLog
+++ b/dev-php/pecl-uploadprogress/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/pecl-uploadprogress
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.2 2012/01/26 09:12:41 olemarkus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.3 2013/03/05 11:47:24 olemarkus Exp $
+
+ 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
+ -pecl-uploadprogress-1.0.1-r1.ebuild, pecl-uploadprogress-1.0.3.1.ebuild:
+ Ensure that the working SAPI is installed
*pecl-uploadprogress-1.0.3.1 (26 Jan 2012)
@@ -23,4 +27,3 @@
26 Apr 2010; Steve Dibb <beandog@gentoo.org>
+pecl-uploadprogress-1.0.1.ebuild, +metadata.xml:
Initial commit, bug 306523; Thanks to Razvan Stanga for ebuild
-
diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild
deleted file mode 100644
index c08745085f71..000000000000
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild,v 1.1 2011/12/14 22:49:36 mabi Exp $
-
-EAPI=3
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An extension to track progress of a file upload."
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-pkg_postinst() {
- elog "This extension is only known to work on Apache with mod_php."
-}
diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild
index 5ed892dbe26b..2b9c9f344590 100644
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild
+++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild,v 1.1 2012/01/26 09:12:41 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1.ebuild,v 1.2 2013/03/05 11:47:24 olemarkus Exp $
-EAPI=3
+EAPI=5
USE_PHP="php5-3 php5-4"
@@ -14,6 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND="dev-lang/php[apache2]"
+
pkg_postinst() {
elog "This extension is only known to work on Apache with mod_php."
}