Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-uploadprogress/
Date: Thu, 14 Jul 2016 21:04:00
Message-Id: 1468530213.1e1409ff497299402599fbb7d7e2dfbc0863ef82.grknight@gentoo
1 commit: 1e1409ff497299402599fbb7d7e2dfbc0863ef82
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 20:58:51 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 21:03:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1409ff
7
8 dev-php/pecl-uploadprogress: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 .../pecl-uploadprogress-1.0.3.1-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 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
16 deleted file mode 100644
17 index b08e9a9..0000000
18 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_PHP="php5-5 php5-4"
28 -
29 -inherit php-ext-pecl-r2
30 -
31 -DESCRIPTION="An extension to track progress of a file upload"
32 -LICENSE="PHP-3.01"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lang/php[apache2]"
38 -
39 -pkg_postinst() {
40 - elog "This extension is only known to work on Apache with mod_php."
41 -}