Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-uploadprogress: pecl-uploadprogress-1.0.3.1-r2.ebuild ChangeLog
Date: Wed, 29 Apr 2015 00:48:30
Message-Id: 20150429004824.D0F749A9@oystercatcher.gentoo.org
1 grknight 15/04/29 00:48:24
2
3 Modified: ChangeLog
4 Added: pecl-uploadprogress-1.0.3.1-r2.ebuild
5 Log:
6 Revbump to make deps more specific and add php5-6 for bug 545672
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.7 dev-php/pecl-uploadprogress/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 1 Oct 2014 00:02:19 -0000 1.6
24 +++ ChangeLog 29 Apr 2015 00:48:24 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/pecl-uploadprogress
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.6 2014/10/01 00:02:19 grknight Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/ChangeLog,v 1.7 2015/04/29 00:48:24 grknight Exp $
31 +
32 +*pecl-uploadprogress-1.0.3.1-r2 (29 Apr 2015)
33 +
34 + 29 Apr 2015; Brian Evans <grknight@g.o>
35 + +pecl-uploadprogress-1.0.3.1-r2.ebuild:
36 + Revbump to make deps more specific and add php5-6 for bug 545672
37
38 01 Oct 2014; Brian Evans <grknight@g.o>
39 -pecl-uploadprogress-1.0.3.1.ebuild:
40
41
42
43 1.1 dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-uploadprogress-1.0.3.1-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.0.3.1-r2.ebuild,v 1.1 2015/04/29 00:48:24 grknight Exp $
53
54 EAPI=5
55
56 USE_PHP="php5-6 php5-5 php5-4"
57
58 inherit php-ext-pecl-r2
59
60 DESCRIPTION="An extension to track progress of a file upload"
61 LICENSE="PHP-3.01"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 for target in ${USE_PHP}; do
67 slot=${target/php}
68 slot=${slot/-/.}
69 PHPUSEDEPEND="${PHPUSEDEPEND}
70 php_targets_${target}? ( dev-lang/php:${slot}[apache2] )"
71 done
72
73 RDEPEND="${PHPUSEDEPEND}"
74
75 pkg_postinst() {
76 elog "This extension is only known to work on Apache with mod_php."
77 }