diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-07-26 13:38:05 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-07-26 13:38:05 +0000 |
commit | fdd49e6302c6f0a4e8a90c08b201e4e69e1eda7f (patch) | |
tree | 01fa7ac72f8b010a8c43ca9fae410260d44b8d30 /dev-php/pecl-uploadprogress | |
parent | Adding 5.5 support, removing 5.3 support (diff) | |
download | gentoo-2-fdd49e6302c6f0a4e8a90c08b201e4e69e1eda7f.tar.gz gentoo-2-fdd49e6302c6f0a4e8a90c08b201e4e69e1eda7f.tar.bz2 gentoo-2-fdd49e6302c6f0a4e8a90c08b201e4e69e1eda7f.zip |
Adding 5.5 support, removing 5.3 support
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/pecl-uploadprogress')
-rw-r--r-- | dev-php/pecl-uploadprogress/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-php/pecl-uploadprogress/ChangeLog b/dev-php/pecl-uploadprogress/ChangeLog index 8b0bb115f8e0..2665e8eccc1b 100644 --- a/dev-php/pecl-uploadprogress/ChangeLog +++ b/dev-php/pecl-uploadprogress/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-uploadprogress # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.4 2013/07/26 13:38:05 olemarkus Exp $ + +*pecl-uploadprogress-1.0.3.1-r1 (26 Jul 2013) + + 26 Jul 2013; Ole Markus With <olemarkus@gentoo.org> + +pecl-uploadprogress-1.0.3.1-r1.ebuild: + Adding 5.5 support, removing 5.3 support 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -pecl-uploadprogress-1.0.1-r1.ebuild, pecl-uploadprogress-1.0.3.1.ebuild: diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild new file mode 100644 index 000000000000..62ea3de1519e --- /dev/null +++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild @@ -0,0 +1,21 @@ +# 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-r1.ebuild,v 1.1 2013/07/26 13:38:05 olemarkus Exp $ + +EAPI=5 + +USE_PHP="php5-5 php5-4" + +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="" + +RDEPEND="dev-lang/php[apache2]" + +pkg_postinst() { + elog "This extension is only known to work on Apache with mod_php." +} |