commit: 482f36d2e8dff0c6452d6862c6b09a7c7f4ca58e Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Apr 11 18:27:49 2022 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Apr 11 18:27:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482f36d2
dev-php/pecl-zmq: Add new snapshot; Update live targets Signed-off-by: Brian Evans <grknight <AT> gentoo.org> dev-php/pecl-zmq/Manifest | 1 + ...{pecl-zmq-9999.ebuild => pecl-zmq-1.1.3_p20211103.ebuild} | 12 +++++++++--- dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/dev-php/pecl-zmq/Manifest b/dev-php/pecl-zmq/Manifest index da2d71c9c60d..bbe7c0f90654 100644 --- a/dev-php/pecl-zmq/Manifest +++ b/dev-php/pecl-zmq/Manifest @@ -1 +1,2 @@ +DIST pecl-zmq-1.1.3_p20211103.tar.gz 104608 BLAKE2B 5217c77353cf36eb10fbb4825a77e16293770b58ee92aeec3487816c713982c67e1964e3da40b152952abe7a1e2be1dab3e67f53798849bfa1a52f3c47f2884e SHA512 762ecc78fda2e94d7bec57dc329741e0a4a6442e76a8a0bb367576b961e96482f43698e36adc7c8e6a585c914e696e6a17056a1ea680caa96f69faefc604d873 DIST zmq-1.1.3.tgz 82397 BLAKE2B 5c221abf614bcc33c4c69e64308508d544f790371549c421fe2fcdedd67f2e843b2b82d96f517ea9413ffedd128838725e9afc18f0d4048b270d4982571874d0 SHA512 0f03016e315a6c6a1e1d6eca1e20564834d2a924cef06af1b38693933f1e5a094c37e9c432705a64f61d95e82655f61358fc7783e7a6f06c7dd9ad84fc6f7bbc diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild similarity index 62% copy from dev-php/pecl-zmq/pecl-zmq-9999.ebuild copy to dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild index a0147e05ff53..3263a4973133 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 if [[ ${PV} == "9999" ]]; then @@ -16,6 +16,9 @@ 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" @@ -24,3 +27,6 @@ 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 index a0147e05ff53..d5bd392cbce7 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 if [[ ${PV} == "9999" ]]; then