forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-php/pecl-xdiff: Version bump 2.0.0
Adds support for PHP 7.x Removes support for PHP 5.x Package-Manager: portage-2.2.24
- Loading branch information
1 parent
6bcd3e0
commit ed3854c
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
PHP_EXT_NAME="xdiff" | ||
PHP_EXT_PECL_PKG="xdiff" | ||
PHP_EXT_INI="yes" | ||
PHP_EXT_ZENDEXT="no" | ||
DOCS="README.API" | ||
|
||
USE_PHP="php7-0" | ||
|
||
inherit php-ext-pecl-r2 | ||
|
||
KEYWORDS="~x86 ~amd64" | ||
|
||
DESCRIPTION="PHP extension for generating diff files" | ||
LICENSE="PHP-3.01" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
DEPEND="dev-libs/libxdiff" | ||
RDEPEND="${DEPEND}" |