diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 14:06:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 14:17:01 -0500 |
commit | 31b83180708840282ecd1b4f71da38eb406a211e (patch) | |
tree | bff53a580c4906e6c90a49d77b57d33ba65ffba8 /net-proxy | |
parent | net-proxy/nylon: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-31b83180708840282ecd1b4f71da38eb406a211e.tar.gz gentoo-31b83180708840282ecd1b4f71da38eb406a211e.tar.bz2 gentoo-31b83180708840282ecd1b4f71da38eb406a211e.zip |
net-proxy/nylon: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/nylon/nylon-1.21-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-proxy/nylon/nylon-1.21-r1.ebuild b/net-proxy/nylon/nylon-1.21-r1.ebuild deleted file mode 100644 index f0c4072676d6..000000000000 --- a/net-proxy/nylon/nylon-1.21-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools eutils - -DESCRIPTION="A lightweight SOCKS proxy server" -HOMEPAGE="http://monkey.org/~marius/nylon/" -SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/libevent-0.6" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -DOCS=( README THANKS ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-libevent.patch - eautoreconf -} - -src_install() { - default - insinto /etc ; doins "${FILESDIR}/nylon.conf" - newinitd "${FILESDIR}/nylon.init" nylond -} |