From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/sniproxy/
Date: Tue, 5 Jan 2021 14:45:58 +0000 (UTC) [thread overview]
Message-ID: <1609857947.08c8c2402e80cb15f7e661fe635607624f654b77.soap@gentoo> (raw)
commit: 08c8c2402e80cb15f7e661fe635607624f654b77
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Jan 5 14:45:47 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 14:45:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c8c240
www-servers/sniproxy: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-servers/sniproxy/Manifest | 1 -
www-servers/sniproxy/sniproxy-0.5.0.ebuild | 65 ------------------------------
2 files changed, 66 deletions(-)
diff --git a/www-servers/sniproxy/Manifest b/www-servers/sniproxy/Manifest
index 14bb5bf4900..7c2380a9ee3 100644
--- a/www-servers/sniproxy/Manifest
+++ b/www-servers/sniproxy/Manifest
@@ -1,2 +1 @@
-DIST sniproxy-0.5.0.tar.gz 72654 BLAKE2B 11f2a66af0d5a19807178687b2a5044aa0cca18a9586c60a6e15604b90f4c32d16d9ac8d037df2cafe57a2dc3a576e1ff72b8f58b59e6822d2a45520b9c770f4 SHA512 52dbb217193d2b7bf9dea37b13fde395b5c56d0a6627508a245f2807920deb282aae3c1ae7e6b5fa68432990e48998989fd28027b65cb7310f214b29f98e5e5d
DIST sniproxy-0.6.0.tar.gz 78515 BLAKE2B 1ac8decc793e7b3d73d833bc392b3ef035bd2ba7d515c54ff46de16ee8897c0c5392929d5c7a22a131c1f017897cc6f8e9c50aff8164e4afbdc23155b804b613 SHA512 8a99573673bdd57e528c5781cb166d39c80daed699382b24c3fa18a6011d074a1d9e470fee404d24b4450cf067c9995125910b2941b5216d88d189a1d79ebf73
diff --git a/www-servers/sniproxy/sniproxy-0.5.0.ebuild b/www-servers/sniproxy/sniproxy-0.5.0.ebuild
deleted file mode 100644
index c5b9a45f2ea..00000000000
--- a/www-servers/sniproxy/sniproxy-0.5.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools user
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/dlundquist/sniproxy.git"
- EGIT_BRANCH="master"
- inherit git-r3
- KEYWORDS=""
-else
- SRC_URI="https://github.com/dlundquist/sniproxy/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Proxies incoming HTTP and TLS connections based on the hostname"
-HOMEPAGE="https://github.com/dlundquist/sniproxy"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="+dns +largefile rfc3339"
-
-RDEPEND="
- dev-libs/libev
- >=dev-libs/libpcre-3
- dns? ( net-libs/udns )
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-
- sed -i "/user/s/daemon/sniproxy/" debian/sniproxy.conf || die "Unable to replace configuration"
- sed -i "/create/s/daemon/sniproxy/" debian/logrotate.conf || die "Unable to replace logrotate configuration"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}/sniproxy.init" sniproxy
-
- insinto /etc/sniproxy
- doins debian/sniproxy.conf
-
- keepdir /var/log/sniproxy
-
- insinto /etc/logrotate.d
- newins debian/logrotate.conf sniproxy
-
- dodoc ARCHITECTURE.md AUTHORS README.md
- doman man/sniproxy.8
- doman man/sniproxy.conf.5
-}
-
-src_test() {
- emake -j1 check
-}
-
-pkg_postinst() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 /var/lib/sniproxy ${PN}
-}
next reply other threads:[~2021-01-05 14:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-05 14:45 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 10:17 [gentoo-commits] repo/gentoo:master commit in: www-servers/sniproxy/ Arthur Zamarin
2023-04-16 6:56 Sam James
2023-04-16 6:56 Sam James
2022-08-26 10:46 Sam James
2019-01-31 17:40 Georgy Yakovlev
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=1609857947.08c8c2402e80cb15f7e661fe635607624f654b77.soap@gentoo \
--to=soap@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