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-sphinx/
Date: Fri, 25 Sep 2015 16:48:46
Message-Id: 1443199689.1c308c91cfac7dc0804ac13eb065f9f4998e0729.mjo@gentoo
1 commit: 1c308c91cfac7dc0804ac13eb065f9f4998e0729
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 16:47:52 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 16:48:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c308c91
7
8 dev-php/pecl-sphinx: version bump to fix incorrect DOCS.
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-php/pecl-sphinx/Manifest | 2 +-
13 .../{pecl-sphinx-1.3.2.ebuild => pecl-sphinx-1.3.3.ebuild} | 4 +---
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-php/pecl-sphinx/Manifest b/dev-php/pecl-sphinx/Manifest
17 index 58c4b23..4e63545 100644
18 --- a/dev-php/pecl-sphinx/Manifest
19 +++ b/dev-php/pecl-sphinx/Manifest
20 @@ -1 +1 @@
21 -DIST sphinx-1.3.2.tgz 15282 SHA256 0c3ada36833a44a8147d2dd1b907548010ae53de0a05041a77e68dee036130e6 SHA512 bcfe4aa5ea4ac4b3fb14f78114c1c55645148c5e599a9757d3a575b2a61d44287a98da6527f3eee1567ce2b6ae4451680b9ef5e5754bae925d905715c5e61c85 WHIRLPOOL 52dce1e14834bbafe48d2e48f7c058aa4bc0487385c611f8a5c112a54ca62e135b6e883cd9e6367222dd3d3522be24bff6a40e86bb9b845c43607e37919486d2
22 +DIST sphinx-1.3.3.tgz 15555 SHA256 d9718365da38f9641917c6ef30f356cc5b807549efd154a033d3e8f9145d618d SHA512 86e40660bc3be346f23eaa98eb49552c2e51385c41e5c0ac04ba26776375816d777e470765e103d771bd46206ced1778ffb80747a6656c4948f047e61a4112b7 WHIRLPOOL 917c43a047444592e1940c1ccf296272d20c859788d6f139b9e409eb83f7d13d4bf5e394c247c818ed822bbd91475147aa864ec503cdcb0b16d39a6db458fffb
23
24 diff --git a/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild b/dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild
25 similarity index 85%
26 rename from dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild
27 rename to dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild
28 index 5dffe80..34f620c 100644
29 --- a/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild
30 +++ b/dev-php/pecl-sphinx/pecl-sphinx-1.3.3.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 +# Copyright 1999-2015 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Id$
36
37 @@ -10,8 +10,6 @@ PHP_EXT_ZENDEXT="no"
38
39 USE_PHP="php5-6 php5-5 php5-4"
40
41 -DOCS="README ChangeLog"
42 -
43 inherit php-ext-pecl-r2
44
45 KEYWORDS="~amd64"