diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-05 22:40:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-05 22:40:58 +0000 |
commit | 4f96b4aac3a5127546f2c5d78931a99865082359 (patch) | |
tree | 57956eff0b441e4917e6f3c7287b406168e358db /net-dns/fpdns | |
parent | Remove multilib (diff) | |
download | gentoo-2-4f96b4aac3a5127546f2c5d78931a99865082359.tar.gz gentoo-2-4f96b4aac3a5127546f2c5d78931a99865082359.tar.bz2 gentoo-2-4f96b4aac3a5127546f2c5d78931a99865082359.zip |
Fix LICENSE, bug 301123.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'net-dns/fpdns')
-rw-r--r-- | net-dns/fpdns/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/fpdns/fpdns-0.9.1.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-dns/fpdns/ChangeLog b/net-dns/fpdns/ChangeLog index e9fe8653a573..e9a99a82b017 100644 --- a/net-dns/fpdns/ChangeLog +++ b/net-dns/fpdns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/fpdns -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.1 2008/04/16 21:20:20 wschlich Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.2 2010/02/05 22:40:58 ulm Exp $ + + 05 Feb 2010; Ulrich Mueller <ulm@gentoo.org> fpdns-0.9.1.ebuild: + Fix LICENSE, bug 301123. *fpdns-0.9.1 (16 Apr 2008) diff --git a/net-dns/fpdns/fpdns-0.9.1.ebuild b/net-dns/fpdns/fpdns-0.9.1.ebuild index 3389e49eb2dd..115c172fbd76 100644 --- a/net-dns/fpdns/fpdns-0.9.1.ebuild +++ b/net-dns/fpdns/fpdns-0.9.1.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.9.1.ebuild,v 1.1 2008/04/16 21:20:20 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.9.1.ebuild,v 1.2 2010/02/05 22:40:58 ulm Exp $ -IUSE="" DESCRIPTION="Fingerprinting DNS servers" HOMEPAGE="http://www.rfc.se/fpdns/" SRC_URI="http://www.rfc.se/fpdns/distfiles/${P}.tar.gz" -LICENSE="fpdns" + +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="" + RDEPEND=">=dev-perl/Net-DNS-0.42" src_compile() { :; } |