summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-02-28 18:14:53 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-02-28 18:14:53 +0000
commit5f5c96aa393802b7e93b466cfc6e3f20cf0caec4 (patch)
tree491c449fc118149f1a412d5481e6fdb5d8dc2804 /net-www/mod_fastcgi
parentAdd the correct license for mod_fastcgi to fix bug 94510 (diff)
downloadgentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.tar.gz
gentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.tar.bz2
gentoo-2-5f5c96aa393802b7e93b466cfc6e3f20cf0caec4.zip
Add the correct license. See licenses/mod_fastcgi for the correct terms. Fixes bug 94510
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'net-www/mod_fastcgi')
-rw-r--r--net-www/mod_fastcgi/ChangeLog9
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild6
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog
index 7c1ef57b0924..351bf2ab28e2 100644
--- a/net-www/mod_fastcgi/ChangeLog
+++ b/net-www/mod_fastcgi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/mod_fastcgi
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.15 2005/10/13 02:30:10 metalgod Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.16 2006/02/28 18:14:53 vericgar Exp $
+
+ 28 Feb 2006; Michael Stewart <vericgar@gentoo.org>
+ mod_fastcgi-2.4.2.ebuild, mod_fastcgi-2.4.2-r1.ebuild:
+ Add the correct license. See licenses/mod_fastcgi for the correct terms.
+ Fixes bug 94510
13 Oct 2005; Luis Medinas <metalgod@gentoo.org>
mod_fastcgi-2.4.2-r1.ebuild:
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
index f969dc517cf6..06c83869c074 100644
--- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
+++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.6 2005/10/13 02:30:10 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.7 2006/02/28 18:14:53 vericgar Exp $
inherit eutils apache-module
@@ -9,7 +9,7 @@ KEYWORDS="amd64 ppc ~sparc x86"
SLOT="0"
HOMEPAGE="http://fastcgi.com/"
SRC_URI="http://fastcgi.com/dist/${P}.tar.gz"
-LICENSE="Apache-1.1"
+LICENSE="mod_fastcgi"
APXS1_ARGS="-c mod_fastcgi.c fcgi*.c"
APXS2_ARGS="${APXS1_ARGS}"
diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
index e073fce7b979..8b45b4ef39b8 100644
--- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
+++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.10 2005/10/03 03:49:10 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.11 2006/02/28 18:14:53 vericgar Exp $
DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs."
KEYWORDS="x86 ppc ~amd64"
@@ -52,7 +52,7 @@ SLOT="${APACHEVER}"
HOMEPAGE="http://fastcgi.com/"
SRC_URI="http://fastcgi.com/dist/${P}.tar.gz"
-LICENSE="Apache-1.1"
+LICENSE="mod_fastcgi"
DEPEND="net-www/apache
apache2? ( >=net-www/apache-2 )"