diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-31 09:54:01 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-31 09:54:01 +0000 |
commit | 4220386bf3341771c05a6fab4d12978dc74ba2fd (patch) | |
tree | ab2dcafb24a499d4bac1cc74135c266f8a7317db /dev-php5/pecl-radius | |
parent | Port from project overlay (diff) | |
download | gentoo-2-4220386bf3341771c05a6fab4d12978dc74ba2fd.tar.gz gentoo-2-4220386bf3341771c05a6fab4d12978dc74ba2fd.tar.bz2 gentoo-2-4220386bf3341771c05a6fab4d12978dc74ba2fd.zip |
Port from project overlay
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5/pecl-radius')
-rw-r--r-- | dev-php5/pecl-radius/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/pecl-radius/files/digest-pecl-radius-1.2.5 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild | 21 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-php5/pecl-radius/ChangeLog b/dev-php5/pecl-radius/ChangeLog index b0801a96d5ff..94c1c9121783 100644 --- a/dev-php5/pecl-radius/ChangeLog +++ b/dev-php5/pecl-radius/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php5/pecl-radius # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-radius/ChangeLog,v 1.5 2007/03/18 00:48:12 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-radius/ChangeLog,v 1.6 2007/08/31 09:54:01 jokey Exp $ + +*pecl-radius-1.2.5 (31 Aug 2007) + + 31 Aug 2007; Markus Ullmann <jokey@gentoo.org> +pecl-radius-1.2.5.ebuild: + Port from project overlay + + 30 Aug 2007; Jakub Moc <jakub@gentoo.org> +pecl-radius-1.2.5.ebuild: + Version bump, install examples 18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-radius-1.2.4.ebuild: Cleanup. diff --git a/dev-php5/pecl-radius/files/digest-pecl-radius-1.2.5 b/dev-php5/pecl-radius/files/digest-pecl-radius-1.2.5 new file mode 100644 index 000000000000..113899c5798c --- /dev/null +++ b/dev-php5/pecl-radius/files/digest-pecl-radius-1.2.5 @@ -0,0 +1,3 @@ +MD5 25d867dab8def71ab1b3e2410491ff4d radius-1.2.5.tgz 29750 +RMD160 a2e287ca6ec13b48da4e3c3924e8943b098272f6 radius-1.2.5.tgz 29750 +SHA256 277fb9ba1dbef9c051b1db435cfd1f4421ebc612de3e6fd5eb9d2ed94639d23f radius-1.2.5.tgz 29750 diff --git a/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild b/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild new file mode 100644 index 000000000000..a3c324209c42 --- /dev/null +++ b/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild,v 1.1 2007/08/31 09:54:01 jokey Exp $ + +PHP_EXT_NAME="radius" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)." +LICENSE="BSD" +SLOT="0" +IUSE="examples" + +DEPEND="" +RDEPEND="" + +need_php_by_category |