From ea3e1bbf643d1d8892f4df05e4f05c1b2a2125d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 15 Sep 2023 10:49:51 +0100 Subject: gentoo auto-resync : 15:09:2023 - 10:49:51 --- dev-libs/redland-bindings/Manifest | 4 +- ...edland-bindings-1.0.17.1-add-PHP7-support.patch | 64 ------------------ .../redland-bindings-1.0.17.1-php-config-r1.patch | 77 ---------------------- .../redland-bindings-1.0.17.1-r101.ebuild | 46 +------------ 4 files changed, 4 insertions(+), 187 deletions(-) delete mode 100644 dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-add-PHP7-support.patch delete mode 100644 dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-php-config-r1.patch (limited to 'dev-libs/redland-bindings') diff --git a/dev-libs/redland-bindings/Manifest b/dev-libs/redland-bindings/Manifest index c0a353e74d59..0c033b888d0b 100644 --- a/dev-libs/redland-bindings/Manifest +++ b/dev-libs/redland-bindings/Manifest @@ -1,6 +1,4 @@ -AUX redland-bindings-1.0.17.1-add-PHP7-support.patch 2359 BLAKE2B 04cc1122a8a22627ea49bd46b7600c9d289847a97f428abdc036c8647d23a5e70848d97db678c38872c841183dd871a00252c7949ca0c39920c15514d96e6eb1 SHA512 c18d8a4dbad433d96d396e1065c60fe85c1c0114adedb4f6151d1aeb65a3fedb5a2b94eb2e2a1e1b272c79e65ddd2d9128ee098d133e66452ae7fead62b73892 AUX redland-bindings-1.0.17.1-bool.patch 502 BLAKE2B 09ab5d8b5b3cf2edd046830bbc88a275c2df804dbb9e09a411bada838afd7f30c592dc48f02995752822a5d738af35c208f124c9d9d008cbff3395bbcfd7b404 SHA512 158e06e58ad66ca88ac8eb4646df0628f423de8d22638e78a737be3ea12fd123fd3bcf63b75478ff7f82ec3b444773a2e8d467fd737b8de0ae9143ef79e60a65 -AUX redland-bindings-1.0.17.1-php-config-r1.patch 2249 BLAKE2B 83d9a65d6db9411531b827d25aaaec721b6756c4a5503179a477fa3d452fff4deaa1fdcaa78c66f5cef0b4cb0d36e06a89050e520a2e0fd36694121eb8a71669 SHA512 406e0d0d97c7c181a16c2a72ec291582ada1c1dbec1cdb53ca62ec73f954a1116462b97f3cf85ada4adfc4ebff35081ac4ce0ce9e2b7155e61402dbb64f57c20 DIST redland-bindings-1.0.17.1.tar.gz 933290 BLAKE2B f58524c30958200af1fb3ec0f63b8aa9f3fd2120297321299cdd225ff9eb331f385c4418ed25987b955857e5046b5c6f0589210b807aae0dc6abe0b758d48cfc SHA512 c105d1232555d226d98efdc1e4edc1b6c953fdd004804e40926452b8f91d30159319a50af68fc3cfe242cf180d85383ef3ff925cc65ed5d0652096cc51f4d7c0 -EBUILD redland-bindings-1.0.17.1-r101.ebuild 3772 BLAKE2B 6c9546060d557a9e1b5b1bf54390cbe28c782b3561332bcc93f074685710548ea2356d1c6dc8fae9d11a4d389d27e12e66b1b9528a62ad430881ee53d3d60cd6 SHA512 3f7e1671a89df02c74336f9d71100ee4cdc7379017230a4282b5f47dc1c84945bf780a50bb4aa1f1dcb55080a547b4cc46a7d2dc63227c1037588852652281ba +EBUILD redland-bindings-1.0.17.1-r101.ebuild 2758 BLAKE2B 8e9db3e2981b3373a18136035fee21eec310a3d212510c57fbbd2e81c139265d55a490528290456a54cef2772a958f662c25c0f5286cd1ecff2d25f4a633724a SHA512 864cf4a7c965498cbae0ccd80817b58cd70016128bd01478d79158b2ce45aa7729949e5b55294c10889a8f80779ed52cee2625165a20ae0114ef000dd7a3f428 MISC metadata.xml 250 BLAKE2B 3e6dae5d5f3b3ac412806dd8615a1975c7ea8a64bfd72ad54f2c93a9b24c19c620ac3e8b26e1f6cadec899443e138ee4fb7a82ecb83c784d0c03ee91854d8622 SHA512 2bfce2cf73aefce6dda06ea351cb93b2990b9543f48be1ae5406a5a5acf2c34faed1eb2ce715eb689eb50a9a1add5576b39232eb818c233f5a5589e16032aca8 diff --git a/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-add-PHP7-support.patch b/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-add-PHP7-support.patch deleted file mode 100644 index af8e3d560d7b..000000000000 --- a/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-add-PHP7-support.patch +++ /dev/null @@ -1,64 +0,0 @@ -Origin: Based on patch from Petr Písař -Date: Tue, 13 Jun 2017 15:29:15 +0200 - ---- a/php/redland-post.i -+++ b/php/redland-post.i -@@ -132,8 +132,11 @@ librdf_php_world_init(void) - exception_ce = zend_exception_get_default(); - INIT_CLASS_ENTRY(ee_ce, "RedlandException", NULL); - redland_exception_ptr = zend_register_internal_class_ex(&ee_ce, -- exception_ce, -- NULL TSRMLS_CC); -+ exception_ce -+#if PHP_MAJOR_VERSION < 7 -+ ,NULL TSRMLS_CC -+#endif -+ ); - #endif - - memset(&librdf_php_locator, '\0', sizeof(raptor_locator)); ---- a/php/redland-typemap.i -+++ b/php/redland-typemap.i -@@ -1,17 +1,17 @@ --%typemap(in) librdf_uri* %{ -- if(SWIG_ConvertPtr(*$input, (void **) &$1, SWIGTYPE_p_librdf_uri_s, 0) < 0) { -+%typemap(in) librdf_uri %{ -+ if(SWIG_ConvertPtr($input, (void **) &$1, SWIGTYPE_p_librdf_uri_s, 0) < 0) { - /* Allow NULL from php for librdf_uri* */ -- if ((*$input)->type==IS_NULL) -+ if ($input->type==IS_NULL) - $1=NULL; - else - SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor"); - } - %} - --%typemap(in) librdf_node* %{ -- if(SWIG_ConvertPtr(*$input, (void **) &$1, SWIGTYPE_p_librdf_node_s, 0) < 0) { -+%typemap(in) librdf_node %{ -+ if(SWIG_ConvertPtr($input, (void **) &$1, SWIGTYPE_p_librdf_node_s, 0) < 0) { - /* Allow NULL from php for librdf_node* */ -- if ((*$input)->type==IS_NULL) -+ if ($input->type==IS_NULL) - $1=NULL; - else - SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor"); - ---- a/php/test.php -+++ b/php/test.php -@@ -26,11 +26,9 @@ - /* ------------------------------------------------------------------------ */ - - print "Testing Redland...\n"; --$dlls = array("redland.so", "php_redland.dll", "redland.dylib", "redland.bundle"); --foreach ($dlls as $dll) { -- if(file_exists($dll)) { -- dl($dll); -- } -+if (extension_loaded('redland') !== true) { -+ print "Redland extension not loaded. Cannot run tests!" . PHP_EOL; -+ exit(1); - } - - $world=librdf_php_get_world(); - diff --git a/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-php-config-r1.patch b/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-php-config-r1.patch deleted file mode 100644 index 8f8dd409c0d3..000000000000 --- a/dev-libs/redland-bindings/files/redland-bindings-1.0.17.1-php-config-r1.patch +++ /dev/null @@ -1,77 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -58,7 +58,6 @@ AC_CHECK_PROGS(TAR, gnutar gtar tar) - AC_CHECK_PROGS(LUA, lua) - AC_CHECK_PROGS(PYTHON, python) - AC_CHECK_PROGS(PERL, perl) --AC_CHECK_PROGS(PHP, php) - AC_CHECK_PROGS(RUBY, ruby) - AC_CHECK_PROGS(SWIG, swig) - # Gnome -@@ -153,15 +152,28 @@ if test "X$LUA_VERSION" != X; then - fi - fi - -+dnl Find php-config script. -+AC_ARG_WITH([php-config], -+ [AS_HELP_STRING([--with-php-config=PATH], [Path to php-config [php-config]])], -+ [with_php_config=${withval}], -+ [with_php_config=php-config]) -+ -+if test "${with_php_config}" = "php-config"; then -+ AC_CHECK_PROG(PHP_CONFIG, php-config, php-config) -+elif test -x "${with_php_config}"; then -+ PHP_CONFIG=${with_php_config} -+ AC_SUBST(PHP_CONFIG) -+ AC_MSG_NOTICE([found ${PHP_CONFIG}]) -+fi - --AC_CHECK_PROG(PHP_CONFIG, php-config, php-config) - if test "X$PHP_CONFIG" != X ; then -+ PHP_VERSION=`${PHP_CONFIG} --version` -+ PHP_INCLUDES=`${PHP_CONFIG} --includes` -+ PHP_EXTENSION_DIR=`${PHP_CONFIG} --extension-dir` - -- PHP_VERSION=`$PHP_CONFIG --version` -- PHP_INCLUDES=`$PHP_CONFIG --includes` -- PHP_EXTENSION_DIR=`$PHP_CONFIG --extension-dir` -- -- if test $PHP_VERSION '>' 5.0.0; then -+ if test $PHP_VERSION '>' 7; then -+ PHP_SWIG="-php7" -+ elif test $PHP_VERSION '>' 5.0.0; then - PHP_SWIG="-php5" - else - PHP_SWIG="-php4" -@@ -200,6 +212,8 @@ if test "X$PHP_CONFIG" != X ; then - AC_MSG_RESULT(compile '$PHP_CFLAGS' link '$PHP_LDFLAGS' suffix $PHP_SO_SUFFIX) - - else -+ AC_MSG_WARN([php-config not found]) -+ - # This allows 'make clean' in the php directory to work when - # php isn't available - PHP=: -@@ -445,13 +459,17 @@ if test "X$with_php" != Xno ; then - with_php=yes - fi - --PHP_VERSION=`php-config --version 2>/dev/null` --if test "X$PHP_VERSION" != X; then -- languages_available="$languages_available php($PHP_VERSION)" -- if test $with_php = yes; then -- languages="$languages php" -+if test "X${PHP_VERSION}" != "X"; then -+ languages_available="$languages_available php(${PHP_VERSION})" -+fi -+ -+if test ${with_php} = yes; then -+ if test "X${PHP_VERSION}" = "X"; then -+ AC_MSG_ERROR([Failed to detect PHP version]) - fi -+ languages="$languages php" - fi -+ - AC_MSG_RESULT($with_php) - AC_SUBST(PHP_VERSION) - diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild index c230f35c004a..d9633b1acd8a 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild @@ -6,14 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{9..11} ) -USE_PHP="php7-4" -PHP_EXT_ECONF_ARGS="--with-php=yes --without-lua --without-perl --without-python --without-ruby" -PHP_EXT_NAME="redland" -PHP_EXT_OPTIONAL_USE="php" -PHP_EXT_SKIP_PATCHES="yes" -PHP_EXT_SKIP_PHPIZE="yes" - -inherit lua php-ext-source-r3 python-single-r1 autotools +inherit lua python-single-r1 autotools DESCRIPTION="Language bindings for Redland" HOMEPAGE="https://librdf.org/bindings/" @@ -22,7 +15,7 @@ SRC_URI="https://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-linux" -IUSE="lua perl python php ruby test" +IUSE="lua perl python ruby test" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -33,10 +26,7 @@ RDEPEND="dev-libs/redland lua? ( ${LUA_DEPS} ) perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) - ruby? ( dev-lang/ruby:* dev-ruby/log4r ) - php? ( - php_targets_php7-4? ( dev-lang/php:7.4[-threads] ) - )" + ruby? ( dev-lang/ruby:* dev-ruby/log4r )" DEPEND="${RDEPEND} dev-lang/swig @@ -46,8 +36,6 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-bool.patch - "${FILESDIR}"/${PN}-1.0.17.1-php-config-r1.patch - "${FILESDIR}"/${PN}-1.0.17.1-add-PHP7-support.patch ) pkg_setup() { @@ -63,8 +51,6 @@ src_prepare() { # "error: redland_wrap.c: No such file or directory", # have to copy the sources. use lua && lua_copy_sources - - use php && php-ext-source-r3_src_prepare } lua_src_configure() { @@ -93,8 +79,6 @@ src_configure() { if use lua; then lua_foreach_impl lua_src_configure fi - - use php && php-ext-source-r3_src_configure } lua_src_compile() { @@ -113,8 +97,6 @@ src_compile() { if use lua; then lua_foreach_impl lua_src_compile fi - - use php && php-ext-source-r3_src_compile } lua_src_test() { @@ -133,17 +115,6 @@ src_test() { if use lua; then lua_foreach_impl lua_src_test fi - - if use php ; then - local slot - for slot in $(php_get_slots) ; do - php_init_slot_env "${slot}" - cd php || die - ${PHPCLI} -v - ${PHPCLI} -d "extension=./${PHP_EXT_NAME}.so" -f test.php || die "PHP tests for ${slot} failed!" - cd "${S}" || die - done - fi } lua_src_install() { @@ -170,17 +141,6 @@ src_install() { use python && python_optimize - if use php; then - local slot - for slot in $(php_get_slots); do - php_init_slot_env "${slot}" - exeinto "${EXT_DIR#$EPREFIX}" - doexe "php/${PHP_EXT_NAME}.so" - done - - php-ext-source-r3_createinifiles - fi - local DOCS=( AUTHORS ChangeLog NEWS README TODO ) local HTML_DOCS=( {NEWS,README,RELEASE,TODO}.html ) einstalldocs -- cgit v1.2.3