diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 17:28:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-22 17:28:47 +0000 |
commit | f26ac11e797f3c27f6151e446c0c560e722d45f8 (patch) | |
tree | ac4e63d2e252d78dd034ea097c1245c69d2c169b /net-nntp | |
parent | Add ~ppc, wrt bug #446958 (diff) | |
download | gentoo-2-f26ac11e797f3c27f6151e446c0c560e722d45f8.tar.gz gentoo-2-f26ac11e797f3c27f6151e446c0c560e722d45f8.tar.bz2 gentoo-2-f26ac11e797f3c27f6151e446c0c560e722d45f8.zip |
Fix LICENSE, see LICENSE file, bug 446550.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/inn/ChangeLog | 5 | ||||
-rw-r--r-- | net-nntp/inn/inn-2.5.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-nntp/inn/ChangeLog b/net-nntp/inn/ChangeLog index 8d7f588eba2d..5794db1689c6 100644 --- a/net-nntp/inn/ChangeLog +++ b/net-nntp/inn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nntp/inn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.47 2012/11/21 02:09:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/ChangeLog,v 1.48 2012/12/22 17:28:47 ulm Exp $ + + 22 Dec 2012; Ulrich Müller <ulm@gentoo.org> inn-2.5.3.ebuild: + Fix LICENSE, see LICENSE file, bug 446550. 21 Nov 2012; Jeroen Roovers <jer@gentoo.org> -inn-2.5.2.ebuild, -inn-2.5.2-r1.ebuild: diff --git a/net-nntp/inn/inn-2.5.3.ebuild b/net-nntp/inn/inn-2.5.3.ebuild index 5f3f88cae404..a420ae297ed7 100644 --- a/net-nntp/inn/inn-2.5.3.ebuild +++ b/net-nntp/inn/inn-2.5.3.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/net-nntp/inn/inn-2.5.3.ebuild,v 1.5 2012/11/20 20:54:30 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/inn/inn-2.5.3.ebuild,v 1.6 2012/12/22 17:28:47 ulm Exp $ EAPI=4 inherit autotools multilib ssl-cert @@ -9,8 +9,9 @@ DESCRIPTION="The Internet News daemon, fully featured NNTP server" HOMEPAGE="https://www.isc.org/software/inn" SRC_URI="ftp://ftp.isc.org/isc/inn/${P}.tar.gz" +# GPL-2 only for init script +LICENSE="ISC GPL-2+ public-domain BSD-4 BSD-2 RSA BSD MIT GPL-2" SLOT="0" -LICENSE="as-is BSD GPL-2" KEYWORDS="amd64 ppc x86" IUSE="berkdb innkeywords inntaggedhash ipv6 kerberos perl python sasl ssl" |