From 3c3998497da22813b8727811afe03a729060df97 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Fri, 31 Aug 2007 09:45:01 +0000 Subject: Port from project overlay (Portage version: 2.1.3.7) --- dev-php4/pecl-radius/ChangeLog | 10 +++++++++- dev-php4/pecl-radius/files/digest-pecl-radius-1.2.5 | 3 +++ dev-php4/pecl-radius/pecl-radius-1.2.5.ebuild | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 dev-php4/pecl-radius/files/digest-pecl-radius-1.2.5 create mode 100644 dev-php4/pecl-radius/pecl-radius-1.2.5.ebuild (limited to 'dev-php4') diff --git a/dev-php4/pecl-radius/ChangeLog b/dev-php4/pecl-radius/ChangeLog index ca4b9d85f3e8..662d79bb3bfd 100644 --- a/dev-php4/pecl-radius/ChangeLog +++ b/dev-php4/pecl-radius/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php4/pecl-radius # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-radius/ChangeLog,v 1.5 2007/03/06 20:56:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-radius/ChangeLog,v 1.6 2007/08/31 09:45:01 jokey Exp $ + +*pecl-radius-1.2.5 (31 Aug 2007) + + 31 Aug 2007; Markus Ullmann +pecl-radius-1.2.5.ebuild: + Port from project overlay + + 30 Aug 2007; Jakub Moc +pecl-radius-1.2.5.ebuild: + Version bump, install examples 06 Mar 2007; Luca Longinotti pecl-radius-1.2.4.ebuild: Cleanup. diff --git a/dev-php4/pecl-radius/files/digest-pecl-radius-1.2.5 b/dev-php4/pecl-radius/files/digest-pecl-radius-1.2.5 new file mode 100644 index 000000000000..113899c5798c --- /dev/null +++ b/dev-php4/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-php4/pecl-radius/pecl-radius-1.2.5.ebuild b/dev-php4/pecl-radius/pecl-radius-1.2.5.ebuild new file mode 100644 index 000000000000..512cc9dad016 --- /dev/null +++ b/dev-php4/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-php4/pecl-radius/pecl-radius-1.2.5.ebuild,v 1.1 2007/08/31 09:45: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 -- cgit v1.2.3-65-gdbad