Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dio/
Date: Fri, 25 Sep 2015 17:54:48
Message-Id: 1443203673.c95ea61f5b840900855881fd81f0ba259857d2f9.mjo@gentoo
1 commit: c95ea61f5b840900855881fd81f0ba259857d2f9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 17:54:12 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 17:54:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95ea61f
7
8 dev-php/pecl-dio: revbump to fix DOCS.
9
10 Package-Manager: portage-2.2.20.1
11
12 .../pecl-dio/{pecl-dio-0.0.7-r1.ebuild => pecl-dio-0.0.7-r2.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-dio/pecl-dio-0.0.7-r1.ebuild b/dev-php/pecl-dio/pecl-dio-0.0.7-r2.ebuild
16 similarity index 81%
17 rename from dev-php/pecl-dio/pecl-dio-0.0.7-r1.ebuild
18 rename to dev-php/pecl-dio/pecl-dio-0.0.7-r2.ebuild
19 index d4d4865..1f80eea 100644
20 --- a/dev-php/pecl-dio/pecl-dio-0.0.7-r1.ebuild
21 +++ b/dev-php/pecl-dio/pecl-dio-0.0.7-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -7,7 +7,6 @@ EAPI="5"
29 PHP_EXT_NAME="dio"
30 PHP_EXT_INI="yes"
31 PHP_EXT_ZENDEXT="no"
32 -DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
33
34 USE_PHP="php5-6 php5-5 php5-4"