summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-12-09 12:34:07 +0000
committerUlrich Müller <ulm@gentoo.org>2012-12-09 12:34:07 +0000
commita61b137fcd38ff99d5ed5e42118f5bb141b2f644 (patch)
tree2bf64c33ffc9582b1c8e70f30e19631647f3ca64 /net-nds
parentuse doheader to install header files. Install html docs (diff)
downloadgentoo-2-a61b137fcd38ff99d5ed5e42118f5bb141b2f644.tar.gz
gentoo-2-a61b137fcd38ff99d5ed5e42118f5bb141b2f644.tar.bz2
gentoo-2-a61b137fcd38ff99d5ed5e42118f5bb141b2f644.zip
Fix LICENSE, bugs 446590 and 426102.
(Portage version: 2.1.11.34/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/portmap/ChangeLog6
-rw-r--r--net-nds/portmap/portmap-6.0.ebuild4
-rw-r--r--net-nds/portmap/portmap-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-nds/portmap/ChangeLog b/net-nds/portmap/ChangeLog
index 78037748b939..f29112726596 100644
--- a/net-nds/portmap/ChangeLog
+++ b/net-nds/portmap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/portmap
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/ChangeLog,v 1.50 2012/06/01 04:05:38 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/ChangeLog,v 1.51 2012/12/09 12:34:07 ulm Exp $
+
+ 09 Dec 2012; Ulrich Müller <ulm@gentoo.org> portmap-6.0.ebuild,
+ portmap-9999.ebuild:
+ Fix LICENSE, bugs 446590 and 426102.
01 Jun 2012; Zac Medico <zmedico@gentoo.org> portmap-6.0.ebuild,
portmap-9999.ebuild:
diff --git a/net-nds/portmap/portmap-6.0.ebuild b/net-nds/portmap/portmap-6.0.ebuild
index c22774bb854b..c93b7f1b1010 100644
--- a/net-nds/portmap/portmap-6.0.ebuild
+++ b/net-nds/portmap/portmap-6.0.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-nds/portmap/portmap-6.0.ebuild,v 1.16 2012/06/01 04:05:38 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-6.0.ebuild,v 1.17 2012/12/09 12:34:07 ulm Exp $
inherit eutils toolchain-funcs user
@@ -8,7 +8,7 @@ DESCRIPTION="daemon for implementing remote procedure calls between computer pro
HOMEPAGE="http://neil.brown.name/portmap/"
SRC_URI="http://neil.brown.name/portmap/${P}.tgz"
-LICENSE="as-is"
+LICENSE="BSD GPL-2" # GPL-2 only for init script
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE="selinux tcpd"
diff --git a/net-nds/portmap/portmap-9999.ebuild b/net-nds/portmap/portmap-9999.ebuild
index ec7788b30388..08987bc21d32 100644
--- a/net-nds/portmap/portmap-9999.ebuild
+++ b/net-nds/portmap/portmap-9999.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-nds/portmap/portmap-9999.ebuild,v 1.4 2012/06/01 04:05:38 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-9999.ebuild,v 1.5 2012/12/09 12:34:07 ulm Exp $
EGIT_REPO_URI="git://neil.brown.name/portmap"
inherit toolchain-funcs user git-2
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - portmapper"
HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html"
SRC_URI=""
-LICENSE="as-is"
+LICENSE="BSD GPL-2" # GPL-2 only for init script
SLOT="0"
KEYWORDS=""
IUSE="selinux tcpd"