| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21.ebuild,v 1.6 2008/08/21 17:20:34 bluebird Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21.ebuild,v 1.7 2012/07/20 01:28:52 blueness Exp $ |
| 4 | |
4 | |
| 5 | DESCRIPTION="A lightweight SOCKS proxy server" |
5 | DESCRIPTION="A lightweight SOCKS proxy server" |
| 6 | HOMEPAGE="http://monkey.org/~marius/nylon/" |
6 | HOMEPAGE="http://monkey.org/~marius/nylon/" |
| 7 | SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" |
7 | SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" |
| 8 | |
8 | |
| 9 | LICENSE="BSD" |
9 | LICENSE="BSD" |
| 10 | SLOT="0" |
10 | SLOT="0" |
| 11 | KEYWORDS="amd64 ppc sparc x86" |
11 | KEYWORDS="amd64 ppc ~ppc64 sparc x86" |
| 12 | IUSE="" |
12 | IUSE="" |
| 13 | |
13 | |
| 14 | DEPEND=">=dev-libs/libevent-0.6" |
14 | DEPEND=">=dev-libs/libevent-0.6" |
| 15 | |
15 | |
| 16 | src_install() { |
16 | src_install() { |