diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-26 01:58:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-26 01:58:00 +0300 |
commit | 6ba685b8d0b8f2578d032f6780cb81e0083458ff (patch) | |
tree | 70b16977ee4fea2a4e5d0f8b7041c7e602615bbf /net-misc/openvpn-auth-ldap | |
parent | x11-misc/winswitch: remove last rited package (diff) | |
download | gentoo-6ba685b8d0b8f2578d032f6780cb81e0083458ff.tar.gz gentoo-6ba685b8d0b8f2578d032f6780cb81e0083458ff.tar.bz2 gentoo-6ba685b8d0b8f2578d032f6780cb81e0083458ff.zip |
net-misc/openvpn-auth-ldap: retire last rited package
Closes: https://bugs.gentoo.org/561366
Closes: https://bugs.gentoo.org/579600
Closes: https://bugs.gentoo.org/618936
Diffstat (limited to 'net-misc/openvpn-auth-ldap')
5 files changed, 0 insertions, 142 deletions
diff --git a/net-misc/openvpn-auth-ldap/Manifest b/net-misc/openvpn-auth-ldap/Manifest deleted file mode 100644 index db5522c7289a..000000000000 --- a/net-misc/openvpn-auth-ldap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openvpn-auth-ldap-2.0.4_pre20131110.tar.bz2 170168 BLAKE2B e29c446da147131af5c8571d294a916477823da6920a977e06ba42606abdc585adfe197042c06bf09021caed338f6818f2ae695bce5f414c82e0bf2b3c1d3473 SHA512 116422d9f1bee8f04f848438d4486acef262bc7a34e17c23a6b341b866c2361875092e40c1ac0e29458bca3a098cf6f00b94372d809e657819555badc7acab6c diff --git a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch b/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch deleted file mode 100644 index dbebe69ea41a..000000000000 --- a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch +++ /dev/null @@ -1,47 +0,0 @@ - Mk/autoconf.mk.in | 4 ++-- - src/Makefile.in | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/Mk/autoconf.mk.in b/Mk/autoconf.mk.in -index fdbbbfc..db04c70 100644 ---- a/Mk/autoconf.mk.in -+++ b/Mk/autoconf.mk.in -@@ -13,7 +13,7 @@ OBJC_PTHREAD_LIBS = @OBJC_PTHREAD_LIBS@ - OBJC_PTHREAD_CFLAGS = @OBJC_PTHREAD_CFLAGS@ - - PLUGIN_LD = @PLUGIN_LD@ --PLUGIN_LD_FLAGS = @PLUGIN_LD_FLAGS@ -+PLUGIN_LD_FLAGS = @PLUGIN_LD_FLAGS@ $(LDFLAGS) - PLUGIN_CFLAGS = @PLUGIN_CFLAGS@ - PLUGIN_SUFFIX = @PLUGIN_SUFFIX@ - PLUGIN_FILE = @PLUGIN_FILE@ -@@ -33,7 +33,7 @@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ - - OPENVPN_CFLAGS = @OPENVPN_CFLAGS@ - --LDFLAGS = @LDFLAGS@ -+LDFLAGS += @LDFLAGS@ - - AR = @AR@ - RANLIB = @RANLIB@ -diff --git a/src/Makefile.in b/src/Makefile.in -index b0eac7b..47c467b 100755 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -42,14 +42,14 @@ GEN_SRCS= TRConfigParser.m \ - - TEST_OBJS= testplugin.o - --CFLAGS+= $(LDAP_CFLAGS) $(OPENVPN_CFLAGS) -+CFLAGS+= $(LDAP_CFLAGS) $(OPENVPN_CFLAGS) -fPIC - OBJCFLAGS+= $(LDAP_CFLAGS) $(OPENVPN_CFLAGS) - LIBS+= -L. -lauth-ldap \ - $(LDAP_LIBS) \ - $(OBJC_LIBS) \ - $(FLEX_LIBS) - --INSTALL_LIB= $(INSTALL) -m 755 -+INSTALL_LIB= $(INSTALL) -m 755 -D - PLUGIN_INSTALL_DIR= $(DESTDIR)$(libdir) - - all:: $(PLUGIN_FILE) $(AUTH_LIB) testplugin diff --git a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch b/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch deleted file mode 100644 index 0ddcb98167f4..000000000000 --- a/net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/auth-ldap-2.0.4_pre20131110/aclocal.m4 b/auth-ldap-2.0.4_pre20131110/aclocal.m4 -index e509555..3b73520 100644 ---- a/auth-ldap-2.0.4_pre20131110/aclocal.m4 -+++ b/auth-ldap-2.0.4_pre20131110/aclocal.m4 -@@ -130,7 +130,6 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ - AC_LINK_IFELSE([ - AC_LANG_PROGRAM([ - #include <objc/objc.h> -- #include <objc/objc-api.h> - ], [ - id class = objc_lookUpClass("Object"); - id obj = @<:@class alloc@:>@; -@@ -157,7 +156,6 @@ AC_DEFUN([OD_OBJC_RUNTIME],[ - AC_LINK_IFELSE([ - AC_LANG_PROGRAM([ - #include <objc/objc.h> -- #include <objc/objc-api.h> - ], [ - id class = objc_lookup_class("Object"); - id obj = @<:@class alloc@:>@; -diff --git a/auth-ldap-2.0.4_pre20131110/src/TRString.h b/auth-ldap-2.0.4_pre20131110/src/TRString.h -index 6755c63..77d139b 100644 ---- a/auth-ldap-2.0.4_pre20131110/src/TRString.h -+++ b/auth-ldap-2.0.4_pre20131110/src/TRString.h -@@ -35,7 +35,7 @@ - #endif - - #import <stdlib.h> -- -+#include <stdarg.h> - #import "TRObject.h" - - @interface TRString : TRObject { diff --git a/net-misc/openvpn-auth-ldap/metadata.xml b/net-misc/openvpn-auth-ldap/metadata.xml deleted file mode 100644 index 8fdcde904f19..000000000000 --- a/net-misc/openvpn-auth-ldap/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="google-code">openvpn-auth-ldap</remote-id> - <remote-id type="github">threerings/openvpn-auth-ldap</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild b/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild deleted file mode 100644 index 1e77248d32e5..000000000000 --- a/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools flag-o-matic - -DESCRIPTION="LDAP authentication and authorization plugin for OpenVPN 2.x" -HOMEPAGE="https://github.com/threerings/openvpn-auth-ldap" -SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="net-vpn/openvpn - net-nds/openldap" -DEPEND="dev-util/re2c - sys-devel/gcc[objc] - ${RDEPEND}" - -S="${WORKDIR}/${P}" - -src_prepare() { - sed \ - -e '/test/d' \ - -i Makefile.in || die - epatch \ - "${FILESDIR}"/${PV}-objc.patch \ - "${FILESDIR}"/${PV}-gentoo.patch - eautoreconf -} - -src_configure() { - econf \ - --with-openvpn="${EPREFIX}/usr/include" \ - --with-openldap="${EPREFIX}/usr/include" \ - --with-objc-runtime=GNU -} - -src_compile() { - emake -C tools - emake -C src TRConfigParser.h - default -} - -src_install() { - default - dodoc auth-ldap.conf -} |