summaryrefslogtreecommitdiff
path: root/net-proxy/cntlm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-proxy/cntlm
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-proxy/cntlm')
-rw-r--r--net-proxy/cntlm/Manifest2
-rw-r--r--net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild (renamed from net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild)28
2 files changed, 12 insertions, 18 deletions
diff --git a/net-proxy/cntlm/Manifest b/net-proxy/cntlm/Manifest
index e33bca9a2401..17f58b006e7e 100644
--- a/net-proxy/cntlm/Manifest
+++ b/net-proxy/cntlm/Manifest
@@ -3,5 +3,5 @@ AUX cntlm.confd 150 BLAKE2B 8a421270797d3a248383b3c89b0cbd064b16d022dfbf3538ac92
AUX cntlm.initd 480 BLAKE2B 9ff99a0189c04f7550fa201c7c1fb7d65e4b314c3230de0299e9a24ef82d9140d332a191b9b2b0d80a1e7d499d8aaf57de24d5d20ef25c5e478850f3b1e623dd SHA512 ceef9827bf8d3910d46daea09d3de9f111b7fb60ee2140abca5375fbcd62a0ee49838331b8ec9c292219bbc46b6ced0ed0bd869bf8fa1e2d31906b81eed6d43d
AUX cntlm.service 207 BLAKE2B 1297446b05325a36e632b80743e67820db70c8ffb9db5119c19c63aabe48fb2cdc18a76a5a305627cdb85939661b0fe2e4a4920b4eb57239752f0173ed6b5b3c SHA512 5084b6e65b4b91120a8fe369f7cec1566103db04f1c25f9d13241e8051a49bc776bc68601992e02156719623f0f62e6e77f3781a40776601b19faa53e1039324
DIST cntlm-0.93beta5.tar.gz 718018 BLAKE2B daaf75f42c63dd191dfe36bd326dad42d0b7f774749d2dc644d4009fdf6d9b22c863759ed6ad0425fe8bde31ed99fa358c04254f6e83d67d49c719d8e088a62b SHA512 5cb59788a0d6dc5cd787acb36dbe6de9a3909727d63327c9a12b20973619b777add9e0acbe94ed6a3cf1c189ef0e0ac6c01aa3c1c4739881bbd371b4c90744cd
-EBUILD cntlm-0.93_beta5-r2.ebuild 1070 BLAKE2B c466479f654da1ecbf5835ccd3dd07fc0dabca0b4276e939c9f865d6812d2d987e7452bbe910b11c2136db4699b36ead9900ddd0608bf4b9564e29ab038e7c26 SHA512 d16bfd29e3744962ebbb2d9f8b0e6b067cc00ba895532ae0098993df48bdc00bc82d4c9644605c3ffd0254cb01bb86db86219f12ea8b37abddc3a0a8dc9489c1
+EBUILD cntlm-0.93_beta5-r3.ebuild 985 BLAKE2B 6422fa020c1390d485c6cb51868d63fbcc8ddd3355c34fcfdce33253adaf063a00b1dbacda7da52e4369d49745922dca03203371cef47887adb8d808e95a3fc6 SHA512 688cc3c24e1dbf281dfca4abfb47e590fa9c63f3d6805480e991aeb06f5ceab56db13de49d1eab1d6bc94b265c9ff42174963fd93254e03dd845a1a12b95adc5
MISC metadata.xml 242 BLAKE2B 8752cddbbc7973767fba3404814c85d49881b491b6e36e88efd733d5b7e5780a46f1117b6fff3181e0eb165c1cfeb7ad79bac21eba6f008fb8aabb04407cf860 SHA512 7e39b103b558c87cf3e0de64039989303f8488d1bbbe93ca53ee314016931c5a7ed88ae12fc492bc635de17e99e5c7c8d2258335fdf24d1366a6059c1528ae99
diff --git a/net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild b/net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild
index 2e86f2f75b59..4c6879ddacc1 100644
--- a/net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild
+++ b/net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils systemd toolchain-funcs user
+EAPI=7
+
+inherit systemd toolchain-funcs
DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
HOMEPAGE="http://cntlm.sourceforge.net/"
SRC_URI="http://ftp.awk.cz/pub/${P//_}.tar.gz"
+S="${WORKDIR}/${P//_}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P//_}"
+RDEPEND="
+ acct-group/cntlm
+ acct-user/cntlm
+"
src_prepare() {
- eapply -p0 "${FILESDIR}"/${P}-buildsystem.patch # 334647
-
default
+ eapply -p0 "${FILESDIR}"/${P}-buildsystem.patch # 334647
}
src_configure() {
@@ -30,8 +30,7 @@ src_configure() {
econf
# Replace default config file path in Makefile
- sed -i -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' \
- "${S}"/Makefile || die "sed failed"
+ sed -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' -i "${S}"/Makefile || die
}
src_compile() {
@@ -49,8 +48,3 @@ src_install() {
insopts -m0600
doins doc/cntlm.conf
}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}