* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2021-10-25 8:00 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2021-10-25 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 0ecef0755e33d52334160fa341071807664595cb
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sat May 1 07:38:29 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 07:58:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecef075
app-crypt/adcli: new package
Tool for performing actions on an Active Directory domain.
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/adcli/Manifest | 1 +
app-crypt/adcli/adcli-0.9.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
app-crypt/adcli/metadata.xml | 15 +++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/app-crypt/adcli/Manifest b/app-crypt/adcli/Manifest
new file mode 100644
index 00000000000..f3ecd53d43f
--- /dev/null
+++ b/app-crypt/adcli/Manifest
@@ -0,0 +1 @@
+DIST adcli-0.9.1.tar.bz2 89684 BLAKE2B deaf6d3a13ad29c77a35b9f9c195dd646f384ad7c9782c15b50b26efceabae268bbb287d488ec7ed8d783d92ce7d8399f05898d30201d0d7fab7c0369c22fce1 SHA512 7e41fb51bfcb8837f9e5f6fd1fceacece0762c237dbc0f58dd581e2be8841d7a613d57507aea4534a66a2bd10ef4d01c4e04885437038c71238739db6e357d6e
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 00000000000..8dd6b2412c4
--- /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 00000000000..df4e5bb780f
--- /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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2022-03-23 0:14 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-23 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 0c2ffc761654a7f76fea7ea4970dae2cf0c126d5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:00:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:00:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2ffc76
app-crypt/adcli: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/adcli/{adcli-0.9.1-r1.ebuild => adcli-0.9.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/adcli/adcli-0.9.1-r1.ebuild b/app-crypt/adcli/adcli-0.9.1-r2.ebuild
similarity index 96%
rename from app-crypt/adcli/adcli-0.9.1-r1.ebuild
rename to app-crypt/adcli/adcli-0.9.1-r2.ebuild
index f353d5f60544..4e27d477b698 100644
--- a/app-crypt/adcli/adcli-0.9.1-r1.ebuild
+++ b/app-crypt/adcli/adcli-0.9.1-r2.ebuild
@@ -16,7 +16,7 @@ IUSE="doc"
DEPEND="
app-crypt/mit-krb5
- net-nds/openldap[sasl]"
+ net-nds/openldap:=[sasl]"
RDEPEND="${DEPEND}"
BDEPEND="
doc? (
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2022-06-22 7:05 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2022-06-22 7:05 UTC (permalink / raw
To: gentoo-commits
commit: aa588673333cacf1a7c6cbf591128d6957c3cf60
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 06:46:21 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:05:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa588673
app-crypt/adcli: Remove invalid remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/adcli/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-crypt/adcli/metadata.xml b/app-crypt/adcli/metadata.xml
index aa63ecdac240..9d60dd89cfd7 100644
--- a/app-crypt/adcli/metadata.xml
+++ b/app-crypt/adcli/metadata.xml
@@ -9,7 +9,4 @@
<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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2022-11-09 9:09 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2022-11-09 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 92a7750f829b5ceff0d806ee1329f37c1bff16de
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Fri Sep 30 12:10:47 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 09:09:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a7750f
app-crypt/adcli: bump version to 0.9.2
Closes: https://bugs.gentoo.org/880087
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/27536
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/adcli/Manifest | 1 +
app-crypt/adcli/adcli-0.9.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-crypt/adcli/Manifest b/app-crypt/adcli/Manifest
index f3ecd53d43f9..79c8bda78f38 100644
--- a/app-crypt/adcli/Manifest
+++ b/app-crypt/adcli/Manifest
@@ -1 +1,2 @@
DIST adcli-0.9.1.tar.bz2 89684 BLAKE2B deaf6d3a13ad29c77a35b9f9c195dd646f384ad7c9782c15b50b26efceabae268bbb287d488ec7ed8d783d92ce7d8399f05898d30201d0d7fab7c0369c22fce1 SHA512 7e41fb51bfcb8837f9e5f6fd1fceacece0762c237dbc0f58dd581e2be8841d7a613d57507aea4534a66a2bd10ef4d01c4e04885437038c71238739db6e357d6e
+DIST adcli-0.9.2.tar.bz2 93680 BLAKE2B b5958b276ee43a0ee54aa922f27ed266d4e9fbd1c86e0c007dac9fcf9cc022e1b3ba043b782fceb00066be2577390773dc99fb8d476a6b5e6523d44d008fb667 SHA512 ae8414a0af389b6845dd92d41446a80a9dc1734b874175323c0e491d99944eab442b95ae6d3a29fc69638d2e73bf8d2c369f6fa50e9ed3968527444b78606286
diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild b/app-crypt/adcli/adcli-0.9.2.ebuild
new file mode 100644
index 000000000000..3c224b561e82
--- /dev/null
+++ b/app-crypt/adcli/adcli-0.9.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2022 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)
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2022-12-24 2:59 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-12-24 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 8c808775e00fdd8b614164009de5357502ead697
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 02:57:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 02:59:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c808775
app-crypt/adcli: add freedesktop-gitlab upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/adcli/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-crypt/adcli/metadata.xml b/app-crypt/adcli/metadata.xml
index 9d60dd89cfd7..99303bacc412 100644
--- a/app-crypt/adcli/metadata.xml
+++ b/app-crypt/adcli/metadata.xml
@@ -9,4 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <upstream>
+ <remote-id type="freedesktop-gitlab">realmd/adcli</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2023-05-17 3:42 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-05-17 3:42 UTC (permalink / raw
To: gentoo-commits
commit: af93f20e1a7b96523968f5709637a8ec98269728
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 03:42:31 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 03:42:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af93f20e
app-crypt/adcli: Keyword 0.9.2 arm64, #906553
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/adcli/adcli-0.9.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild b/app-crypt/adcli/adcli-0.9.2.ebuild
index 3c224b561e82..37fb304f40a8 100644
--- a/app-crypt/adcli/adcli-0.9.2.ebuild
+++ b/app-crypt/adcli/adcli-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2024-08-05 7:36 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-08-05 7:36 UTC (permalink / raw
To: gentoo-commits
commit: 638c707b59247e26dc4d556c082b0b28f41063b8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 07:36:18 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 07:36:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638c707b
app-crypt/adcli: Stabilize 0.9.2 amd64, #937113
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/adcli/adcli-0.9.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild b/app-crypt/adcli/adcli-0.9.2.ebuild
index 37fb304f40a8..d4fcead6bfc5 100644
--- a/app-crypt/adcli/adcli-0.9.2.ebuild
+++ b/app-crypt/adcli/adcli-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="doc"
DEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/
@ 2024-08-06 16:18 James Le Cuirot
0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2024-08-06 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 2d6b5bfef068d61857adf806e082ff9966d2df3d
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 16:08:08 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 16:18:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6b5bfe
app-crypt/adcli: Fix cross-compiling by pointing to krb5-config location
You can set the flags directly, but krb5-config takes precedence, so use that.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-crypt/adcli/adcli-0.9.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild b/app-crypt/adcli/adcli-0.9.2.ebuild
index d4fcead6bfc5..ba038ec845b4 100644
--- a/app-crypt/adcli/adcli-0.9.2.ebuild
+++ b/app-crypt/adcli/adcli-0.9.2.ebuild
@@ -31,5 +31,7 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable doc)
+ econf \
+ $(use_enable doc) \
+ KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-06 16:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 16:18 [gentoo-commits] repo/gentoo:master commit in: app-crypt/adcli/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 7:36 Joonas Niilola
2023-05-17 3:42 Sam James
2022-12-24 2:59 Sam James
2022-11-09 9:09 Joonas Niilola
2022-06-22 7:05 Michał Górny
2022-03-23 0:14 Sam James
2021-10-25 8:00 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox