Install this version:
emerge -a =net-proxy/hitch-1.4.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-proxy/hitch-1.4.8
Or alternatively:
emerge --autounmask-write -a =net-proxy/hitch-1.4.8
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils systemd user
DESCRIPTION="A libev-based high performance SSL/TLS proxy"
HOMEPAGE="https://hitch-tls.org/"
SRC_URI="https://hitch-tls.org/source/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/openssl:0
>=dev-libs/libev-4"
RDEPEND="${DEPEND}"
pkg_setup() {
enewgroup ${PN}
enewuser ${PN} -1 -1 /sbin/nologin ${PN}
}
src_install() {
default
insinto /etc
doins "${S}/${PN}.conf.example"
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
keepdir /var/log/${PN}
fowners ${PN}:${PN} /var/log/${PN}
systemd_dounit "${FILESDIR}/${PN}.service"
}
dev-libs/openssl:0 >=dev-libs/libev-4
dev-libs/openssl:0 >=dev-libs/libev-4
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hitch-1.4.8.tar.gz | 297107 bytes | https://hitch-tls.org/source/hitch-1.4.8.tar.gz |