summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-22 00:49:11 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-22 00:49:11 +0000
commitb8f7693a4960c430b2f73ba126fdedaed7c07258 (patch)
tree1f45c44193a6480276cf25741c02cf8ac70e9bd6 /eclass/php-sapi.eclass
parentadd new version of PHP license. (diff)
downloadgentoo-2-b8f7693a4960c430b2f73ba126fdedaed7c07258.tar.gz
gentoo-2-b8f7693a4960c430b2f73ba126fdedaed7c07258.tar.bz2
gentoo-2-b8f7693a4960c430b2f73ba126fdedaed7c07258.zip
update license on PHP.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 6fb5b9fbc5b2..1443986ce38e 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.47 2004/08/07 20:21:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.48 2004/08/22 00:49:11 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -23,7 +23,7 @@ PHPMAJORVER=${MY_PV//\.*}
[ -z "${MY_P}" ] && MY_P=${MY_PN}-${MY_PV}
[ -z "${MY_PF}" ] && MY_PF=${MY_P}-${PR}
[ -z "${HOMEPAGE}" ] && HOMEPAGE="http://www.php.net/"
-[ -z "${LICENSE}" ] && LICENSE="PHP"
+[ -z "${LICENSE}" ] && LICENSE="PHP-3"
[ -z "${PROVIDE}" ] && PROVIDE="virtual/php-${PV}"
# PHP.net does automatic mirroring from this URI
[ -z "${SRC_URI_BASE}" ] && SRC_URI_BASE="http://www.php.net/distributions"