diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-20 10:02:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-20 10:03:04 +0200 |
commit | f2063e631646dea82862844bf1a292a0cc0ce9fb (patch) | |
tree | e1e2f24263b46532aa58f330ffaa8bbc35a3f71d /net-proxy | |
parent | net-analyzer/mbrowse: Specify SNMP LIBDIR in configure call (diff) | |
download | gentoo-f2063e631646dea82862844bf1a292a0cc0ce9fb.tar.gz gentoo-f2063e631646dea82862844bf1a292a0cc0ce9fb.tar.bz2 gentoo-f2063e631646dea82862844bf1a292a0cc0ce9fb.zip |
net-proxy/nylon: Remove last-rited pkg
Closes: https://bugs.gentoo.org/684094
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/nylon/Manifest | 1 | ||||
-rw-r--r-- | net-proxy/nylon/files/nylon-1.21-libevent.patch | 63 | ||||
-rw-r--r-- | net-proxy/nylon/files/nylon.conf | 37 | ||||
-rw-r--r-- | net-proxy/nylon/files/nylon.init | 22 | ||||
-rw-r--r-- | net-proxy/nylon/metadata.xml | 7 | ||||
-rw-r--r-- | net-proxy/nylon/nylon-1.21-r2.ebuild | 35 |
6 files changed, 0 insertions, 165 deletions
diff --git a/net-proxy/nylon/Manifest b/net-proxy/nylon/Manifest deleted file mode 100644 index 211100b0745b..000000000000 --- a/net-proxy/nylon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nylon-1.21.tar.gz 115954 BLAKE2B e4fd7422349d51edb3f5ac52ba7da8dfe1cc0eeb88effe968d22670a9b2d0ccd395f2ac851f80344a0606cb31ec1bb91cee8d4d66bb5ef30e45b080cc0798132 SHA512 7338ebf376843a49777bfc2c04dc0f9b14a25162efb008a555b6d74991bfbddbe5eb8fa6371c8c6a4dae9739f15d6d85135ba9d39472bc2646293a39777b5cfa diff --git a/net-proxy/nylon/files/nylon-1.21-libevent.patch b/net-proxy/nylon/files/nylon-1.21-libevent.patch deleted file mode 100644 index d7ca2a1ab0e9..000000000000 --- a/net-proxy/nylon/files/nylon-1.21-libevent.patch +++ /dev/null @@ -1,63 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -95,44 +95,10 @@ - AC_REPLACE_FUNCS(strlcpy strlcat strsep setproctitle daemon) - - dnl Checks for libevent --AC_MSG_CHECKING(for libevent) --AC_ARG_WITH(libevent, --[ --with-libevent=DIR use libevent in DIR], --[ case "$withval" in -- yes|no) -- AC_MSG_RESULT(no) -- ;; -- *) -- AC_MSG_RESULT($withval) -- if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then -- owd=`pwd` -- if cd $withval; then withval=`pwd`; cd $owd; fi -- EVENTINC="-I$withval/include" -- EVENTLIB="-L$withval/lib -levent" -- elif test -f $withval/event.h -a -f $withval/libevent.a; then -- owd=`pwd` -- if cd $withval; then withval=`pwd`; cd $owd; fi -- EVENTINC="-I$withval" -- EVENTLIB="-L$withval -levent" -- else -- AC_ERROR(event.h or libevent.a not found in $withval) -- fi -- ;; -- esac ], --[ if test -f ${prefix}/include/event.h -a -f ${prefix}/lib/libevent.a; --then -- EVENTINC="-I${prefix}/include" -- EVENTLIB="-L${prefix}/lib -levent" -- elif test -f /usr/include/event.h; then -- EVENTLIB="-levent" -- else -- AC_MSG_RESULT(no) -- AC_ERROR(libevent not found) -- fi -- AC_MSG_RESULT(yes) ] --) --AC_SUBST(EVENTINC) --AC_SUBST(EVENTLIB) -+PKG_CHECK_MODULES(LIBEVENT,libevent,,) -+ -+AC_SUBST(LIBEVENT_CFLAGS) -+AC_SUBST(LIBEVENT_LIBS) - - if test "x${sysconfdir}" = 'x${prefix}/etc'; then - csysconfdir="${prefix}/etc" ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -5,7 +5,7 @@ - nylon_SOURCES = nylon.c print.c cfg.c expanda.c net.c access.c atomicio.c \ - socks4.c socks5.c mirror.c cleanup.c misc.c - --AM_CFLAGS = @EVENTINC@ -Wall -g --LDADD = @EVENTLIB@ @LIBOBJS@ -+AM_CFLAGS = @LIBEVENT_CFLAGS@ -+LDADD = @LIBEVENT_LIBS@ @LIBOBJS@ - - EXTRA_DIST = strlcpy.c strlcat.c setproctitle.c strsep.c err.c daemon.c diff --git a/net-proxy/nylon/files/nylon.conf b/net-proxy/nylon/files/nylon.conf deleted file mode 100644 index 80d11cc8806a..000000000000 --- a/net-proxy/nylon/files/nylon.conf +++ /dev/null @@ -1,37 +0,0 @@ -# sample configuration -# marius aamodt eriksen (marius@umich.edu) -# $Id: nylon.conf,v 1.11 2002/03/27 07:39:53 beriksen Exp $ -# general settings -[General] - -# number of simultaneous connections allowed -No-Simultaneous-Conn=10 - -# log connections and other information to syslog? 1: on, 0: off -Log=1 - -# be verbose on the console? 1: on, 0: off -Verbose=0 - -# store pid file -#PIDfile=/var/run/nylon.pid - -# server settings -[Server] - -# interface to listen to connections -#Binding-Interface=fxp1 - -# interface to bind outgoing connections to -#Connecting-Interface=fxp0 - -# listening port to bind to -Port=1080 - -# allowed is processed first, then deny - -# allowable connect ips/ranges -#Allow-IP=141.0.0.0/8 127.0.0.1 10.0.0.0/24 -Allow-IP=127.0.0.1/32 -# denied connect ips/ranges -#Deny-IP=10.0.0.0/24 diff --git a/net-proxy/nylon/files/nylon.init b/net-proxy/nylon/files/nylon.init deleted file mode 100644 index 7c58d3c9bc32..000000000000 --- a/net-proxy/nylon/files/nylon.init +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - ebegin "Starting Nylon" - start-stop-daemon --start --quiet --pidfile /var/run/nylon.pid \ - --startas /usr/bin/nylon - eend $? -} - -stop() { - ebegin "Stopping Nylon" - start-stop-daemon --stop --quiet --pidfile /var/run/nylon.pid - eend $? -} - - diff --git a/net-proxy/nylon/metadata.xml b/net-proxy/nylon/metadata.xml deleted file mode 100644 index 5a6f202af08a..000000000000 --- a/net-proxy/nylon/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<longdescription>nylon is a proxy server, developed on OpenBSD. It supports SOCKS version 4 and 5, -as well as a mirror mode so that services can be mirrored directly.</longdescription> -</pkgmetadata> diff --git a/net-proxy/nylon/nylon-1.21-r2.ebuild b/net-proxy/nylon/nylon-1.21-r2.ebuild deleted file mode 100644 index ec11be51135c..000000000000 --- a/net-proxy/nylon/nylon-1.21-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -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() { - default - - eapply "${FILESDIR}"/${P}-libevent.patch - eautoreconf -} - -src_install() { - default - insinto /etc ; doins "${FILESDIR}/nylon.conf" - newinitd "${FILESDIR}/nylon.init" nylond -} |