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-eio/
Date: Fri, 25 Sep 2015 18:16:37
Message-Id: 1443204586.11344c2ded4908aef6288e2c5db78df492b67e63.mjo@gentoo
1 commit: 11344c2ded4908aef6288e2c5db78df492b67e63
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:09:46 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:09:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11344c2d
7
8 dev-php/pecl-eio: revbump to fix DOCS.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-php/pecl-eio/{pecl-eio-1.2.5.ebuild => pecl-eio-1.2.5-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild
16 similarity index 83%
17 rename from dev-php/pecl-eio/pecl-eio-1.2.5.ebuild
18 rename to dev-php/pecl-eio/pecl-eio-1.2.5-r1.ebuild
19 index ba7fa0b..759544e 100644
20 --- a/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild
21 +++ b/dev-php/pecl-eio/pecl-eio-1.2.5-r1.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 @@ -6,7 +6,7 @@ EAPI=5
29 PHP_EXT_NAME="eio"
30 PHP_EXT_INI="yes"
31 PHP_EXT_ZENDEXT="no"
32 -DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE"
33 +DOCS="README.md"
34
35 USE_PHP="php5-4 php5-5 php5-6"
36 inherit php-ext-pecl-r2 confutils