Skip to content

Commit

Permalink
dev-php/pecl-xdiff: Version bump 2.0.1
Browse files Browse the repository at this point in the history
* EAPI=6
* Enable for PHP 7.1
* Bump php-ext-pecl

Package-Manager: portage-2.3.0

Signed-off-by: Michael Orlitzky <[email protected]>
  • Loading branch information
anthonyryan1 authored and orlitzky committed Dec 7, 2016
1 parent a6089af commit a89e336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-php/pecl-xdiff/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST xdiff-1.5.2.tgz 9275 SHA256 ebe72b887fcd2296f1e4032d476a8a463803ccfb0b34b403be8433daf3cfd81d SHA512 738d9624155b6d77b01fdef59eb0d34de6b4a8f757d2c0ccb6dd0140d021b6c88388312d6a43197dc5c24f8e643069c3a265fc0d17246e25e8104b00facf2dd0 WHIRLPOOL ee283ba7debacda6b46c931923469d98daae599b5e7a103eebeaea6044bcea3ee6f0bcd3f060463198724d62543a81ee55e570aa1584714a97a94cbd44dc8d6e
DIST xdiff-2.0.0.tgz 8955 SHA256 52c1d151df8742b366538ee8b9565cc7bda310206ff37df3f170db8de6a009f0 SHA512 178d82e0338a92d25f296a9e1caa74681d2c294b4de80a8e2e59df829e16239186c189a0141d7dd07a36278c555af0943900999af05f124090442395e0f51b1a WHIRLPOOL ac3c8076a60ed34755acb1fb50dd98f42b4bf26a1483bb06792de2d01381e9f56e5b4c86d6d42633254c4958bb172afcdae17461f3997a09f48afb75e93c6fa1
DIST xdiff-2.0.1.tgz 10418 SHA256 b4ac96c33ec28a5471b6498d18c84a6ad0fe2e4e890c93df08e34061fba7d207 SHA512 43f2bddac82ac19ac688ae7dad3fef65b0d8887c0e6adefd1fc15236582c31d78a54538903760270dee294ca8b8ba3def48bfa9b1d44160bcc450f5c6516402a WHIRLPOOL bd7c6bc098846212d6692fe5cb78d814386f14499e99011d539d2492ab4d962c04473859b6ce235017a5a47544713639408ff3d2381de0dac3b900d5ae0c5444
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
EAPI=6

PHP_EXT_NAME="xdiff"
PHP_EXT_PECL_PKG="xdiff"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README.API"

USE_PHP="php7-0"
USE_PHP="php7-0 php7-1"

inherit php-ext-pecl-r2
inherit php-ext-pecl-r3

KEYWORDS="~x86 ~amd64"

DESCRIPTION="PHP extension for generating diff files"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""

DEPEND="dev-libs/libxdiff"
RDEPEND="${DEPEND}"

0 comments on commit a89e336

Please sign in to comment.