* [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/
@ 2016-05-03 19:17 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-05-03 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 038994e5f79168e731bd48e3d200276e20eddaf3
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:53:06 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 3 19:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038994e5
net-proxy/cntlm: remove old version
Package-Manager: portage-2.2.26
net-proxy/cntlm/cntlm-0.93_beta5-r1.ebuild | 55 ------------------------------
1 file changed, 55 deletions(-)
diff --git a/net-proxy/cntlm/cntlm-0.93_beta5-r1.ebuild b/net-proxy/cntlm/cntlm-0.93_beta5-r1.ebuild
deleted file mode 100644
index d206912..0000000
--- a/net-proxy/cntlm/cntlm-0.93_beta5-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils systemd toolchain-funcs user
-
-DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
-HOMEPAGE="http://cntlm.sourceforge.net/"
-SRC_URI="http://ftp.awk.cz/pub/${P//_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P//_}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-buildsystem.patch # 334647
-}
-
-src_configure() {
- tc-export CC
-
- econf
-
- # Replace default config file path in Makefile
- sed -i -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' \
- "${S}"/Makefile || die "sed failed"
-}
-
-src_compile() {
- emake V=1
-}
-
-src_install() {
- dobin cntlm
- dodoc COPYRIGHT README VERSION doc/cntlm.conf
- doman doc/cntlm.1
- newinitd "${FILESDIR}"/cntlm.initd cntlm
- newconfd "${FILESDIR}"/cntlm.confd cntlm
- systemd_dounit "${FILESDIR}"/cntlm.service
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/
@ 2021-04-17 19:20 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 6db97a29e135e71a1425be553b2240b1a0db2c7c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:50:58 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db97a29
net-proxy/cntlm: migrate to glep 81
Closes: https://bugs.gentoo.org/781458
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild | 50 ++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild b/net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild
new file mode 100644
index 00000000000..4c6879ddacc
--- /dev/null
+++ b/net-proxy/cntlm/cntlm-0.93_beta5-r3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+RDEPEND="
+ acct-group/cntlm
+ acct-user/cntlm
+"
+
+src_prepare() {
+ default
+ eapply -p0 "${FILESDIR}"/${P}-buildsystem.patch # 334647
+}
+
+src_configure() {
+ tc-export CC
+
+ econf
+
+ # Replace default config file path in Makefile
+ sed -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' -i "${S}"/Makefile || die
+}
+
+src_compile() {
+ emake V=1
+}
+
+src_install() {
+ dobin cntlm
+ dodoc COPYRIGHT README VERSION doc/cntlm.conf
+ doman doc/cntlm.1
+ newinitd "${FILESDIR}"/cntlm.initd cntlm
+ newconfd "${FILESDIR}"/cntlm.confd cntlm
+ systemd_dounit "${FILESDIR}"/cntlm.service
+ insinto /etc
+ insopts -m0600
+ doins doc/cntlm.conf
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/
@ 2021-04-17 19:20 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2021-04-17 19:20 UTC (permalink / raw
To: gentoo-commits
commit: 0d70eac60fd5a8309afdbc7f342e84f2c080cd24
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:51:25 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 19:19:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d70eac6
net-proxy/cntlm: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild | 56 ------------------------------
1 file changed, 56 deletions(-)
diff --git a/net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild b/net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild
deleted file mode 100644
index f564e1650ba..00000000000
--- a/net-proxy/cntlm/cntlm-0.93_beta5-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit systemd toolchain-funcs user
-
-DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
-HOMEPAGE="http://cntlm.sourceforge.net/"
-SRC_URI="http://ftp.awk.cz/pub/${P//_}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${P//_}"
-
-src_prepare() {
- eapply -p0 "${FILESDIR}"/${P}-buildsystem.patch # 334647
-
- default
-}
-
-src_configure() {
- tc-export CC
-
- econf
-
- # Replace default config file path in Makefile
- sed -i -e 's~SYSCONFDIR=/usr/local/etc~SYSCONFDIR=/etc~' \
- "${S}"/Makefile || die "sed failed"
-}
-
-src_compile() {
- emake V=1
-}
-
-src_install() {
- dobin cntlm
- dodoc COPYRIGHT README VERSION doc/cntlm.conf
- doman doc/cntlm.1
- newinitd "${FILESDIR}"/cntlm.initd cntlm
- newconfd "${FILESDIR}"/cntlm.confd cntlm
- systemd_dounit "${FILESDIR}"/cntlm.service
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-17 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 19:17 [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2021-04-17 19:20 Conrad Kostecki
2021-04-17 19:20 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox