net-proxy/3proxy: remove old versions
authorAlex Efros <powerman-asdf@yandex.ru>
Thu, 19 Mar 2020 08:04:03 +0000 (10:04 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 20 Mar 2020 01:11:34 +0000 (02:11 +0100)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=711282
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aleksandr Efros <powerman-asdf@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/15010
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
net-proxy/3proxy/3proxy-0.8.12.ebuild [deleted file]
net-proxy/3proxy/3proxy-0.8.9.ebuild [deleted file]
net-proxy/3proxy/Manifest
net-proxy/3proxy/files/3proxy-0.8.8-gentoo.patch [deleted file]

diff --git a/net-proxy/3proxy/3proxy-0.8.12.ebuild b/net-proxy/3proxy/3proxy-0.8.12.ebuild
deleted file mode 100644 (file)
index 5ebf606..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A really tiny cross-platform proxy servers set"
-HOMEPAGE="https://www.3proxy.ru/"
-SRC_URI="https://github.com/z3APA3A/3proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86"
-IUSE=""
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.8.12-gentoo.patch
-)
-
-DOCS=( README cfg )
-HTML_DOCS=( doc/html/. )
-
-src_prepare() {
-       default
-       cp Makefile.Linux Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" LN="$(tc-getCC)"
-}
-
-src_install() {
-       local x
-
-       pushd src >/dev/null || die
-       dobin 3proxy
-       for x in proxy socks ftppr pop3p tcppm udppm mycrypt dighosts icqpr smtpp; do
-               newbin ${x} ${PN}-${x}
-               [[ -f "${S}"/man/${x}.8 ]] && newman "${S}"/man/${x}.8 ${PN}-${x}.8
-       done
-       popd >/dev/null
-
-       doman man/3proxy*.[38]
-
-       einstalldocs
-}
diff --git a/net-proxy/3proxy/3proxy-0.8.9.ebuild b/net-proxy/3proxy/3proxy-0.8.9.ebuild
deleted file mode 100644 (file)
index ba16aec..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A really tiny cross-platform proxy servers set"
-HOMEPAGE="https://www.3proxy.ru/"
-SRC_URI="https://github.com/z3APA3A/3proxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~sparc x86"
-IUSE=""
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.8.8-gentoo.patch
-)
-
-DOCS=( README cfg )
-HTML_DOCS=( doc/html/. )
-
-src_prepare() {
-       default
-       cp Makefile.Linux Makefile || die
-}
-
-src_install() {
-       local x
-
-       pushd src >/dev/null || die
-       dobin 3proxy
-       for x in proxy socks ftppr pop3p tcppm udppm mycrypt dighosts icqpr smtpp; do
-               newbin ${x} ${PN}-${x}
-               [[ -f "${S}"/man/${x}.8 ]] && newman "${S}"/man/${x}.8 ${PN}-${x}.8
-       done
-       popd >/dev/null
-
-       doman man/3proxy*.[38]
-
-       einstalldocs
-}
index ee244468567d4496f5f561cb3d7a120d0cd10fd4..a16145b67793863f668a6886aa20d870c1c0dba2 100644 (file)
@@ -1,3 +1 @@
-DIST 3proxy-0.8.12.tar.gz 528990 BLAKE2B fb338c93e25fe4d03d626118f8c3ef52af7104599e11d535dfa572c4fb47d609da66f199406a3c6bb9739766163bb7b54b529f71d4d6ff637567f2f67d3a9ed1 SHA512 33412e89991055598e06210dbcd7b2f9ee6810753c8f40ada02f222def0a49047a90ff7f2efa6895bc4f8ad99193866c980de2e79464310a77cc8e63c8b9813d
 DIST 3proxy-0.8.13.tar.gz 529072 BLAKE2B 45b756bf1ddaaf560f4f35c88e78d24dbafa28c3144de5317d9f5177c51da85a2148a7db743a656ddf853325e18edbcb200b37ff02afae2f203c3bfab66e1b58 SHA512 94b4a2568917c1d720276e38050a13e144d3e92ff41edd02eeebac0a6c21e6a839a58ea7dcb3abc03370e0f18452c953cfd7ad15ebac87e66b78d94fa52fbd79
-DIST 3proxy-0.8.9.tar.gz 497006 BLAKE2B c57e98eb586dfacefd530e091fecbee274d8104698ca082b71ea0607294199cb7db63fc32787236b7e797c928a7ba4f7bafa3ef35551bef76aacfbdf1f259fff SHA512 35153882fec7077b05b23f9cea91443126a8a9faf9818915612e0739196a8bd1f00e0bcefb339a86bad10bb0c1b9891bd06847934787f4758ec55e6cc2e9e815
diff --git a/net-proxy/3proxy/files/3proxy-0.8.8-gentoo.patch b/net-proxy/3proxy/files/3proxy-0.8.8-gentoo.patch
deleted file mode 100644 (file)
index 1f8d478..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/Makefile.Linux   2016-12-16 20:24:53.809856430 +0200
-+++ b/Makefile.Linux   2016-12-16 20:26:24.912859170 +0200
-@@ -10,11 +10,11 @@
- BUILDDIR =
- CC = gcc
--CFLAGS = -g -O2 -c -pthread -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
-+CFLAGS += -c -pthread -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
- COUT = -o 
- LN = gcc
- DCFLAGS = -fpic
--LDFLAGS = -O2 -pthread
-+LDFLAGS += -pthread
- DLFLAGS = -shared
- DLSUFFICS = .ld.so
- # -lpthreads may be reuqired on some platforms instead of -pthreads
-@@ -39,12 +39,12 @@
- include Makefile.inc
- allplugins:
--      @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ;   cd ../.. ; done
-+      @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; $(MAKE) ;        cd ../.. ; done
- DESTDIR               =
--prefix                = /usr/local
-+prefix                =
- exec_prefix   = $(prefix)
--man_prefix    = $(prefix)/share
-+man_prefix    = $(prefix)/usr/share
- INSTALL               = /usr/bin/install
- INSTALL_BIN   = $(INSTALL) -m 755
---- a/src/stringtable.c        2016-12-16 20:24:53.811856430 +0200
-+++ b/src/stringtable.c        2016-12-16 20:26:48.288859873 +0200
-@@ -38,7 +38,7 @@
- /* 24 */      NULL,
- #ifndef TPROXY_CONF
- #ifndef _WIN32
--/* 25 */      (unsigned char *)"/usr/local/etc/3proxy/3proxy.cfg",
-+/* 25 */      (unsigned char *)"/etc/3proxy/3proxy.cfg",
- #else
- /* 25 */      (unsigned char *)"3proxy.cfg",
- #endif