[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/, profiles/

2023-09-15 Thread David Seifert
commit: 1707f1518802042d2cdafc554dec45b7858ce6dd
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep 15 07:52:08 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep 15 07:52:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1707f151

dev-php/swoole-async: treeclean

Closes: https://bugs.gentoo.org/882195
Signed-off-by: David Seifert  gentoo.org>

 dev-php/swoole-async/Manifest  |  1 -
 dev-php/swoole-async/metadata.xml  |  8 
 dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild | 52 --
 profiles/package.mask  |  6 ---
 4 files changed, 67 deletions(-)

diff --git a/dev-php/swoole-async/Manifest b/dev-php/swoole-async/Manifest
deleted file mode 100644
index 1603139bd25c..
--- a/dev-php/swoole-async/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST swoole-async-4.4.16.tar.gz 419094 BLAKE2B 
7b93a0d2eb8a9597a68871783c60746c832b2eb1dce89a0f82ca6df2ee20151f910ad4f8ebb6a453bea3b7c2cc274266614f147b34c21a089ff9cc4ca0f73d1c
 SHA512 
cf4bfc3c86740e343774b2cddc0ef2386f522e7929c160bc10d47ebe0b8f8d63dbcc82e70b7f3f30e7f7c102ebd42b02cddf4c3e1a0289f0e45147ddbd9aa546

diff --git a/dev-php/swoole-async/metadata.xml 
b/dev-php/swoole-async/metadata.xml
deleted file mode 100644
index fc23648923fd..
--- a/dev-php/swoole-async/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   php-b...@gentoo.org
-   PHP Project
-   
-

diff --git a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
deleted file mode 100644
index 7e3dc9689a29..
--- a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="swoole_async"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_SAPIS="cli"
-DOCS=( README.md )
-
-USE_PHP="php7-4"
-
-inherit php-ext-pecl-r3
-
-SRC_URI="https://github.com/swoole/ext-async/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/ext-async-${PV}"
-PHP_EXT_S="${S}"
-
-HOMEPAGE="https://www.swoole.co.uk;
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="An extension of Swoole, including the async callback style API"
-LICENSE="Apache-2.0"
-SLOT="0"
-# Tests will require pre-configured endpoint
-RESTRICT="test"
-
-# This will only compile with the same version of dev-php/swoole
-DEPEND="~dev-php/swoole-${PV}[php_targets_php7-4(-)?]"
-
-RDEPEND="${DEPEND}"
-
-IUSE="debug"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --enable-swoole_async
-   $(use_enable debug)
-   )
-
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   [[ -f tests/template.phpt ]] && rm tests/template.phpt
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 72fc166bdaf5..b326e0b5d041 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -297,12 +297,6 @@ net-libs/nativebiginteger
 # distro packages this, over 10 years old. Removal on 2023-08-28.
 sci-libs/rosetta-db
 
-# Michael Orlitzky  (2023-07-27)
-# Obsolete as of dev-php/swoole-4.3.0, according to
-# its github README. Stuck on php-7.4. Removal on or
-# after 30 days.
-dev-php/swoole-async
-
 # Mike Gilbert  (2023-07-24)
 # Migrated to sys-apps/systemd-utils.
 # Removal on 2023-08-24.



[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/

2022-03-17 Thread Brian Evans
commit: 6f8752b4674cc325200a8ae4f61a2d4e7cdc1041
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar 17 14:11:28 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar 17 14:11:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8752b4

dev-php/swoole-async: Update targets

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
index aa4fbdf97a3a..7e3dc9689a29 100644
--- a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
+++ b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_SAPIS="cli"
 DOCS=( README.md )
 
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
+USE_PHP="php7-4"
 
 inherit php-ext-pecl-r3
 
@@ -27,7 +27,7 @@ SLOT="0"
 RESTRICT="test"
 
 # This will only compile with the same version of dev-php/swoole
-DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]"
+DEPEND="~dev-php/swoole-${PV}[php_targets_php7-4(-)?]"
 
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/

2022-03-16 Thread Brian Evans
commit: 0ee27b2ba21f544f262b716f7004e82026f92dd0
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Mar 16 22:10:20 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Mar 16 22:11:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee27b2b

dev-php/swoole-async: Drop old

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/swoole-async/Manifest  |  1 -
 dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-php/swoole-async/Manifest b/dev-php/swoole-async/Manifest
index 4735139323d5..1603139bd25c 100644
--- a/dev-php/swoole-async/Manifest
+++ b/dev-php/swoole-async/Manifest
@@ -1,2 +1 @@
-DIST swoole-async-4.4.12.tar.gz 417674 BLAKE2B 
77a96f53b1b159b558eb4759fe172e4a3b8f2648cd9f49252d89508eb56b4d342b178fa3c84d6a425c300a286063b4d32a05d09a3da4f3769be4c25a9800783c
 SHA512 
adfb761803e5ec93c30aa2a4bbc312a2f43287a54cd237c0a87237dfcbfe1e6daa3d57ec2cdf15720202aa9a7830ed67ab2efdf2f7dd81989c3693e91bc22143
 DIST swoole-async-4.4.16.tar.gz 419094 BLAKE2B 
7b93a0d2eb8a9597a68871783c60746c832b2eb1dce89a0f82ca6df2ee20151f910ad4f8ebb6a453bea3b7c2cc274266614f147b34c21a089ff9cc4ca0f73d1c
 SHA512 
cf4bfc3c86740e343774b2cddc0ef2386f522e7929c160bc10d47ebe0b8f8d63dbcc82e70b7f3f30e7f7c102ebd42b02cddf4c3e1a0289f0e45147ddbd9aa546

diff --git a/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild
deleted file mode 100644
index aa4fbdf97a3a..
--- a/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="swoole_async"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_SAPIS="cli"
-DOCS=( README.md )
-
-USE_PHP="php7-1 php7-2 php7-3 php7-4"
-
-inherit php-ext-pecl-r3
-
-SRC_URI="https://github.com/swoole/ext-async/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/ext-async-${PV}"
-PHP_EXT_S="${S}"
-
-HOMEPAGE="https://www.swoole.co.uk;
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="An extension of Swoole, including the async callback style API"
-LICENSE="Apache-2.0"
-SLOT="0"
-# Tests will require pre-configured endpoint
-RESTRICT="test"
-
-# This will only compile with the same version of dev-php/swoole
-DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]"
-
-RDEPEND="${DEPEND}"
-
-IUSE="debug"
-
-src_configure() {
-   local PHP_EXT_ECONF_ARGS=(
-   --enable-swoole_async
-   $(use_enable debug)
-   )
-
-   php-ext-source-r3_src_configure
-}
-
-src_test() {
-   local slot
-   for slot in $(php_get_slots); do
-   php_init_slot_env "${slot}"
-   [[ -f tests/template.phpt ]] && rm tests/template.phpt
-   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/

2021-09-29 Thread Brian Evans
commit: adda557b380f0fe8aa556f21b46dad360e57bb97
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Sep 29 16:49:51 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Sep 29 16:52:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adda557b

dev-php/swoole-async: Fix build dependencies

swoole-async needs a specific version of dev-php/swoole to compile and work
Revbump to ensure those using it get what is necessary

Closes: https://bugs.gentoo.org/705492
Signed-off-by: Brian Evans  gentoo.org>

 .../{swoole-async-4.4.12.ebuild => swoole-async-4.4.12-r1.ebuild}| 5 +++--
 .../{swoole-async-4.4.16.ebuild => swoole-async-4.4.16-r1.ebuild}| 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-php/swoole-async/swoole-async-4.4.12.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild
similarity index 81%
rename from dev-php/swoole-async/swoole-async-4.4.12.ebuild
rename to dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild
index 845bfc568cc..aa4fbdf97a3 100644
--- a/dev-php/swoole-async/swoole-async-4.4.12.ebuild
+++ b/dev-php/swoole-async/swoole-async-4.4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -26,7 +26,8 @@ SLOT="0"
 # Tests will require pre-configured endpoint
 RESTRICT="test"
 
-DEPEND=">=dev-php/swoole-4.3"
+# This will only compile with the same version of dev-php/swoole
+DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]"
 
 RDEPEND="${DEPEND}"
 

diff --git a/dev-php/swoole-async/swoole-async-4.4.16.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
similarity index 81%
rename from dev-php/swoole-async/swoole-async-4.4.16.ebuild
rename to dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
index 09b9d48a22e..aa4fbdf97a3 100644
--- a/dev-php/swoole-async/swoole-async-4.4.16.ebuild
+++ b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -26,7 +26,8 @@ SLOT="0"
 # Tests will require pre-configured endpoint
 RESTRICT="test"
 
-DEPEND=">=dev-php/swoole-4.3"
+# This will only compile with the same version of dev-php/swoole
+DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]"
 
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/

2020-03-09 Thread Thomas Deutschmann
commit: 43335c0d07e0574a9910501fe31d3c0b70cc0b87
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Mar  9 15:10:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Mar  9 15:10:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43335c0d

dev-php/swoole-async: bump to v4.4.16

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/swoole-async/Manifest   |  1 +
 dev-php/swoole-async/swoole-async-4.4.16.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-php/swoole-async/Manifest b/dev-php/swoole-async/Manifest
index 9ef8b7fab79..4735139323d 100644
--- a/dev-php/swoole-async/Manifest
+++ b/dev-php/swoole-async/Manifest
@@ -1 +1,2 @@
 DIST swoole-async-4.4.12.tar.gz 417674 BLAKE2B 
77a96f53b1b159b558eb4759fe172e4a3b8f2648cd9f49252d89508eb56b4d342b178fa3c84d6a425c300a286063b4d32a05d09a3da4f3769be4c25a9800783c
 SHA512 
adfb761803e5ec93c30aa2a4bbc312a2f43287a54cd237c0a87237dfcbfe1e6daa3d57ec2cdf15720202aa9a7830ed67ab2efdf2f7dd81989c3693e91bc22143
+DIST swoole-async-4.4.16.tar.gz 419094 BLAKE2B 
7b93a0d2eb8a9597a68871783c60746c832b2eb1dce89a0f82ca6df2ee20151f910ad4f8ebb6a453bea3b7c2cc274266614f147b34c21a089ff9cc4ca0f73d1c
 SHA512 
cf4bfc3c86740e343774b2cddc0ef2386f522e7929c160bc10d47ebe0b8f8d63dbcc82e70b7f3f30e7f7c102ebd42b02cddf4c3e1a0289f0e45147ddbd9aa546

diff --git a/dev-php/swoole-async/swoole-async-4.4.16.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.16.ebuild
new file mode 100644
index 000..09b9d48a22e
--- /dev/null
+++ b/dev-php/swoole-async/swoole-async-4.4.16.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="swoole_async"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_SAPIS="cli"
+DOCS=( README.md )
+
+USE_PHP="php7-1 php7-2 php7-3 php7-4"
+
+inherit php-ext-pecl-r3
+
+SRC_URI="https://github.com/swoole/ext-async/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/ext-async-${PV}"
+PHP_EXT_S="${S}"
+
+HOMEPAGE="https://www.swoole.co.uk;
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="An extension of Swoole, including the async callback style API"
+LICENSE="Apache-2.0"
+SLOT="0"
+# Tests will require pre-configured endpoint
+RESTRICT="test"
+
+DEPEND=">=dev-php/swoole-4.3"
+
+RDEPEND="${DEPEND}"
+
+IUSE="debug"
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --enable-swoole_async
+   $(use_enable debug)
+   )
+
+   php-ext-source-r3_src_configure
+}
+
+src_test() {
+   local slot
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   [[ -f tests/template.phpt ]] && rm tests/template.phpt
+   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/swoole-async/

2019-11-29 Thread Thomas Deutschmann
commit: 9ab0a699c1f15f81e7dfd9270031fb39c6126916
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 29 19:30:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 29 19:31:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab0a699

dev-php/swoole-async: initial import of v4.4.12

Bug: https://bugs.gentoo.org/697690
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/swoole-async/Manifest   |  1 +
 dev-php/swoole-async/metadata.xml   |  8 
 dev-php/swoole-async/swoole-async-4.4.12.ebuild | 51 +
 3 files changed, 60 insertions(+)

diff --git a/dev-php/swoole-async/Manifest b/dev-php/swoole-async/Manifest
new file mode 100644
index 000..9ef8b7fab79
--- /dev/null
+++ b/dev-php/swoole-async/Manifest
@@ -0,0 +1 @@
+DIST swoole-async-4.4.12.tar.gz 417674 BLAKE2B 
77a96f53b1b159b558eb4759fe172e4a3b8f2648cd9f49252d89508eb56b4d342b178fa3c84d6a425c300a286063b4d32a05d09a3da4f3769be4c25a9800783c
 SHA512 
adfb761803e5ec93c30aa2a4bbc312a2f43287a54cd237c0a87237dfcbfe1e6daa3d57ec2cdf15720202aa9a7830ed67ab2efdf2f7dd81989c3693e91bc22143

diff --git a/dev-php/swoole-async/metadata.xml 
b/dev-php/swoole-async/metadata.xml
new file mode 100644
index 000..d355171f926
--- /dev/null
+++ b/dev-php/swoole-async/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   php-b...@gentoo.org
+   PHP Project
+   
+

diff --git a/dev-php/swoole-async/swoole-async-4.4.12.ebuild 
b/dev-php/swoole-async/swoole-async-4.4.12.ebuild
new file mode 100644
index 000..845bfc568cc
--- /dev/null
+++ b/dev-php/swoole-async/swoole-async-4.4.12.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="swoole_async"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_SAPIS="cli"
+DOCS=( README.md )
+
+USE_PHP="php7-1 php7-2 php7-3 php7-4"
+
+inherit php-ext-pecl-r3
+
+SRC_URI="https://github.com/swoole/ext-async/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/ext-async-${PV}"
+PHP_EXT_S="${S}"
+
+HOMEPAGE="https://www.swoole.co.uk;
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="An extension of Swoole, including the async callback style API"
+LICENSE="Apache-2.0"
+SLOT="0"
+# Tests will require pre-configured endpoint
+RESTRICT="test"
+
+DEPEND=">=dev-php/swoole-4.3"
+
+RDEPEND="${DEPEND}"
+
+IUSE="debug"
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --enable-swoole_async
+   $(use_enable debug)
+   )
+
+   php-ext-source-r3_src_configure
+}
+
+src_test() {
+   local slot
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   [[ -f tests/template.phpt ]] && rm tests/template.phpt
+   SKIP_ONLINE_TESTS="yes" NO_INTERACTION="yes" emake test
+   done
+}