summaryrefslogtreecommitdiff
path: root/net-misc/openvpn-auth-ldap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
commite3872864be25f7421015bef2732fa57c0c9fb726 (patch)
tree9cb29a544215119b5c5538e37211b994ce1c87ae /net-misc/openvpn-auth-ldap
parent480486b52ea64765faf696c88b2c6a26a5a454d4 (diff)
gentoo resync : 04.08.2018
Diffstat (limited to 'net-misc/openvpn-auth-ldap')
-rw-r--r--net-misc/openvpn-auth-ldap/Manifest5
-rw-r--r--net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-gentoo.patch47
-rw-r--r--net-misc/openvpn-auth-ldap/files/2.0.4_pre20131110-objc.patch33
-rw-r--r--net-misc/openvpn-auth-ldap/metadata.xml9
-rw-r--r--net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild52
5 files changed, 0 insertions, 146 deletions
diff --git a/net-misc/openvpn-auth-ldap/Manifest b/net-misc/openvpn-auth-ldap/Manifest
deleted file mode 100644
index db42c1712179..000000000000
--- a/net-misc/openvpn-auth-ldap/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX 2.0.4_pre20131110-gentoo.patch 1331 BLAKE2B 9182ab910fbbc2c453db601d3e09198a528a7dfe3117167165c8018d908448e6c0f4fdbc07f9c592274227150e1cfdf0f027c4b7a3d03a0e2479db6c1695fbad SHA512 6c99d64749bd2488aa4fe40cfdc0b1eb0e4344f1e0b69db1c27d6e7406331a0f7d5eee8c26396ece6c916a502ec004bf3ddd0c96528b61cce414ab3b3062e868
-AUX 2.0.4_pre20131110-objc.patch 1086 BLAKE2B bc31e2ecfff617c2a8baca79cf0325d7840d64b1696845cb6fdc400750cdc7084becad1c6b71c83a9230e92aa6eef11607295a747bbd5fe61a4f9ae42e8121a6 SHA512 326fd86ca5361d0603f2b3c01be1a3ac184d2bfbde8dc08aedb006d04efecf68444bcec31af106d108c3b6ae6737b4e335216a736deff495829e3a16138a979d
-DIST openvpn-auth-ldap-2.0.4_pre20131110.tar.bz2 170168 BLAKE2B e29c446da147131af5c8571d294a916477823da6920a977e06ba42606abdc585adfe197042c06bf09021caed338f6818f2ae695bce5f414c82e0bf2b3c1d3473 SHA512 116422d9f1bee8f04f848438d4486acef262bc7a34e17c23a6b341b866c2361875092e40c1ac0e29458bca3a098cf6f00b94372d809e657819555badc7acab6c
-EBUILD openvpn-auth-ldap-2.0.4_pre20131110.ebuild 978 BLAKE2B edab728d02fd13445d1a0c1fb11577a74e9928465f44dd05448fc908e771ac5a4b0fe1bc6409e3ea2108ebe37e595eb9fa25dba858f77394981d854de5426d71 SHA512 55fc8bc8a10cdc48056f2bf475e554e4dc9ca6cd2f06482dd21f719659f3c1d51aee55b43347f120923045fc77bae27d12aa770bd333a57fddb8df857654cc3f
-MISC metadata.xml 322 BLAKE2B cd42c9e43e56af1a63c070c544185572bd91c556af28933b91dd9d37817ffd25dfee262079157ee9333ec5abf797c071da267394b914e40c1e92067d4b0a415e SHA512 0703249b38ad858c0432c7a49ef9db5052a2ae53990b9762b4fc904f74148dc2478c596677c51d2639445a3aebb20f6fdd335b768c4e29e5006e92da6af084fe
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
-}