summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-20 10:02:12 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-20 10:02:12 +0000
commit2d842984eae00feed7e625075fcff70b675de50d (patch)
treeb104eebb1e91606e8c3e937fd6c43d81b0a0ae14 /net-proxy/cntlm
parentCleanup due to #213900 (diff)
downloadgentoo-2-2d842984eae00feed7e625075fcff70b675de50d.tar.gz
gentoo-2-2d842984eae00feed7e625075fcff70b675de50d.tar.bz2
gentoo-2-2d842984eae00feed7e625075fcff70b675de50d.zip
Cleanup due to #213900
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-proxy/cntlm')
-rw-r--r--net-proxy/cntlm/ChangeLog9
-rw-r--r--net-proxy/cntlm/cntlm-0.35.1-r1.ebuild47
-rw-r--r--net-proxy/cntlm/cntlm-0.35.1-r2.ebuild47
-rw-r--r--net-proxy/cntlm/cntlm-0.92.3.ebuild53
-rw-r--r--net-proxy/cntlm/cntlm-0.93_beta5.ebuild55
-rw-r--r--net-proxy/cntlm/files/cntlm-0.92.3-buildsystem.patch140
-rw-r--r--net-proxy/cntlm/metadata.xml4
7 files changed, 8 insertions, 347 deletions
diff --git a/net-proxy/cntlm/ChangeLog b/net-proxy/cntlm/ChangeLog
index 2eb98eded2b2..e87eb3fae1d6 100644
--- a/net-proxy/cntlm/ChangeLog
+++ b/net-proxy/cntlm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-proxy/cntlm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/ChangeLog,v 1.6 2014/07/01 19:21:44 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/ChangeLog,v 1.7 2015/01/20 10:02:12 pacho Exp $
+
+ 20 Jan 2015; Pacho Ramos <pacho@gentoo.org> -cntlm-0.35.1-r1.ebuild,
+ -cntlm-0.35.1-r2.ebuild, -cntlm-0.92.3.ebuild, -cntlm-0.93_beta5.ebuild,
+ -files/cntlm-0.92.3-buildsystem.patch, metadata.xml:
+ Cleanup due to #213900
*cntlm-0.93_beta5-r1 (01 Jul 2014)
diff --git a/net-proxy/cntlm/cntlm-0.35.1-r1.ebuild b/net-proxy/cntlm/cntlm-0.35.1-r1.ebuild
deleted file mode 100644
index 55ecd6f19104..000000000000
--- a/net-proxy/cntlm/cntlm-0.35.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/cntlm-0.35.1-r1.ebuild,v 1.2 2014/01/08 06:23:51 vapier Exp $
-
-EAPI=2
-
-inherit eutils user
-
-DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
-HOMEPAGE="http://cntlm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cntlm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf || die "econf failed"
-
- # 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 || die "emake failed"
-}
-
-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
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
diff --git a/net-proxy/cntlm/cntlm-0.35.1-r2.ebuild b/net-proxy/cntlm/cntlm-0.35.1-r2.ebuild
deleted file mode 100644
index 61c254b5601f..000000000000
--- a/net-proxy/cntlm/cntlm-0.35.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/cntlm-0.35.1-r2.ebuild,v 1.2 2014/01/08 06:23:51 vapier Exp $
-
-EAPI=2
-
-inherit eutils user
-
-DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
-HOMEPAGE="http://cntlm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cntlm/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
- econf || die "econf failed"
-
- # 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 || die "emake failed"
-}
-
-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
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
diff --git a/net-proxy/cntlm/cntlm-0.92.3.ebuild b/net-proxy/cntlm/cntlm-0.92.3.ebuild
deleted file mode 100644
index 228d9bd5c508..000000000000
--- a/net-proxy/cntlm/cntlm-0.92.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/cntlm-0.92.3.ebuild,v 1.2 2014/01/08 06:23:51 vapier Exp $
-
-EAPI=2
-
-inherit eutils toolchain-funcs user
-
-DESCRIPTION="Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy"
-HOMEPAGE="http://cntlm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cntlm/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-buildsystem.patch # 334647
-}
-
-src_configure() {
- tc-export CC
-
- econf || die "econf failed"
-
- # 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 || die "emake failed"
-}
-
-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
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
diff --git a/net-proxy/cntlm/cntlm-0.93_beta5.ebuild b/net-proxy/cntlm/cntlm-0.93_beta5.ebuild
deleted file mode 100644
index a58dff473069..000000000000
--- a/net-proxy/cntlm/cntlm-0.93_beta5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/cntlm/cntlm-0.93_beta5.ebuild,v 1.2 2014/01/08 06:23:51 vapier Exp $
-
-EAPI=2
-
-inherit eutils 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 || die "econf failed"
-
- # 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 || die "emake failed"
-}
-
-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
- insinto /etc
- insopts -m0600
- doins doc/cntlm.conf
-}
-
-pkg_postinst() {
- enewgroup cntlm
- enewuser cntlm -1 -1 -1 cntlm
-}
diff --git a/net-proxy/cntlm/files/cntlm-0.92.3-buildsystem.patch b/net-proxy/cntlm/files/cntlm-0.92.3-buildsystem.patch
deleted file mode 100644
index 608ddfecf464..000000000000
--- a/net-proxy/cntlm/files/cntlm-0.92.3-buildsystem.patch
+++ /dev/null
@@ -1,140 +0,0 @@
-Gentoo Bug#334647:
-Respect CC, CFLAGS, LDFLAGS (with gcc).
-Support verbose building via 'make V=1'.
---- configure.orig 2012-10-02 14:01:48.735669564 +0200
-+++ configure 2012-10-02 14:23:01.224271511 +0200
-@@ -10,7 +10,7 @@
- # This can be disabled if neccessary.
- #
-
--CCS="xlc_r gcc"
-+CCS=${CC-"xlc_r gcc"}
-
- #
- # Look for supported compilers
-@@ -31,15 +31,21 @@
- else
- echo "Using $CCPATH to compile Cntlm"
- [ -h Makefile ] && rm -f Makefile 2>/dev/null
-- case "$CC" in
-- gcc)
-+ if $CC -v >/dev/null 2>&1; then
- # default Makefile is for GCC; just revert back to
- # GCC if Makefile is linked to other compiler version
- if [ ! -f Makefile ]; then
- mv Makefile.gcc Makefile
- fi
-- ;;
-- *)
-+ : ${CFLAGS=-O3}
-+ : ${LDFLAGS=}
-+ CFLAGS="$CFLAGS -std=c99 -Wall -Wno-unused-but-set-variable -pedantic -pthread"
-+ LDFLAGS="$LDFLAGS -pthread"
-+ sed -e "s~^CFLAGS=~CFLAGS=$CFLAGS ~" \
-+ -e "s~^LDFLAGS=.*~LDFLAGS=$LDFLAGS~" \
-+ -e "s~^CC=.*~CC=$CC~" \
-+ -i Makefile
-+ else
- # backup default GCC Makefile and create a link to other
- if [ -f Makefile ]; then
- mv Makefile Makefile.gcc
-@@ -47,8 +53,7 @@
-
- EXT=`echo "$CC" | sed 's/_.*//'`
- ln -s Makefile.$EXT Makefile
-- ;;
-- esac
-+ fi
- fi
-
- STAMP=configure-stamp
-@@ -62,7 +67,7 @@
- for i in $TESTS; do
- printf "Checking $i... "
- printf "#define config_$i " >> $CONFIG
-- OUT=`$CC -D_POSIX_C_SOURCE=199506L -D_ISOC99_SOURCE -D_REENTRANT -o config/$i config/$i.c 2>&1`
-+ OUT=`$CC $CFLAGS $LDFLAGS -D_POSIX_C_SOURCE=199506L -D_ISOC99_SOURCE -D_REENTRANT -o config/$i config/$i.c 2>&1`
- rc=$?
-
- if [ $rc -ne 0 ]; then # -o -n "$OUT" ]; then
---- Makefile.orig 2012-10-02 15:05:58.924914577 +0200
-+++ Makefile 2012-10-02 15:10:09.644014197 +0200
-@@ -15,10 +15,10 @@
- NAME=cntlm
- CC=gcc
- VER=`cat VERSION`
--CFLAGS+=$(FLAGS) -std=c99 -Wall -Wno-unused-but-set-variable -pedantic -O3 -D__BSD_VISIBLE -D_ALL_SOURCE -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT -D_BSD_SOURCE -DVERSION=\"`cat VERSION`\"
-+CFLAGS=-D__BSD_VISIBLE -D_ALL_SOURCE -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112 -D_ISOC99_SOURCE -D_REENTRANT -D_BSD_SOURCE -DVERSION=\"`cat VERSION`\"
- OS=$(shell uname -s)
--OSLDFLAGS=$(shell [ $(OS) = "SunOS" ] && echo "-lrt -lsocket -lnsl")
--LDFLAGS:=-lpthread $(OSLDFLAGS)
-+LIBS=$(shell [ $(OS) = "SunOS" ] && echo "-lrt -lsocket -lnsl")
-+LDFLAGS=
-
- ifeq ($(findstring CYGWIN,$(OS)),)
- OBJS=utils.o ntlm.o xcrypt.o config.o socket.o acl.o auth.o http.o forward.o direct.o scanner.o pages.o main.o
-@@ -26,21 +26,28 @@
- OBJS=utils.o ntlm.o xcrypt.o config.o socket.o acl.o auth.o http.o forward.o direct.o scanner.o pages.o main.o win/resources.o
- endif
-
-+VE_=@echo
-+VE_1=@:
-+VE=$(VE_$(V))
-+VV_=@
-+VV_1=
-+VV=$(VV_$(V))
-+
- $(NAME): configure-stamp $(OBJS)
-- @echo "Linking $@"
-- @$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
-+ $(VE) "Linking $@"
-+ $(VV) $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)
-
- main.o: main.c
-- @echo "Compiling $<"
-- @if [ -z "$(SYSCONFDIR)" ]; then \
-+ $(VE) "Compiling $<"
-+ $(VV) if [ -z "$(SYSCONFDIR)" ]; then \
- $(CC) $(CFLAGS) -c main.c -o $@; \
- else \
- $(CC) $(CFLAGS) -DSYSCONFDIR=\"$(SYSCONFDIR)\" -c main.c -o $@; \
- fi
-
- .c.o:
-- @echo "Compiling $<"
-- @$(CC) $(CFLAGS) -c -o $@ $<
-+ $(VE) "Compiling $<"
-+ $(VV) $(CC) $(CFLAGS) -c -o $@ $<
-
- install: $(NAME)
- # Special handling for install(1)
-@@ -123,17 +130,17 @@
- @echo
-
- win/resources.o: win/resources.rc
-- @echo Adding EXE resources
-- @windres $^ -o $@
-+ $(VE) Adding EXE resources
-+ $(VV) windres $^ -o $@
-
- uninstall:
- rm -f $(BINDIR)/$(NAME) $(MANDIR)/man1/$(NAME).1 2>/dev/null || true
-
- clean:
-- @rm -f *.o cntlm cntlm.exe configure-stamp build-stamp config/config.h 2>/dev/null
-- @rm -f win/*.exe win/*.dll win/*.iss win/*.pdf win/cntlm.ini win/license.txt win/resouces.o 2>/dev/null
-- @rm -f config/endian config/gethostname config/strdup config/socklen_t config/*.exe
-- @if [ -h Makefile ]; then rm -f Makefile; mv Makefile.gcc Makefile; fi
-+ $(VV) rm -f *.o cntlm cntlm.exe configure-stamp build-stamp config/config.h 2>/dev/null
-+ $(VV) rm -f win/*.exe win/*.dll win/*.iss win/*.pdf win/cntlm.ini win/license.txt win/resouces.o 2>/dev/null
-+ $(VV) rm -f config/endian config/gethostname config/strdup config/socklen_t config/*.exe
-+ $(VV) if [ -h Makefile ]; then rm -f Makefile; mv Makefile.gcc Makefile; fi
-
- distclean: clean
- if [ `id -u` = 0 ]; then \
-@@ -143,4 +150,4 @@
- fakeroot debian/rules clean; \
- fakeroot rpm/rules clean; \
- fi
-- @rm -f *.exe *.deb *.rpm *.tgz *.tar.gz *.tar.bz2 tags ctags pid 2>/dev/null
-+ $(VV) rm -f *.exe *.deb *.rpm *.tgz *.tar.gz *.tar.bz2 tags ctags pid 2>/dev/null
diff --git a/net-proxy/cntlm/metadata.xml b/net-proxy/cntlm/metadata.xml
index 5fe7ea669c66..ff08a45e3a0f 100644
--- a/net-proxy/cntlm/metadata.xml
+++ b/net-proxy/cntlm/metadata.xml
@@ -2,9 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>mduft@gentoo.org</email>
- <name>Markus Duft</name>
- <description>Feel free to take if you want it</description>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
NTLM authorizing proxy. Upstream seems dead, but this is still a good