summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/adcli/adcli-0.9.1-r1.ebuild')
-rw-r--r--app-crypt/adcli/adcli-0.9.1-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-crypt/adcli/adcli-0.9.1-r1.ebuild b/app-crypt/adcli/adcli-0.9.1-r1.ebuild
deleted file mode 100644
index 5224249d5001..000000000000
--- a/app-crypt/adcli/adcli-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Tool for performing actions on an Active Directory domain"
-HOMEPAGE="https://www.freedesktop.org/software/realmd/adcli/adcli.html"
-SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="
- app-crypt/mit-krb5
- net-nds/openldap[sasl]"
-RDEPEND="${DEPEND}"
-BDEPEND="
- doc? (
- app-text/docbook-xml-dtd:4.3
- app-text/xmlto
- dev-libs/libxslt
- )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-glibc-2.34-resolv.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable doc)
-}