diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 18:06:00 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-14 18:06:00 +0000 |
commit | 5a623655dca0625926c5a59a2dfb6a5d9eb49708 (patch) | |
tree | b6d0b4effd5577b4241005ae560de816215c4702 /net-dns/host | |
parent | Fix LICENSE, see <http://www.ctan.org/pkg/aastex>, bug 464926. (diff) | |
download | gentoo-2-5a623655dca0625926c5a59a2dfb6a5d9eb49708.tar.gz gentoo-2-5a623655dca0625926c5a59a2dfb6a5d9eb49708.tar.bz2 gentoo-2-5a623655dca0625926c5a59a2dfb6a5d9eb49708.zip |
Fix LICENSE, bug 465140.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-dns/host')
-rw-r--r-- | net-dns/host/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/host/host-20070128-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/host/ChangeLog b/net-dns/host/ChangeLog index 2138625e4c91..dbd1771b338d 100644 --- a/net-dns/host/ChangeLog +++ b/net-dns/host/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/host -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/host/ChangeLog,v 1.23 2012/10/06 16:03:24 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/host/ChangeLog,v 1.24 2013/04/14 18:06:00 ulm Exp $ + + 14 Apr 2013; Ulrich Müller <ulm@gentoo.org> host-20070128-r1.ebuild: + Fix LICENSE, bug 465140. 06 Oct 2012; Jeroen Roovers <jer@gentoo.org> -host-991529.ebuild, -host-20070128.ebuild: diff --git a/net-dns/host/host-20070128-r1.ebuild b/net-dns/host/host-20070128-r1.ebuild index 3f56f5a52308..bf2a6d0cd2f8 100644 --- a/net-dns/host/host-20070128-r1.ebuild +++ b/net-dns/host/host-20070128-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/host/host-20070128-r1.ebuild,v 1.10 2012/10/05 18:06:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/host/host-20070128-r1.ebuild,v 1.11 2013/04/14 18:06:00 ulm Exp $ EAPI="2" inherit eutils toolchain-funcs multilib @@ -9,7 +9,7 @@ DESCRIPTION="A powerful command-line DNS query and test tool implementing many a HOMEPAGE="http://www.weird.com/~woods/projects/host.html" SRC_URI="ftp://ftp.weird.com/pub/Planix/${P}.tar.gz" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="debug" |