diff --git a/dev-php/pecl-zmq/Manifest b/dev-php/pecl-zmq/Manifest deleted file mode 100644 index c909e27a88447..0000000000000 --- a/dev-php/pecl-zmq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pecl-zmq-1.1.3_p20211103.tar.gz 104608 BLAKE2B 5217c77353cf36eb10fbb4825a77e16293770b58ee92aeec3487816c713982c67e1964e3da40b152952abe7a1e2be1dab3e67f53798849bfa1a52f3c47f2884e SHA512 762ecc78fda2e94d7bec57dc329741e0a4a6442e76a8a0bb367576b961e96482f43698e36adc7c8e6a585c914e696e6a17056a1ea680caa96f69faefc604d873 diff --git a/dev-php/pecl-zmq/metadata.xml b/dev-php/pecl-zmq/metadata.xml deleted file mode 100644 index 222c77f3742a6..0000000000000 --- a/dev-php/pecl-zmq/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - diff --git a/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild deleted file mode 100644 index 388d3f04fa55a..0000000000000 --- a/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -USE_PHP="php8-1" -inherit php-ext-pecl-r3 - -if [[ ${PV} == "9999" ]]; then - SRC_URI="" - EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git" - EGIT_CHECKOUT_DIR="${PHP_EXT_S}" - - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" -fi - -SNAPSHOT="ee5fbc693f07b2d6f0d9fd748f131be82310f386" -SRC_URI="https://github.com/zeromq/php-zmq/archive/${SNAPSHOT}.tar.gz -> ${P}.tar.gz" - -DESCRIPTION="PHP Bindings for ZeroMQ messaging" -LICENSE="BSD" -SLOT="0" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND="net-libs/zeromq" -RDEPEND="net-libs/zeromq:=" - -S="${WORKDIR}/php-zmq-${SNAPSHOT}" -PHP_EXT_S="${S}" diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild deleted file mode 100644 index d08160059b572..0000000000000 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -USE_PHP="php8-1" -inherit php-ext-pecl-r3 - -if [[ ${PV} == "9999" ]]; then - SRC_URI="" - EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git" - EGIT_CHECKOUT_DIR="${PHP_EXT_S}" - - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="PHP Bindings for ZeroMQ messaging" -LICENSE="BSD" -SLOT="0" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND="net-libs/zeromq" -RDEPEND="net-libs/zeromq:="