diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-08 22:08:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-08 22:08:25 +0000 |
commit | 833f4f7f1ed6765739648946d2d6603f52f327f5 (patch) | |
tree | 8fe97d9bf17c5f8ed66b3ea7ffd639ea61d469ff /net-misc/jumpgate | |
parent | Stable for amd64, wrt bug #441364 (diff) | |
download | gentoo-2-833f4f7f1ed6765739648946d2d6603f52f327f5.tar.gz gentoo-2-833f4f7f1ed6765739648946d2d6603f52f327f5.tar.bz2 gentoo-2-833f4f7f1ed6765739648946d2d6603f52f327f5.zip |
Fix LICENSE, BSD-2 according to LICENSE file.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'net-misc/jumpgate')
-rw-r--r-- | net-misc/jumpgate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/jumpgate/jumpgate-0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/jumpgate/ChangeLog b/net-misc/jumpgate/ChangeLog index ea4e8eb9d7ff..443e1de4b1b9 100644 --- a/net-misc/jumpgate/ChangeLog +++ b/net-misc/jumpgate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/jumpgate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jumpgate/ChangeLog,v 1.9 2012/04/25 16:37:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jumpgate/ChangeLog,v 1.10 2012/12/08 22:08:25 ulm Exp $ + + 08 Dec 2012; Ulrich Müller <ulm@gentoo.org> jumpgate-0.7.ebuild: + Fix LICENSE, BSD-2 according to LICENSE file. 25 Apr 2012; Justin Lecher <jlec@gentoo.org> jumpgate-0.7.ebuild: Drop unnessecary die diff --git a/net-misc/jumpgate/jumpgate-0.7.ebuild b/net-misc/jumpgate/jumpgate-0.7.ebuild index 5cd0725059d2..e5c27600a5b7 100644 --- a/net-misc/jumpgate/jumpgate-0.7.ebuild +++ b/net-misc/jumpgate/jumpgate-0.7.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-misc/jumpgate/jumpgate-0.7.ebuild,v 1.10 2012/04/25 16:37:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jumpgate/jumpgate-0.7.ebuild,v 1.11 2012/12/08 22:08:25 ulm Exp $ EAPI=4 @@ -10,8 +10,8 @@ DESCRIPTION="An advanced TCP connection forwarder" HOMEPAGE="http://jumpgate.sourceforge.net/" SRC_URI="http://jumpgate.sourceforge.net/${P}.tar.gz" +LICENSE="BSD-2" SLOT="0" -LICENSE="as-is" KEYWORDS="x86 amd64" IUSE="" |