From 014ef063bf87a89ac06374471babe42e8a64cb09 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 19 May 2022 12:21:51 +0200 Subject: [PATCH] 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. --- .../coreos-overlay/app-admin/adcli/Manifest | 1 - .../app-admin/adcli/adcli-0.9.0.ebuild | 1 - .../app-admin/adcli/adcli-9999.ebuild | 45 ------------------- .../app-admin/adcli/metadata.xml | 4 -- 4 files changed, 51 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest delete mode 120000 sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.9.0.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest deleted file mode 100644 index b650d0d7a4..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST adcli-0.9.0.tar.bz2 83331 SHA512 22e26be0fe836ee550b98192c03fef0d7da9add228ba6a5a8bceb08a87936d26dfd3c524758ae64ab9d699aa26c4494e278942d28b6c2d11d00c48d326715399 BLAKE2B 6df373c140a4631e1e931d6983e22dc7f967889c52d5c5e12a60f9afca0cf7954bd8a05cdcb2c69a910567e5d7382951281e3fcb0789e95e1553b0e9ec61bdcb diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.9.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.9.0.ebuild deleted file mode 120000 index 555ce8e8cb..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.9.0.ebuild +++ /dev/null @@ -1 +0,0 @@ -adcli-9999.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild deleted file mode 100644 index 041f507dba..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild +++ /dev/null @@ -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) -} diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml deleted file mode 100644 index 097975e3ad..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -