diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-10-26 00:10:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-10-26 00:10:07 +0100 |
commit | 95461df035e3867364495f065e5e805bf629b2d7 (patch) | |
tree | 867dce371a84a696e91be255d89f282975aa0480 /app-crypt/adcli | |
parent | 46eedbedafdb0040c37884982d4c775ce277fb7b (diff) |
gentoo resync : 25.10.2021
Diffstat (limited to 'app-crypt/adcli')
-rw-r--r-- | app-crypt/adcli/Manifest | 3 | ||||
-rw-r--r-- | app-crypt/adcli/adcli-0.9.1.ebuild | 35 | ||||
-rw-r--r-- | app-crypt/adcli/metadata.xml | 15 |
3 files changed, 53 insertions, 0 deletions
diff --git a/app-crypt/adcli/Manifest b/app-crypt/adcli/Manifest new file mode 100644 index 000000000000..c490d408bf71 --- /dev/null +++ b/app-crypt/adcli/Manifest @@ -0,0 +1,3 @@ +DIST adcli-0.9.1.tar.bz2 89684 BLAKE2B deaf6d3a13ad29c77a35b9f9c195dd646f384ad7c9782c15b50b26efceabae268bbb287d488ec7ed8d783d92ce7d8399f05898d30201d0d7fab7c0369c22fce1 SHA512 7e41fb51bfcb8837f9e5f6fd1fceacece0762c237dbc0f58dd581e2be8841d7a613d57507aea4534a66a2bd10ef4d01c4e04885437038c71238739db6e357d6e +EBUILD adcli-0.9.1.ebuild 668 BLAKE2B 9ea2e8aed7bd339672614a534ef563226493cba5eccfdc117883b6a1b688f615697ebabec8ce334ce7979e66810af8066afd049ad5e22aefc6edaaf61cdbc5c6 SHA512 b9e66edff78dc8366e0611431fcd6d3aa799f76eba7d2d99779291bd12ae6c95fb6197fdbf0f7a1f8ed320ef7dd6dea4a388a3b43113000121b62e206c680102 +MISC metadata.xml 519 BLAKE2B 045c1fcd7d3031c5893a88222989fd92b37f7e9eb856028f3f7428c35f81408ceeabdae819db734aaf2daa14ffbae237b97f0ab191987a09fc2ad716214dfaf6 SHA512 19bf6d0b329a4a8baa010b709be949abd6c417b39d0ef9a6342895125a6b7621f50f4f0a40c6cf51eaa41557e887be555e44ff9fc1e9ec6adc95779c63fb5fdf diff --git a/app-crypt/adcli/adcli-0.9.1.ebuild b/app-crypt/adcli/adcli-0.9.1.ebuild new file mode 100644 index 000000000000..8dd6b2412c4e --- /dev/null +++ b/app-crypt/adcli/adcli-0.9.1.ebuild @@ -0,0 +1,35 @@ +# 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 + )" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf $(use_enable doc) +} diff --git a/app-crypt/adcli/metadata.xml b/app-crypt/adcli/metadata.xml new file mode 100644 index 000000000000..df4e5bb780fc --- /dev/null +++ b/app-crypt/adcli/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>henning@hennsch.de</email> + <name>Henning Schild</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="gitlab">https://gitlab.freedesktop.org/realmd/adcli</remote-id> + </upstream> +</pkgmetadata> |