public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/
Date: Mon, 18 Jul 2022 18:45:17 +0000 (UTC)	[thread overview]
Message-ID: <1658169863.d48fd2cd2c455abce55ff43c684136e3b0d8a1de.sam@gentoo> (raw)

commit:     d48fd2cd2c455abce55ff43c684136e3b0d8a1de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 18:44:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 18:44:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48fd2cd

net-libs/libgssglue: add README; RDEPEND on virtual/krb5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...gssglue-0.5.ebuild => libgssglue-0.5-r1.ebuild} | 24 ++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/net-libs/libgssglue/libgssglue-0.5.ebuild b/net-libs/libgssglue/libgssglue-0.5-r1.ebuild
similarity index 63%
rename from net-libs/libgssglue/libgssglue-0.5.ebuild
rename to net-libs/libgssglue/libgssglue-0.5-r1.ebuild
index 83b13a4f094e..11a29340a820 100644
--- a/net-libs/libgssglue/libgssglue-0.5.ebuild
+++ b/net-libs/libgssglue/libgssglue-0.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools
+inherit autotools readme.gentoo-r1
 
 DESCRIPTION="Exports a gssapi interface which calls other random gssapi libraries"
 HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux https://gitlab.com/gsasl/libgssglue"
@@ -14,11 +14,25 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
+RDEPEND="virtual/krb5"
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.3-protos.patch
 	"${FILESDIR}"/${PN}-0.4-implicit-declarations.patch
 )
 
+DOC_CONTENTS="
+This package allows choosing a Kerberos or GSSAPI implementation
+at runtime.
+
+See
+https://blog.josefsson.org/2022/07/14/towards-pluggable-gss-api-modules/
+for more details.
+
+A system-wide implementation can be chosen by editing ${EROOT}/etc/gssapi_mech.conf,
+or it can be set per-process via the GSSAPI_MECH_CONF environment variable.
+"
+
 src_prepare() {
 	default
 
@@ -31,8 +45,14 @@ src_prepare() {
 src_install() {
 	default
 
-	find "${ED}" -name '*.la' -delete || die
+	readme.gentoo_create_doc
 
 	insinto /etc
 	doins doc/gssapi_mech.conf
+
+	find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
 }


             reply	other threads:[~2022-07-18 18:45 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 18:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 15:26 [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/ Petr Vaněk
2024-10-31 13:51 Sam James
2024-10-27  6:50 Arthur Zamarin
2024-10-25 11:31 Arthur Zamarin
2024-10-25 11:26 Arthur Zamarin
2024-10-25 10:53 Arthur Zamarin
2024-10-25 10:09 Arthur Zamarin
2024-10-25 10:09 Arthur Zamarin
2024-09-15  9:51 Petr Vaněk
2024-09-12  6:13 Arthur Zamarin
2024-07-05 17:41 Conrad Kostecki
2023-12-09 19:05 Sam James
2023-04-06  4:43 Sam James
2023-03-17 20:01 Arthur Zamarin
2023-03-17 18:35 Sam James
2023-03-17 18:25 Arthur Zamarin
2023-03-17 17:32 Sam James
2023-03-17 16:50 Arthur Zamarin
2023-03-17 16:20 Arthur Zamarin
2022-08-17 22:42 Sam James
2022-07-18 18:39 Sam James
2022-07-18 18:39 Sam James
2021-06-30 17:55 Marek Szuba
2019-02-16  9:28 Pacho Ramos
2019-02-13 11:40 Mikle Kolyada
2019-02-13 11:40 Mikle Kolyada
2019-02-13 11:40 Mikle Kolyada
2019-02-13 11:40 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-01 14:55 Tobias Klausmann
2019-01-31  7:25 Sergei Trofimovich
2019-01-30  8:13 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658169863.d48fd2cd2c455abce55ff43c684136e3b0d8a1de.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox