diff options
author | Alex Alexander <wired@gentoo.org> | 2012-11-20 19:07:35 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2012-11-20 19:07:35 +0000 |
commit | 5682f21affe78810ab7f313a3327ceeabef0c431 (patch) | |
tree | c532a98951c0070b5327564977c2a95f84c661bf /www-servers/lighttpd | |
parent | version bump, bug #438668 - new contrib use flag (diff) | |
download | gentoo-2-5682f21affe78810ab7f313a3327ceeabef0c431.tar.gz gentoo-2-5682f21affe78810ab7f313a3327ceeabef0c431.tar.bz2 gentoo-2-5682f21affe78810ab7f313a3327ceeabef0c431.zip |
added initscript's GPL-2 to LICENSE, bug #426178
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.31.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 5f4a8af3a8f0..a5935edc6a5e 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.287 2012/09/09 17:05:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.288 2012/11/20 19:07:35 wired Exp $ + + 20 Nov 2012; Alex Alexander <wired@gentoo.org> lighttpd-1.4.30-r1.ebuild, + lighttpd-1.4.31.ebuild: + added initscript's GPL-2 to LICENSE, bug #426178 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> lighttpd-1.4.31.ebuild: alpha/ia64/sh/sparc stable wrt #430902 diff --git a/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild index ac9a2a1bc5cf..1c49f9d8d28b 100644 --- a/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild,v 1.6 2012/06/23 09:00:52 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.30-r1.ebuild,v 1.7 2012/11/20 19:07:35 wired Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.bz2" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev lua minimal memcache mysql pcre php rrdtool selinux ssl test uploadprogress webdav xattr zlib" diff --git a/www-servers/lighttpd/lighttpd-1.4.31.ebuild b/www-servers/lighttpd/lighttpd-1.4.31.ebuild index 3050928f5d01..3687adcd8d1c 100644 --- a/www-servers/lighttpd/lighttpd-1.4.31.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.10 2012/09/09 17:05:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.11 2012/11/20 19:07:35 wired Exp $ EAPI="4" @@ -10,7 +10,7 @@ DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.bz2" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev lua minimal mmap memcache mysql pcre php rrdtool selinux ssl test uploadprogress webdav xattr zlib" |