summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-08-31 09:45:01 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-08-31 09:45:01 +0000
commit3c3998497da22813b8727811afe03a729060df97 (patch)
tree084dce5253f579ec6354b95e30be39e004952d7f /dev-php4
parentSupport doc and example useflag (diff)
downloadgentoo-2-3c3998497da22813b8727811afe03a729060df97.tar.gz
gentoo-2-3c3998497da22813b8727811afe03a729060df97.tar.bz2
gentoo-2-3c3998497da22813b8727811afe03a729060df97.zip
Port from project overlay
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php4')
-rw-r--r--dev-php4/pecl-radius/ChangeLog10
-rw-r--r--dev-php4/pecl-radius/files/digest-pecl-radius-1.2.53
-rw-r--r--dev-php4/pecl-radius/pecl-radius-1.2.5.ebuild21
3 files changed, 33 insertions, 1 deletions
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 <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
06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> 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