diff options
author | Brian Evans <grknight@gentoo.org> | 2016-02-19 08:53:32 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-02-19 08:56:16 -0500 |
commit | f435a780df56a51d70eb087aaa1654ab58705fdb (patch) | |
tree | 95189eec7f10168e4d953dfa8805b771e3e8089f /dev-php/pecl-radius | |
parent | media-sound/qastools: remove old (diff) | |
download | gentoo-f435a780df56a51d70eb087aaa1654ab58705fdb.tar.gz gentoo-f435a780df56a51d70eb087aaa1654ab58705fdb.tar.bz2 gentoo-f435a780df56a51d70eb087aaa1654ab58705fdb.zip |
dev-php/pecl-radius: Version bumps
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-php/pecl-radius')
-rw-r--r-- | dev-php/pecl-radius/Manifest | 2 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.3.0.ebuild | 20 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild | 21 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest index fb7f83860439..97c46be1aa8b 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 000000000000..1904c19234a0 --- /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 000000000000..309b85772048 --- /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" |