Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/nylon/
Date: Tue, 03 May 2016 19:17:57
Message-Id: 1462303021.31b83180708840282ecd1b4f71da38eb406a211e.wizardedit@gentoo
1 commit: 31b83180708840282ecd1b4f71da38eb406a211e
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 19:06:48 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:17:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b83180
7
8 net-proxy/nylon: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-proxy/nylon/nylon-1.21-r1.ebuild | 34 ----------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-proxy/nylon/nylon-1.21-r1.ebuild b/net-proxy/nylon/nylon-1.21-r1.ebuild
16 deleted file mode 100644
17 index f0c4072..0000000
18 --- a/net-proxy/nylon/nylon-1.21-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="A lightweight SOCKS proxy server"
29 -HOMEPAGE="http://monkey.org/~marius/nylon/"
30 -SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz"
31 -
32 -LICENSE="BSD GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ppc64 ~sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND=">=dev-libs/libevent-0.6"
38 -DEPEND="
39 - ${RDEPEND}
40 - virtual/pkgconfig
41 -"
42 -
43 -DOCS=( README THANKS )
44 -
45 -src_prepare() {
46 - epatch "${FILESDIR}"/${P}-libevent.patch
47 - eautoreconf
48 -}
49 -
50 -src_install() {
51 - default
52 - insinto /etc ; doins "${FILESDIR}/nylon.conf"
53 - newinitd "${FILESDIR}/nylon.init" nylond
54 -}