summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
commit1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0 (patch)
tree18e2e784f9fb0dbc3546537acc42ad51b366d90e /dev-php
parent9f6a581d94412ab1cf4b35c33101f6be0ddc7777 (diff)
downloadbaldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.gz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.xz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.zip
Adding metadata
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/fpdf/Manifest1
-rw-r--r--dev-php/fpdf/fpdf-1.83.ebuild30
-rw-r--r--dev-php/fpdf/fpdf-1.86.ebuild23
-rw-r--r--dev-php/fpdf/metadata.xml6
-rw-r--r--dev-php/pecl-event/Manifest1
-rw-r--r--dev-php/pecl-event/metadata.xml12
-rw-r--r--dev-php/pecl-event/pecl-event-3.1.4.ebuild (renamed from dev-php/pecl-event/pecl-event-3.1.4-r1.ebuild)41
-rw-r--r--dev-php/pecl-event/pecl-event-3.1.5.ebuild65
-rw-r--r--dev-php/pecl-mongodb/Manifest3
-rw-r--r--dev-php/pecl-mongodb/metadata.xml4
-rw-r--r--dev-php/pecl-mongodb/pecl-mongodb-1.16.2-r1.ebuild (renamed from dev-php/pecl-mongodb/pecl-mongodb-2.3.3.ebuild)37
-rw-r--r--dev-php/pecl-mongodb/pecl-mongodb-2.3.2.ebuild57
-rw-r--r--dev-php/swoole/Manifest2
-rw-r--r--dev-php/swoole/metadata.xml17
-rw-r--r--dev-php/swoole/swoole-6.2.0.ebuild72
-rw-r--r--dev-php/swoole/swoole-6.2.1.ebuild72
16 files changed, 48 insertions, 395 deletions
diff --git a/dev-php/fpdf/Manifest b/dev-php/fpdf/Manifest
index 85c6fa17ceaa..346b0f7abfb3 100644
--- a/dev-php/fpdf/Manifest
+++ b/dev-php/fpdf/Manifest
@@ -1,2 +1 @@
-DIST fpdf183.tgz 127536 BLAKE2B b3c3c30d9a38241906323e50e21dc1a6f954c2cf805e0640c8dddead7597eef706086db9093d23f6350e07574e06df990ca5f5014bdf64605b20eb9dd5bd3362 SHA512 befedc86695b415d000fb19ebfc6141f145d700229b287cbef7957d1fb74baa82ba471136b0ef641520b485d33be8e7f2eb971c444649ae02342bc38fec8f719
DIST fpdf186.tgz 118080 BLAKE2B c4dc7bd3a2169ccd61fae9b99f91b7904237b81d7d72cdcb5cf5dceb63b01d73dabed2cead145ec3176e217ee5eb0244359a646abee7fc7c78b5f45f981150c7 SHA512 4894908e18d08f1ea21914c0d25ecc406875326c4bfa5f9cc9d92581e79597ec4fde173f6406bb1f84e45cef363c6b418007cf6e15c8bb8e941d925840c9ab96
diff --git a/dev-php/fpdf/fpdf-1.83.ebuild b/dev-php/fpdf/fpdf-1.83.ebuild
deleted file mode 100644
index b16b3b44e50b..000000000000
--- a/dev-php/fpdf/fpdf-1.83.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-MY_PV="$(ver_rs 1 '')"
-MY_P="${PN}${MY_PV}"
-
-DESCRIPTION="FPDF is a PHP class which allows to generate PDF files with pure PHP"
-HOMEPAGE="http://www.fpdf.org/"
-SRC_URI="http://www.fpdf.org/en/dl.php?v=${MY_PV}&f=tgz -> ${MY_P}.tgz"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="dev-lang/php:*[gd,zlib]"
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( install.txt )
-
-src_install() {
- insinto "/usr/share/php/${PN}"
- doins -r ./*.php font/ makefont/
-
- if use doc; then
- docinto html
- dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
- fi
-}
diff --git a/dev-php/fpdf/fpdf-1.86.ebuild b/dev-php/fpdf/fpdf-1.86.ebuild
index b3f1b5b0d14a..f15d22c50d9c 100644
--- a/dev-php/fpdf/fpdf-1.86.ebuild
+++ b/dev-php/fpdf/fpdf-1.86.ebuild
@@ -1,5 +1,7 @@
-# Copyright 2021-2024 Liguros Authors
+# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
+# shellcheck disable=SC2034
EAPI=8
MY_PV="$(ver_rs 1 '')"
@@ -9,22 +11,23 @@ DESCRIPTION="FPDF is a PHP class which allows to generate PDF files with pure PH
HOMEPAGE="http://www.fpdf.org/"
SRC_URI="http://www.fpdf.org/en/dl.php?v=${MY_PV}&f=tgz -> ${MY_P}.tgz"
-LICENSE="freedist"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT-fpdf"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
IUSE="doc"
RDEPEND="dev-lang/php:*[gd,zlib]"
-S="${WORKDIR}/${MY_P}"
DOCS=( install.txt )
src_install() {
- insinto "/usr/share/php/${PN}"
- doins -r ./*.php font/ makefont/
+ insinto "/usr/share/php/${PN}"
+ doins -r ./*.php font/ makefont/
- if use doc; then
- docinto html
- dodoc -r changelog.htm fpdf.css FAQ.htm html/ tutorial/
- fi
+ if use doc; then
+ docinto html
+ dodoc -r changelog.htm fpdf.css FAQ.htm doc/ tutorial/
+ fi
}
diff --git a/dev-php/fpdf/metadata.xml b/dev-php/fpdf/metadata.xml
index c41f1905e257..3faaf2f7c235 100644
--- a/dev-php/fpdf/metadata.xml
+++ b/dev-php/fpdf/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
<longdescription>
FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
@@ -21,6 +17,6 @@ FPDF has other advantages: high level functions. Here is a list of its main feat
* Page compression
FPDF requires no extension (except Zlib to enable compression and GD for GIF support). The latest version requires at least PHP 5.1.
- </longdescription>
+ </longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-php/pecl-event/Manifest b/dev-php/pecl-event/Manifest
index 5caefdb82ebd..04f112ecf7bb 100644
--- a/dev-php/pecl-event/Manifest
+++ b/dev-php/pecl-event/Manifest
@@ -1,2 +1 @@
DIST event-3.1.4.tgz 205220 BLAKE2B 0f4e3fdb587b906f0f0b30a06562fa728051c1472362f60a0f1b8d9f13e32269eeb529cbb3187a6fcabd77612f36683da2f09024a20126d7141c674e1efd5c6c SHA512 d9f9431f3ee1092b421d75fd5a065feea65014a38c45d6087f6d4754458e286a3bbb23ce0aefe1771a960a2b531987d19f96b156ae38f5336631d9e3381e4067
-DIST pecl-event-3.1.5.tar.bz2 128490 BLAKE2B c788b90e373ec1f4b1e303a69a6815bb291cbcd532b78b3dea65b4e2b9e2216a1cc774c4baae5da98c48597e8c8ef6540f6c9d0902dd44dbb199cbba8f2e54b0 SHA512 8d038ea3ba6b6b5124be5d66f3c4dae6068375d75a14b19e657370292d69db6ac02b11f70ec576b2bd00b2bca937890a6cf639f3d9a8f04dfaee1d0103d68ca4
diff --git a/dev-php/pecl-event/metadata.xml b/dev-php/pecl-event/metadata.xml
index ec43bc397506..7e2e8ef2efb5 100644
--- a/dev-php/pecl-event/metadata.xml
+++ b/dev-php/pecl-event/metadata.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="person">
+ <maintainer type="person" proxied="yes">
<email>rrosmanov@gmail.com</email>
<name>Ruslan Osmanov</name>
</maintainer>
- <maintainer type="project">
+ <maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>php-bugs@gentoo.org</email>
+ <name>PHP</name>
+ </maintainer>
<use>
<flag name="extra">Add support of the Libevent extra API</flag>
</use>
diff --git a/dev-php/pecl-event/pecl-event-3.1.4-r1.ebuild b/dev-php/pecl-event/pecl-event-3.1.4.ebuild
index 9c590baa8854..5357ace6dca6 100644
--- a/dev-php/pecl-event/pecl-event-3.1.4-r1.ebuild
+++ b/dev-php/pecl-event/pecl-event-3.1.4.ebuild
@@ -1,46 +1,27 @@
-# Copyright 2021-2024 Liguros Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=8
+
+EAPI="8"
PHP_EXT_NAME="event"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( README.md )
-USE_PHP="php8-1 php8-2 php8-3 php8-4 php8-5"
-#Unique to this release
-MY_P="${PN/pecl-/}-${PV/_p/r}"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
+USE_PHP="php8-2 php8-3"
+PHP_EXT_NEEDED_USE="sockets(-)?"
inherit php-ext-pecl-r3
-KEYWORDS="~amd64 ~ia64 ~x86"
-LICENSE="PHP-3.01"
-
DESCRIPTION="PHP wrapper for libevent2"
+HOMEPAGE="https://pecl.php.net/package/event"
+LICENSE="PHP-3.01"
SLOT="0"
-
-DEPEND="
- >=dev-libs/libevent-2.0.2
- ssl? (
- dev-libs/openssl:0=
-
- )
- php_targets_php8-1? ( dev-lang/php:8.1[sockets(-)?] )
- php_targets_php8-2? ( dev-lang/php:8.2[sockets(-)?] )
- php_targets_php8-3? ( dev-lang/php:8.3[sockets(-)?] )
- php_targets_php8-4? ( dev-lang/php:8.4[sockets(-)?] )
- php_targets_php8-5? ( dev-lang/php:8.5[sockets(-)?] )
-"
-
-RDEPEND="
- ${DEPEND}
- !dev-php/pecl-libevent"
-
+KEYWORDS="amd64 x86"
IUSE="debug examples +extra +sockets +ssl threads"
-#Unique to this release
-S="${WORKDIR}/${MY_P}"
-PHP_EXT_S="${S}"
+DEPEND=">=dev-libs/libevent-2.0.2[ssl?]
+ ssl? ( dev-libs/openssl:= )"
+RDEPEND="${DEPEND}"
src_configure() {
local PHP_EXT_ECONF_ARGS=(
diff --git a/dev-php/pecl-event/pecl-event-3.1.5.ebuild b/dev-php/pecl-event/pecl-event-3.1.5.ebuild
deleted file mode 100644
index ea0998a9ec11..000000000000
--- a/dev-php/pecl-event/pecl-event-3.1.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2021-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PHP_EXT_NAME="event"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README.md )
-
-USE_PHP="php8-2 php8-3 php8-4 php8-5"
-#Unique to this release
-#MY_P="${PN/pecl-/}-${PV/_p/r}"
-GIT_COMMIT="e14e0f5e134ee589cc106c9304e514b899754ba2"
-MY_P="osmanov-pecl-event-e14e0f5e134e"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~ia64 ~x86"
-LICENSE="PHP-3.01"
-HOMEPAGE="https://bitbucket.org/osmanov/pecl-event/src/master/"
-SRC_URI="https://bitbucket.org/osmanov/pecl-event/get/${GIT_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
-
-DESCRIPTION="PHP wrapper for libevent2"
-SLOT="0"
-
-DEPEND="
- >=dev-libs/libevent-2.0.2
- ssl? (
- dev-libs/openssl:0=
-
- )
- php_targets_php8-2? ( dev-lang/php:8.2[sockets(-)?] )
- php_targets_php8-3? ( dev-lang/php:8.3[sockets(-)?] )
- php_targets_php8-4? ( dev-lang/php:8.4[sockets(-)?] )
- php_targets_php8-5? ( dev-lang/php:8.5[sockets(-)?] )
-"
-
-RDEPEND="
- ${DEPEND}
- !dev-php/pecl-libevent"
-
-IUSE="debug examples +extra +sockets +ssl threads"
-#Unique to this release
-S="${WORKDIR}/${MY_P}"
-PHP_EXT_S="${S}"
-
-src_configure() {
- local PHP_EXT_ECONF_ARGS=(
- --with-event-core
- $(use_enable debug event-debug)
- $(use_with extra event-extra)
- $(use_with ssl event-openssl)
- $(use_with threads event-pthreads)
- $(use_enable sockets event-sockets)
- )
- php-ext-source-r3_src_configure
-}
-
-src_test() {
- local slot
- for slot in $(php_get_slots); do
- php_init_slot_env "${slot}"
- SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
- done
-}
diff --git a/dev-php/pecl-mongodb/Manifest b/dev-php/pecl-mongodb/Manifest
index 91396d06a8c1..8370ee4d0e77 100644
--- a/dev-php/pecl-mongodb/Manifest
+++ b/dev-php/pecl-mongodb/Manifest
@@ -1,2 +1 @@
-DIST mongodb-2.3.2.tgz 2243946 BLAKE2B 2432989e4dbb8397b0051308a5e886f1e359b474ab6b86f68940870b0a17503fcec33106e1f9fe2cd5529f1ab8bdbbde010a5bc5c00f0ca43323dc1a4a246105 SHA512 8364ae6056185f3396015ae50085b44400e78b7ef15a187f3041584d88036e8c611fa7a1d626a2b7ac513c68e949c6cca565d107cdb565e5fde8fd2eabb8a5ac
-DIST mongodb-2.3.3.tgz 2243389 BLAKE2B 2d60a1f2a44d73d31e4f6fe0f2ec9bc8e4df1f2352f0319742af5288a5d0681483c8fcb5f577d66d756071a487158b3b46e677909ebdf624fd115cdc266427bb SHA512 ee83cd310a61920f6d047a6e45ca1ecc7b6ba9c80e24d69e1f6d45d2e3124dfb8a618fce1541868441ac275b6ebbdb274d4a06525f40dd8c05727eb380721a26
+DIST mongodb-1.16.2.tgz 1907341 BLAKE2B 273ca2a5d92a195938cea103d12e9279c4a6aae43107f9b04d6e74752f82af5c258a3eff259ffc6a8381275be214bcc6cd577050ba1a908e202dda54ed31dae9 SHA512 3c81882c609b09cde534315aa4b1fe3c47e18e4ed26a940bf60a6bdbf4e53b2204d8e4e113a9b0a3469b60793ead9f8dff703920b86280e78448e07d6535a277
diff --git a/dev-php/pecl-mongodb/metadata.xml b/dev-php/pecl-mongodb/metadata.xml
index dd1f5bb57704..7ee69925d9aa 100644
--- a/dev-php/pecl-mongodb/metadata.xml
+++ b/dev-php/pecl-mongodb/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="project">
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
</maintainer>
diff --git a/dev-php/pecl-mongodb/pecl-mongodb-2.3.3.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2-r1.ebuild
index 469767b9d71f..85c470fc149c 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-2.3.3.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2021-2026 Liguros Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
EAPI=8
PHP_EXT_NAME="mongodb"
-USE_PHP="php8-2 php8-3 php8-4 php8-5"
+USE_PHP="php8-2"
inherit php-ext-pecl-r3
@@ -12,28 +13,20 @@ DESCRIPTION="MongoDB database driver for PHP"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=" sasl test"
+IUSE="sasl test"
PHP_DEPEND="
- php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )
- php_targets_php8-3? ( dev-lang/php:8.3[ssl,zlib] )
- php_targets_php8-4? ( dev-lang/php:8.4[ssl,zlib] )
- php_targets_php8-5? ( dev-lang/php:8.5[ssl,zlib] )"
-COMMON_DEPEND="
- ${PHP_DEPEND}
- dev-libs/openssl:0=
-
- sasl? ( dev-libs/cyrus-sasl )
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( dev-db/mongodb )
-"
+ php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )"
+COMMON_DEPEND="${PHP_DEPEND}
+ >=dev-libs/libbson-1.24.3
+ >=dev-libs/mongo-c-driver-1.24.3[sasl?,ssl]
+ dev-libs/openssl:=
+ sasl? ( dev-libs/cyrus-sasl )"
+DEPEND="${COMMON_DEPEND}
+ test? ( dev-db/mongodb )"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="
- ${PHP_DEPEND}
- virtual/pkgconfig
-"
+BDEPEND="${PHP_DEPEND}
+ virtual/pkgconfig"
# No tests on x86 because tests require dev-db/mongodb which don't support
# x86 anymore (bug #645994)
@@ -43,6 +36,8 @@ RESTRICT="x86? ( test )
src_configure() {
local PHP_EXT_ECONF_ARGS=(
--enable-mongodb
+ --with-libbson
+ --with-libmongoc
--with-mongodb-sasl=$(usex sasl)
)
php-ext-source-r3_src_configure
diff --git a/dev-php/pecl-mongodb/pecl-mongodb-2.3.2.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-2.3.2.ebuild
deleted file mode 100644
index 469767b9d71f..000000000000
--- a/dev-php/pecl-mongodb/pecl-mongodb-2.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PHP_EXT_NAME="mongodb"
-USE_PHP="php8-2 php8-3 php8-4 php8-5"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=" sasl test"
-
-PHP_DEPEND="
- php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )
- php_targets_php8-3? ( dev-lang/php:8.3[ssl,zlib] )
- php_targets_php8-4? ( dev-lang/php:8.4[ssl,zlib] )
- php_targets_php8-5? ( dev-lang/php:8.5[ssl,zlib] )"
-COMMON_DEPEND="
- ${PHP_DEPEND}
- dev-libs/openssl:0=
-
- sasl? ( dev-libs/cyrus-sasl )
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? ( dev-db/mongodb )
-"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="
- ${PHP_DEPEND}
- virtual/pkgconfig
-"
-
-# No tests on x86 because tests require dev-db/mongodb which don't support
-# x86 anymore (bug #645994)
-RESTRICT="x86? ( test )
- !test? ( test )"
-
-src_configure() {
- local PHP_EXT_ECONF_ARGS=(
- --enable-mongodb
- --with-mongodb-sasl=$(usex sasl)
- )
- php-ext-source-r3_src_configure
-}
-
-src_test() {
- local PORT=27017
- mongod --port ${PORT} --bind_ip 127.0.0.1 --nounixsocket --fork \
- --dbpath="${T}" --logpath="${T}/mongod.log" || die
- php-ext-pecl-r3_src_test
- kill $(<"${T}/mongod.lock")
-}
diff --git a/dev-php/swoole/Manifest b/dev-php/swoole/Manifest
deleted file mode 100644
index 09bcf430c9d8..000000000000
--- a/dev-php/swoole/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST swoole-6.2.0.tar.gz 2184242 BLAKE2B b6732f15933e7b5ac2ca30a3358b78c2ad5970543837e8d15c91849bb9c1d0c3fcb17554d3fcc595db03f7f757800a0db78867986ae254299dff87efeffd2f2c SHA512 70442d78b88dfb813a8e142f6ae46b0233bbb4c58b1e365d7281cbb989e222dd96bc27ceb52814ccb6b93c2e64c424dbf78988776d67d9f50977a209679908a1
-DIST swoole-6.2.1.tar.gz 2185631 BLAKE2B ea623ab9e94e2558071dd97d54a0550d23f43d195f7bc5f67c17fe8a96d3ea1331d51abbaec07a7e7124f9788a6e6428f5b91de6fb15f97357d424e461437362 SHA512 cc9a81fb8df4e2f3085abaf55c85052645383dd2a16908012af865fd2b9ab204d8a9d25e6f977e2ee903b2f8728e4248a25cb27a85afe7537fe0f004bbc739c9
diff --git a/dev-php/swoole/metadata.xml b/dev-php/swoole/metadata.xml
deleted file mode 100644
index c21358dd088a..000000000000
--- a/dev-php/swoole/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP Project</name>
- </maintainer>
- <use>
- <flag name="http2">Add support for HTTP/2 protocol via <pkg>net-libs/nghttp2</pkg>
- </flag>
- </use>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/dev-php/swoole/swoole-6.2.0.ebuild b/dev-php/swoole/swoole-6.2.0.ebuild
deleted file mode 100644
index f5bd7712d2a1..000000000000
--- a/dev-php/swoole/swoole-6.2.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2021-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PHP_EXT_NAME="swoole"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_S="${WORKDIR}/${PN}-src-${PV}"
-PHP_EXT_SAPIS="cli"
-PHP_EXT_NEEDED_USE="cli,sockets?"
-# Supported PHP versions see https://github.com/swoole/swoole-src/blob/master/docs/SUPPORTED.md
-USE_PHP="php8-2 php8-3 php8-4"
-
-inherit php-ext-source-r3
-
-HOMEPAGE="https://www.swoole.co.uk"
-SRC_URI="https://github.com/swoole/swoole-src/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-
-DESCRIPTION="Event-driven asynchronous & concurrent & coroutine networking engine"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="
- app-arch/brotli:0=
- dev-libs/libpcre
- sys-libs/zlib:0=
- ssl? (
- dev-libs/openssl:0=
-
- )
- mysql? (
- php_targets_php8-2? ( dev-lang/php:8.2[mysql,mysqli(+)] )
- php_targets_php8-3? ( dev-lang/php:8.3[mysql,mysqli(+)] )
- php_targets_php8-4? ( dev-lang/php:8.4[mysql,mysqli(+)] )
- )
-"
-
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-src-${PV}"
-IUSE="debug http2 mysql sockets ssl"
-
-src_prepare() {
- php-ext-source-r3_src_prepare
-}
-
-src_configure() {
- local PHP_EXT_ECONF_ARGS=(
- --enable-swoole
- $(use_enable debug)
- $(use_enable http2)
- $(use_enable mysql mysqlnd)
- $(use_enable ssl openssl)
- $(use_with ssl openssl-dir "${EROOT}/usr")
- $(use_enable sockets)
- )
- php-ext-source-r3_src_configure
-}
-
-src_install() {
- php-ext-source-r3_src_compile
-}
-
-src_install() {
- php-ext-source-r3_src_install
-}
-
-src_test() {
- php-ext-source-r3_src_test
-}
diff --git a/dev-php/swoole/swoole-6.2.1.ebuild b/dev-php/swoole/swoole-6.2.1.ebuild
deleted file mode 100644
index f5bd7712d2a1..000000000000
--- a/dev-php/swoole/swoole-6.2.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2021-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PHP_EXT_NAME="swoole"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_S="${WORKDIR}/${PN}-src-${PV}"
-PHP_EXT_SAPIS="cli"
-PHP_EXT_NEEDED_USE="cli,sockets?"
-# Supported PHP versions see https://github.com/swoole/swoole-src/blob/master/docs/SUPPORTED.md
-USE_PHP="php8-2 php8-3 php8-4"
-
-inherit php-ext-source-r3
-
-HOMEPAGE="https://www.swoole.co.uk"
-SRC_URI="https://github.com/swoole/swoole-src/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-
-DESCRIPTION="Event-driven asynchronous & concurrent & coroutine networking engine"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="
- app-arch/brotli:0=
- dev-libs/libpcre
- sys-libs/zlib:0=
- ssl? (
- dev-libs/openssl:0=
-
- )
- mysql? (
- php_targets_php8-2? ( dev-lang/php:8.2[mysql,mysqli(+)] )
- php_targets_php8-3? ( dev-lang/php:8.3[mysql,mysqli(+)] )
- php_targets_php8-4? ( dev-lang/php:8.4[mysql,mysqli(+)] )
- )
-"
-
-RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-src-${PV}"
-IUSE="debug http2 mysql sockets ssl"
-
-src_prepare() {
- php-ext-source-r3_src_prepare
-}
-
-src_configure() {
- local PHP_EXT_ECONF_ARGS=(
- --enable-swoole
- $(use_enable debug)
- $(use_enable http2)
- $(use_enable mysql mysqlnd)
- $(use_enable ssl openssl)
- $(use_with ssl openssl-dir "${EROOT}/usr")
- $(use_enable sockets)
- )
- php-ext-source-r3_src_configure
-}
-
-src_install() {
- php-ext-source-r3_src_compile
-}
-
-src_install() {
- php-ext-source-r3_src_install
-}
-
-src_test() {
- php-ext-source-r3_src_test
-}