public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2016-02-19 13:56 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2016-02-19 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f435a780df56a51d70eb087aaa1654ab58705fdb
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 13:53:32 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 13:56:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f435a780

dev-php/pecl-radius: Version bumps

Package-Manager: portage-2.2.27

 dev-php/pecl-radius/Manifest                       |  2 ++
 dev-php/pecl-radius/pecl-radius-1.3.0.ebuild       | 20 ++++++++++++++++++++
 dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild | 21 +++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest
index fb7f838..97c46be 100644
--- a/dev-php/pecl-radius/Manifest
+++ b/dev-php/pecl-radius/Manifest
@@ -1 +1,3 @@
 DIST radius-1.2.7.tgz 35779 SHA256 c4b229b4ee016c13bad326f4eb6b9f3698daed3c559a2d9e7fe05b459334bb34 SHA512 76d8fe4722a25b912e5fcfb3df79027384ce5037c6abec038abdb398698345463bdd17163294dd2734e440a6350380a27d2d2eba525bfc7285b953f726ac4ed5 WHIRLPOOL a8c6b58a166c1763bd5335ef79dfefdec270b6440646f9311200bd375f03fda6693792bdd39504247df16fff05e263fdc1f6e3cca9520a46f820ffd589691a11
+DIST radius-1.3.0.tgz 43060 SHA256 b0431ec6769ff1ec564d95782f7b91de06a7ac3297745bbbc9d1c274bfc4de15 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661 WHIRLPOOL 767056aaed97fb46ac9b4cf603b9e2b0ae111079d7be5cf2fd262a1f166d195e1fb46877d0f4b21cf0251db2500dc5d63c4506f61762cc0304816ebf8c7f2f1b
+DIST radius-1.4.0b1.tgz 50953 SHA256 97dcf2e497131a20804cc508873a123012b773f42d077af398334f3caf86ee54 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664 WHIRLPOOL cf6663dc1bcf4b7cb9d5e3cac0f8e44107c56634598611d042b98e46b467de5ebbdb999a16a2974ee0b455cbeb77191944366dc6c16ba5c50d58fb7caab381a2

diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild
new file mode 100644
index 0000000..1904c19
--- /dev/null
+++ b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="radius"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6 php5-5"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples"

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild
new file mode 100644
index 0000000..309b857
--- /dev/null
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PHP_EXT_NAME="radius"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php7-0 php5-6 php5-5"
+MY_PV="${PV/_beta/b}"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2016-02-19 13:56 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2016-02-19 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d068ea237e89d0dbb8e15d6c5a2c08a67683e6
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 13:54:53 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 13:56:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d068ea

dev-php/pecl-radius: Drop old

Package-Manager: portage-2.2.27

 dev-php/pecl-radius/Manifest                 |  1 -
 dev-php/pecl-radius/pecl-radius-1.2.7.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest
index 97c46be..c06d9fa 100644
--- a/dev-php/pecl-radius/Manifest
+++ b/dev-php/pecl-radius/Manifest
@@ -1,3 +1,2 @@
-DIST radius-1.2.7.tgz 35779 SHA256 c4b229b4ee016c13bad326f4eb6b9f3698daed3c559a2d9e7fe05b459334bb34 SHA512 76d8fe4722a25b912e5fcfb3df79027384ce5037c6abec038abdb398698345463bdd17163294dd2734e440a6350380a27d2d2eba525bfc7285b953f726ac4ed5 WHIRLPOOL a8c6b58a166c1763bd5335ef79dfefdec270b6440646f9311200bd375f03fda6693792bdd39504247df16fff05e263fdc1f6e3cca9520a46f820ffd589691a11
 DIST radius-1.3.0.tgz 43060 SHA256 b0431ec6769ff1ec564d95782f7b91de06a7ac3297745bbbc9d1c274bfc4de15 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661 WHIRLPOOL 767056aaed97fb46ac9b4cf603b9e2b0ae111079d7be5cf2fd262a1f166d195e1fb46877d0f4b21cf0251db2500dc5d63c4506f61762cc0304816ebf8c7f2f1b
 DIST radius-1.4.0b1.tgz 50953 SHA256 97dcf2e497131a20804cc508873a123012b773f42d077af398334f3caf86ee54 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664 WHIRLPOOL cf6663dc1bcf4b7cb9d5e3cac0f8e44107c56634598611d042b98e46b467de5ebbdb999a16a2974ee0b455cbeb77191944366dc6c16ba5c50d58fb7caab381a2

diff --git a/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild b/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild
deleted file mode 100644
index f0ea5fa..0000000
--- a/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="radius"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)"
-LICENSE="BSD BSD-2"
-SLOT="0"
-IUSE="examples"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2016-12-06 14:05 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2016-12-06 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     cc87f2a6caa2b8e68cf3e61a3b27ee2f8f952e5c
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 15:34:57 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 14:05:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc87f2a6

dev-php/pecl-radius: Drop old

Package-Manager: portage-2.3.2

 dev-php/pecl-radius/pecl-radius-1.3.0.ebuild       | 20 --------------------
 dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild | 21 ---------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild
deleted file mode 100644
index 1904c19..00000000
--- a/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="radius"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php5-5"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild
deleted file mode 100644
index 309b857..00000000
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PHP_EXT_NAME="radius"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php7-0 php5-6 php5-5"
-MY_PV="${PV/_beta/b}"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2016-12-06 14:05 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2016-12-06 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     52dc2a10b405e8e355041ef01c115f16699cd948
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 15:34:10 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 14:05:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dc2a10

dev-php/pecl-radius: Revbump to drop support for php 5.5 and refine deps

Package-Manager: portage-2.3.2

 dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild    | 22 ++++++++++++++++
 .../pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild  | 29 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild
new file mode 100644
index 00000000..3c81c21
--- /dev/null
+++ b/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="radius"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples"
+
+RDEPEND="php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )"

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild
new file mode 100644
index 00000000..9837a06
--- /dev/null
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PHP_EXT_NAME="radius"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php7-0 php5-6"
+PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
+PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples"
+
+S="${PHP_EXT_S}"
+
+RDEPEND="
+	php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )
+	php_targets_php7-0? ( dev-lang/php:7.0[pcntl,sockets] )
+"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2018-03-27 18:20 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2018-03-27 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d89a476d603ca8135e2420a8699f7dda5033bada
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 17:11:16 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 18:19:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89a476d

dev-php/pecl-radius: Revbump to add support for php7-1 and php7-2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...dius-1.4.0_beta1-r1.ebuild => pecl-radius-1.4.0_beta1-r2.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
similarity index 74%
rename from dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild
rename to dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
index b83437b5a9a..318f7f3641b 100644
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r1.ebuild
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PHP_EXT_NAME="radius"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php7-0 php5-6"
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
 PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
 PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
 
@@ -25,4 +25,6 @@ S="${PHP_EXT_S}"
 RDEPEND="
 	php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )
 	php_targets_php7-0? ( dev-lang/php:7.0[pcntl,sockets] )
+	php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
+	php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
 "


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2019-06-07 14:14 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2019-06-07 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     36a647099deed62aeda222d191a8e51729e58fe2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 13:16:59 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 14:08:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a64709

dev-php/pecl-radius: add PHP 7.3 support

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
index 318f7f3641b..12aaad4b9dd 100644
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="7"
 
 PHP_EXT_NAME="radius"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
+USE_PHP="php5-6 php7-1 php7-2 php7-3"
 PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
 PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
 
@@ -24,7 +24,7 @@ S="${PHP_EXT_S}"
 
 RDEPEND="
 	php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )
-	php_targets_php7-0? ( dev-lang/php:7.0[pcntl,sockets] )
 	php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
 	php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
+	php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
 "


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2019-08-23 18:11 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2019-08-23 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     27eaf3c882e3f23c460d9b1b8c38c0d183f3db6d
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 18:10:39 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 18:11:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eaf3c8

dev-php/pecl-radius: Drop old

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-radius/Manifest                    |  1 -
 dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest
index b50beb68077..fa882178564 100644
--- a/dev-php/pecl-radius/Manifest
+++ b/dev-php/pecl-radius/Manifest
@@ -1,2 +1 @@
-DIST radius-1.3.0.tgz 43060 BLAKE2B e348ca5693872a7af142f2f60dd91613980046ff1479894518591a9db4229147963bfc70dd7f2797ace070d89015096b7877915df18decc03ae3cc092d8d02c6 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661
 DIST radius-1.4.0b1.tgz 50953 BLAKE2B 1f6f2a4c4cfa7600a37b8bc30e4d263b899a687becac83fd01bac2466de08cad4233984ca694dc73eaf20b64ef94e1e6a6ca7f843474c8f0c9de2c39df9d9705 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664

diff --git a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild
deleted file mode 100644
index 0b5a3b4507f..00000000000
--- a/dev-php/pecl-radius/pecl-radius-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="radius"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2019-11-29 13:34 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2019-11-29 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0e89e4395059fc5ce3f0d32e1e434b10dc15f526
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 13:16:45 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 13:16:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e89e439

dev-php/pecl-radius: add PHP 7.4 support

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
index 12aaad4b9dd..a18ff95d221 100644
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
@@ -7,7 +7,7 @@ PHP_EXT_NAME="radius"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
+USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
 PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
 PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
 
@@ -27,4 +27,5 @@ RDEPEND="
 	php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
 	php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
 	php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
+	php_targets_php7-4? ( dev-lang/php:7.3[pcntl,sockets] )
 "


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2020-12-08  3:26 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2020-12-08  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c63cc154064656836724d7125c0be3454c1a1d35
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 03:25:46 2020 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 03:25:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63cc154

dev-php/pecl-radius: Drop old revision

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 .../pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild  | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
deleted file mode 100644
index a18ff95d221..00000000000
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PHP_EXT_NAME="radius"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
-PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
-PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"
-
-S="${PHP_EXT_S}"
-
-RDEPEND="
-	php_targets_php5-6? ( dev-lang/php:5.6[pcntl,sockets] )
-	php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
-	php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
-	php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
-	php_targets_php7-4? ( dev-lang/php:7.3[pcntl,sockets] )
-"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2020-12-08  3:26 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2020-12-08  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     53b13a12922df4b469896a3639bc0dac229ec8d7
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 03:24:11 2020 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 03:24:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b13a12

dev-php/pecl-radius: Fix dependencies; drop old targets

Closes: https://bugs.gentoo.org/758944
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 .../pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild  | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
new file mode 100644
index 00000000000..467867d6f62
--- /dev/null
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="radius"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+USE_PHP="php7-2 php7-3 php7-4"
+PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
+PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+S="${PHP_EXT_S}"
+
+RDEPEND="
+	php_targets_php7-2? ( dev-lang/php:7.2[pcntl(-),sockets(-)] )
+	php_targets_php7-3? ( dev-lang/php:7.3[pcntl(-),sockets(-)] )
+	php_targets_php7-4? ( dev-lang/php:7.4[pcntl(-),sockets(-)] )
+"
+DEPEND="test? ( ${RDEPEND} )"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/
@ 2022-03-22 12:29 Brian Evans
  0 siblings, 0 replies; 11+ messages in thread
From: Brian Evans @ 2022-03-22 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8090eadfaf1507fb04c7acffecb2fb2b329741aa
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:15:05 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:28:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8090eadf

dev-php/pecl-radius: Adjust targets

Dependencies are deduplicated here as well. Does not affect installed systems.

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
index 467867d6f62c..fbb86a1f78f8 100644
--- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
+++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r3.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 PHP_EXT_NAME="radius"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php7-2 php7-3 php7-4"
+USE_PHP="php7-4"
 PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
 PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
+PHP_EXT_NEEDED_USE="pcntl(-),sockets(-)"
 
 inherit php-ext-pecl-r3
 
@@ -18,14 +19,6 @@ KEYWORDS="~amd64 ~x86"
 DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)"
 LICENSE="BSD"
 SLOT="0"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
+IUSE="examples"
 
 S="${PHP_EXT_S}"
-
-RDEPEND="
-	php_targets_php7-2? ( dev-lang/php:7.2[pcntl(-),sockets(-)] )
-	php_targets_php7-3? ( dev-lang/php:7.3[pcntl(-),sockets(-)] )
-	php_targets_php7-4? ( dev-lang/php:7.4[pcntl(-),sockets(-)] )
-"
-DEPEND="test? ( ${RDEPEND} )"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-22 12:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-27 18:20 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-radius/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2022-03-22 12:29 Brian Evans
2020-12-08  3:26 Brian Evans
2020-12-08  3:26 Brian Evans
2019-11-29 13:34 Thomas Deutschmann
2019-08-23 18:11 Brian Evans
2019-06-07 14:14 Thomas Deutschmann
2016-12-06 14:05 Brian Evans
2016-12-06 14:05 Brian Evans
2016-02-19 13:56 Brian Evans
2016-02-19 13:56 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox