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 new file mode 100644 index 0000000000..da573d2524 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/Manifest @@ -0,0 +1 @@ +DIST adcli-0.8.2.tar.gz 467168 SHA256 72f6db406e35d96de2bdc413a5ed69f28a4a735c08670c6556713c3f83921aa4 SHA512 a46e3f4b3c5434557a75cfe1c44c8bc7e9e7c7e240fa3a903e0095ef58505c2bcc66e80aa7b9a6bcf3284aed1d9af4068037c57cd5bd9f68a0bde34f429c44e9 WHIRLPOOL d7c8f8b028169dd29f5001762197ef9fd27e66df2711f2a7cd5ae9eed6d6c14c58778e968383b183eb62b0774a183c6031bb7b67f60fb9e4bd3bf3c029c4e6e1 diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.8.2.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.8.2.ebuild new file mode 120000 index 0000000000..555ce8e8cb --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-0.8.2.ebuild @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000000..54f6d1909a --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/adcli-9999.ebuild @@ -0,0 +1,45 @@ +# 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://anongit.freedesktop.org/git/realmd/adcli.git" + KEYWORDS="~amd64 ~arm64" + inherit git-r3 +else + SRC_URI="https://www.freedesktop.org/software/realmd/releases/${P}.tar.gz" + 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 new file mode 100644 index 0000000000..097975e3ad --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/adcli/metadata.xml @@ -0,0 +1,4 @@ + + + +