mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
net-libs/libgssglue: swiich to dist tarball; wire up verify-sig
Maintained under the gsasl umbrella. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST libgssglue-0.9.tar.gz 391073 BLAKE2B 7a1b55d335d3f2938857eee6429fdde688347279e32384f6a9a22641935616004fac9c2b60cb6c79629a22e40e12b74d2f539c60326fa9983bc5f7c3b663be8c SHA512 ac446910bacd59a641d0b2969c994b5489ee0f561e98b37e1cdf21330ff75e0c3f816060d5e70ac5d61e4e08e4361addc91327223324458046478892b4f29f8c
|
||||
DIST libgssglue-0.9.tar.gz.sig 119 BLAKE2B 9efb93f0bf8868e3390981a425866be8e61ac6e748eab9080551d1b0c136acc535c50d8a7bee64bfbd32f45f7649494f889b76608ab47376dcd5b6dda4832043 SHA512 bf97f2b8052e14a2e3dfacc41a05e0273d91d5d7fe07a5ce1acd745d310d2596302c8671e0eb58b89dd19b203f8c4aa38dbe72a33477c12a3265e14f46687948
|
||||
DIST libgssglue-libgssglue-0.9.tar.bz2 35115 BLAKE2B 365e872c0e730e5a04d2c9b0be4796ca9c6667f4a9713d51b820d0b7c89ca675052b4fe09073a4bdd9b4f57e336f51d4eee46d049550730a3adf2a93c37fd05b SHA512 fc452883e1ce0f22c1dae80f948b4f4fd581a025cad66d3f1a8c701657a01f537c327d8e0ec5c7840650e99b6012a47de8b269e279df2aaf007045273356ca48
|
||||
|
||||
51
net-libs/libgssglue/libgssglue-0.9-r1.ebuild
Normal file
51
net-libs/libgssglue/libgssglue-0.9-r1.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libgssglue.asc
|
||||
inherit readme.gentoo-r1 verify-sig
|
||||
|
||||
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
|
||||
"
|
||||
# Linked from https://gitlab.com/gsasl/libgssglue/-/releases/libgssglue-0.9
|
||||
SRC_URI="
|
||||
https://gitlab.com/-/project/37744631/uploads/7310f7060cdf240a4b8eaaf80a435986/${P}.tar.gz
|
||||
verify-sig? ( https://gitlab.com/-/project/37744631/uploads/7d3596d0e6fdecc2fb5b5e74edaedb37/${P}.tar.gz.sig )
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
RDEPEND="virtual/krb5"
|
||||
|
||||
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 ${EPREFIX}/etc/gssapi_mech.conf,
|
||||
or it can be set per-process via the GSSAPI_MECH_CONF environment variable.
|
||||
"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
readme.gentoo_create_doc
|
||||
|
||||
insinto /etc
|
||||
doins doc/gssapi_mech.conf
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
Reference in New Issue
Block a user