app-admin/adcli: move adcli to portage-stable

To fix build issues that happen in adcli 0.9 with glibc 2.34, we should
sync adcli with upstream Gentoo, where the build issue is already fixed.
As Gentoo has the ebuild under the category `app-crypt`, we simply move
from adcli from coreos-overlay to portage-stable, move adcli to the
app-crypt category, and update the version to 0.9.1-r2.
This commit is contained in:
Dongsu Park 2022-05-19 12:21:51 +02:00
parent 994ae65e71
commit 014ef063bf
4 changed files with 0 additions and 51 deletions

View File

@ -1 +0,0 @@
DIST adcli-0.9.0.tar.bz2 83331 SHA512 22e26be0fe836ee550b98192c03fef0d7da9add228ba6a5a8bceb08a87936d26dfd3c524758ae64ab9d699aa26c4494e278942d28b6c2d11d00c48d326715399 BLAKE2B 6df373c140a4631e1e931d6983e22dc7f967889c52d5c5e12a60f9afca0cf7954bd8a05cdcb2c69a910567e5d7382951281e3fcb0789e95e1553b0e9ec61bdcb

View File

@ -1 +0,0 @@
adcli-9999.ebuild

View File

@ -1,45 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/realmd/adcli.git"
KEYWORDS="~amd64 ~arm64"
inherit git-r3
else
SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="amd64 arm64"
fi
inherit autotools
DESCRIPTION="A helper library and tools for Active Directory client operations"
HOMEPAGE="https://www.freedesktop.org/software/realmd/adcli/"
LICENSE="LGPL-2.1+"
SLOT="0"
IUSE="debug doc"
RDEPEND="
app-crypt/mit-krb5
dev-libs/cyrus-sasl
net-nds/openldap
"
DEPEND="${RDEPEND}
doc? (
app-text/docbook-xml-dtd:4.3
dev-libs/libxslt
)
"
src_prepare() {
eapply_user
eautoreconf
}
src_configure() {
econf \
$(use_enable debug) \
$(use_enable doc)
}

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>