From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/
Date: Fri, 11 Oct 2019 13:48:26 +0000 (UTC) [thread overview]
Message-ID: <1570801681.cc63dc4d01a4bb167e7badfde45a45e2d75e16d5.juippis@gentoo> (raw)
commit: cc63dc4d01a4bb167e7badfde45a45e2d75e16d5
Author: Alex Efros <powerman-asdf <AT> yandex <DOT> ru>
AuthorDate: Tue Oct 8 23:18:34 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 13:48:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc63dc4d
net-proxy/3proxy: bump to 0.8.13
Closes: https://bugs.gentoo.org/696178
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Aleksandr Efros <powerman-asdf <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13230
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-proxy/3proxy/3proxy-0.8.13.ebuild | 46 +++++++++++++++++++++++++++++++++++
net-proxy/3proxy/Manifest | 1 +
2 files changed, 47 insertions(+)
diff --git a/net-proxy/3proxy/3proxy-0.8.13.ebuild b/net-proxy/3proxy/3proxy-0.8.13.ebuild
new file mode 100644
index 00000000000..5ebf6061b3d
--- /dev/null
+++ b/net-proxy/3proxy/3proxy-0.8.13.ebuild
@@ -0,0 +1,46 @@
+# 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/Manifest b/net-proxy/3proxy/Manifest
index 3d99915e3f4..ee244468567 100644
--- a/net-proxy/3proxy/Manifest
+++ b/net-proxy/3proxy/Manifest
@@ -1,2 +1,3 @@
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
next reply other threads:[~2019-10-11 13:48 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 13:48 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-21 18:57 [gentoo-commits] repo/gentoo:master commit in: net-proxy/3proxy/ Arthur Zamarin
2025-06-17 0:20 Sam James
2024-04-16 5:34 Joonas Niilola
2024-04-16 5:34 Joonas Niilola
2024-04-15 21:09 Sam James
2023-03-22 1:20 Sam James
2020-12-04 18:31 Sergei Trofimovich
2020-12-01 6:15 Joonas Niilola
2020-12-01 6:15 Joonas Niilola
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 19:46 Agostino Sarubbo
2019-05-28 13:07 Stefan Strogin
2018-06-03 2:59 Aaron Bauman
2018-03-27 22:53 Aaron Bauman
2018-01-07 22:07 Sergei Trofimovich
2017-11-25 14:39 Patrick Lauer
2017-08-22 21:31 Michał Górny
2017-04-05 14:22 Michael Weber
2017-03-02 15:52 Tobias Klausmann
2017-02-20 10:06 Agostino Sarubbo
2017-02-12 12:01 Michael Palimaka
2017-01-15 3:12 Göktürk Yüksek
2016-04-19 22:38 Manuel Rüger
2016-03-23 23:51 Patrice Clement
2016-03-23 18:36 Patrice Clement
2016-03-23 18:36 Patrice Clement
2016-03-23 18:36 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570801681.cc63dc4d01a4bb167e7badfde45a45e2d75e16d5.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox