diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-07-05 11:46:30 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-07-05 11:46:30 +0000 |
commit | 481477940f34d6e64e08861419a81fdb6c231cdd (patch) | |
tree | 90699069a642a8de2f5155d58f1426478cd75adb /dev-php | |
parent | Version bump to 1.9.1. (diff) | |
download | gentoo-2-481477940f34d6e64e08861419a81fdb6c231cdd.tar.gz gentoo-2-481477940f34d6e64e08861419a81fdb6c231cdd.tar.bz2 gentoo-2-481477940f34d6e64e08861419a81fdb6c231cdd.zip |
Version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-radius/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.2.7.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-php/pecl-radius/ChangeLog b/dev-php/pecl-radius/ChangeLog index e708d2c7d68e..8ee79c7f0b9a 100644 --- a/dev-php/pecl-radius/ChangeLog +++ b/dev-php/pecl-radius/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/pecl-radius # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/ChangeLog,v 1.4 2013/03/29 20:51:41 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/ChangeLog,v 1.5 2013/07/05 11:46:30 olemarkus Exp $ + +*pecl-radius-1.2.7 (05 Jul 2013) + + 05 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-radius-1.2.7.ebuild: + Version bump *pecl-radius-1.2.5-r3 (29 Mar 2013) diff --git a/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild b/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild new file mode 100644 index 000000000000..082a21fab73d --- /dev/null +++ b/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild,v 1.1 2013/07/05 11:46:30 olemarkus Exp $ + +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" + |