Skip to content

Commit

Permalink
dev-php/pecl-xdiff: Add support for PHP 8.3 and remove old
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Ryan <[email protected]>
Closes: gentoo#34285
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
anthonyryan1 authored and thesamesam committed Jan 20, 2024
1 parent d26f973 commit 89a7936
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
1 change: 0 additions & 1 deletion dev-php/pecl-xdiff/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST xdiff-2.1.0.tgz 25150 BLAKE2B 3325cc5d3494ec0eb1e161b5321554b60aedaa90e1173a4d1e9b530f734ce80b39dc680fdc4bd5379094175a8719586e5900d5426f4df0ef78b5b40839515664 SHA512 6576f60d7e7a49bcfac3ba51c72ed0ed9ab1b7c1c9bb1e97923fc431cf033c907aa150ddecd452e4bc6c5338ed4110584464428fcd8c34a6c4c536412204a548
DIST xdiff-2.1.1.tgz 25842 BLAKE2B 5699ceebc47ab05b24443bf5379ea485dbad459de933661ca1d8d77a3ca5aa31ffde8c79f165fcc3bdb52ed1c3800abafd824ea80bfd0c3cebf59e3b33cf0043 SHA512 80a845bd93d0083d95954be3b81a1b52a3f7d61ec10191af8fc9a46fea91559be97034aabbc51631ce0a9fc9a8ef894f3b4f347b5e917f1e15ffca2a3804c218
22 changes: 0 additions & 22 deletions dev-php/pecl-xdiff/pecl-xdiff-2.1.0.ebuild

This file was deleted.

10 changes: 5 additions & 5 deletions dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ PHP_EXT_NAME="xdiff"
PHP_EXT_PECL_PKG="xdiff"
DOCS=( README.API )

USE_PHP="php8-1 php8-2"
USE_PHP="php8-1 php8-2 php8-3"

inherit php-ext-pecl-r3

KEYWORDS="~amd64 ~x86"

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

SLOT="7"
KEYWORDS="~amd64 ~x86"

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

0 comments on commit 89a7936

Please sign in to comment.