summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-12-06 01:20:33 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-12-06 01:20:33 +0000
commit40507bf2a538cee939ccd5fcb352dd5c2a826b56 (patch)
treea7d5d6e96939b618707ed4378ecc3e0a9e5211f4 /dev-php5/pecl-radius
parentLICENSE fix from project overlay (diff)
downloadgentoo-2-40507bf2a538cee939ccd5fcb352dd5c2a826b56.tar.gz
gentoo-2-40507bf2a538cee939ccd5fcb352dd5c2a826b56.tar.bz2
gentoo-2-40507bf2a538cee939ccd5fcb352dd5c2a826b56.zip
LICENSE fix from project overlay
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php5/pecl-radius')
-rw-r--r--dev-php5/pecl-radius/ChangeLog8
-rw-r--r--dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php5/pecl-radius/ChangeLog b/dev-php5/pecl-radius/ChangeLog
index 30f53b9d2f46..1319caa6fb73 100644
--- a/dev-php5/pecl-radius/ChangeLog
+++ b/dev-php5/pecl-radius/ChangeLog
@@ -1,6 +1,12 @@
# 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.7 2007/09/06 16:07:06 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-radius/ChangeLog,v 1.8 2007/12/06 01:20:33 jokey Exp $
+
+ 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-radius-1.2.5.ebuild:
+ LICENSE fix from project overlay
+
+ 03 Dec 2007; Jakub Moc <jakub@gentoo.org> pecl-radius-1.2.5.ebuild:
+ Fix LICENSE
06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -pecl-radius-1.2.4.ebuild:
Cleanup
diff --git a/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild b/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild
index a3c324209c42..75a5c7a044ea 100644
--- a/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild
+++ b/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-radius/pecl-radius-1.2.5.ebuild,v 1.2 2007/12/06 01:20:33 jokey Exp $
PHP_EXT_NAME="radius"
PHP_EXT_INI="yes"
@@ -11,7 +11,7 @@ inherit php-ext-pecl-r1
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)."
-LICENSE="BSD"
+LICENSE="BSD BSD-2"
SLOT="0"
IUSE="examples"