summaryrefslogtreecommitdiff
path: root/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild')
-rw-r--r--net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild b/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
deleted file mode 100644
index 48439709cce8..000000000000
--- a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib
-
-DESCRIPTION="Fork of the official but unmaintained LDAP backend"
-HOMEPAGE="https://repo.or.cz/w/pdns-ldap-backend.git http://sequanux.org/cgi-bin/mailman/listinfo/pdns-ldap-backend"
-SRC_URI="http://sequanux.org/dl/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="sasl"
-
-DEPEND=">=net-dns/pdns-3.2[-ldap]
- net-nds/openldap[sasl=]
- virtual/krb5"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-static \
- --with-pdns="${EPREFIX}/usr/include" \
- --libdir=/usr/$(get_libdir)/powerdns
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog NEWS README USAGE* src/dns.ldif"
- default
- prune_libtool_files --all
- insinto /etc/openldap/schema
- doins schema/*
-}