commit: 1e1409ff497299402599fbb7d7e2dfbc0863ef82
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 20:58:51 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 21:03:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1409ff
dev-php/pecl-uploadprogress: Drop old
Package-Manager: portage-2.3.0
.../pecl-uploadprogress-1.0.3.1-r1.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
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
deleted file mode 100644
index b08e9a9..0000000
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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."
-}