From 8abec04b3e8db69a15de74a9211a537cf4ea2aa6 Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Tue, 5 Mar 2013 11:47:24 +0000 Subject: Ensure that the working SAPI is installed (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5) --- dev-php/pecl-uploadprogress/ChangeLog | 9 ++++++--- .../pecl-uploadprogress-1.0.1-r1.ebuild | 17 ----------------- .../pecl-uploadprogress-1.0.3.1.ebuild | 8 +++++--- 3 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.1-r1.ebuild (limited to 'dev-php') 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 + -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 +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." } -- cgit v1.2.3-65-gdbad