diff options
author | 2013-03-04 16:04:43 +0000 | |
---|---|---|
committer | 2013-03-04 16:04:43 +0000 | |
commit | 4b253e77ff3eb15429825e601ed472688d25c343 (patch) | |
tree | 611492dc7dbddba12a8b734d7c423172a980c449 /net-proxy/nylon | |
parent | version bump (diff) | |
download | gentoo-2-4b253e77ff3eb15429825e601ed472688d25c343.tar.gz gentoo-2-4b253e77ff3eb15429825e601ed472688d25c343.tar.bz2 gentoo-2-4b253e77ff3eb15429825e601ed472688d25c343.zip |
added GPL-2 to LICENSE, see bug #426128
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'net-proxy/nylon')
-rw-r--r-- | net-proxy/nylon/ChangeLog | 8 | ||||
-rw-r--r-- | net-proxy/nylon/nylon-1.21-r1.ebuild | 6 | ||||
-rw-r--r-- | net-proxy/nylon/nylon-1.21.ebuild | 7 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-proxy/nylon/ChangeLog b/net-proxy/nylon/ChangeLog index 5526efc89f2c..73769f2a934c 100644 --- a/net-proxy/nylon/ChangeLog +++ b/net-proxy/nylon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/nylon -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/ChangeLog,v 1.13 2012/10/09 21:19:48 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/ChangeLog,v 1.14 2013/03/04 16:04:43 dastergon Exp $ + + 04 Mar 2013; Pavlos Ratis <dastergon@gentoo.org> nylon-1.21-r1.ebuild, + nylon-1.21.ebuild: + added GPL-2 to LICENSE, see bug #426128 *nylon-1.21-r1 (09 Oct 2012) diff --git a/net-proxy/nylon/nylon-1.21-r1.ebuild b/net-proxy/nylon/nylon-1.21-r1.ebuild index eca0a79c95b2..0d22f5807b36 100644 --- a/net-proxy/nylon/nylon-1.21-r1.ebuild +++ b/net-proxy/nylon/nylon-1.21-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-proxy/nylon/nylon-1.21-r1.ebuild,v 1.1 2012/10/09 21:19:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21-r1.ebuild,v 1.2 2013/03/04 16:04:43 dastergon Exp $ EAPI=4 inherit autotools eutils @@ -9,7 +9,7 @@ DESCRIPTION="A lightweight SOCKS proxy server" HOMEPAGE="http://monkey.org/~marius/nylon/" SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" diff --git a/net-proxy/nylon/nylon-1.21.ebuild b/net-proxy/nylon/nylon-1.21.ebuild index 5d083a580386..1cc26f8f4844 100644 --- a/net-proxy/nylon/nylon-1.21.ebuild +++ b/net-proxy/nylon/nylon-1.21.ebuild @@ -1,17 +1,18 @@ -# 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-proxy/nylon/nylon-1.21.ebuild,v 1.7 2012/07/20 01:28:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21.ebuild,v 1.8 2013/03/04 16:04:42 dastergon Exp $ DESCRIPTION="A lightweight SOCKS proxy server" HOMEPAGE="http://monkey.org/~marius/nylon/" SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86" IUSE="" DEPEND=">=dev-libs/libevent-0.6" +RDEPEND="${DEPEND}" src_install() { einstall || die "make install failed" |