From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/
Date: Thu, 6 Apr 2023 04:43:59 +0000 (UTC) [thread overview]
Message-ID: <1680756208.d1d92eb55bf796662fc56aec735cc276dee41bd1.sam@gentoo> (raw)
commit: d1d92eb55bf796662fc56aec735cc276dee41bd1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 6 04:43:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 6 04:43:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d92eb5
net-libs/libgssglue: drop 0.5-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libgssglue/Manifest | 1 -
net-libs/libgssglue/libgssglue-0.5-r1.ebuild | 58 ----------------------------
2 files changed, 59 deletions(-)
diff --git a/net-libs/libgssglue/Manifest b/net-libs/libgssglue/Manifest
index 20b674efb0e1..0c41040f803f 100644
--- a/net-libs/libgssglue/Manifest
+++ b/net-libs/libgssglue/Manifest
@@ -1,3 +1,2 @@
DIST libgssglue-0.4.tar.gz 346984 BLAKE2B 5815db41ff3f65b014e713b68667bb49d3aecab943e891de881af2a2d157cceddc5173e7eff9ed2eac714b2e1341429694f1051ad98a3c4b728a61eaceeaddfb SHA512 25d514c08320e42851ff153d7691267a8454f205492faf942f566aa30c1ac1c83bd095732a1a0fcc010ba3a5d48b4c95a196ad05bc821598cc1fc3a2c4960d29
-DIST libgssglue-libgssglue-0.5.tar.bz2 32115 BLAKE2B cc66e66e76e0cdbc006b22dd81b96a65d444f9f2f0a62da8208b2be16081e47eccf68788d1b35f606caa5b8f3ab1740a308d54019c7a800501c838343f87f245 SHA512 e49088762bb1aee4c1b3d8c8b6f02bc9550abee1cc6bc9814933dc985841dfda56d96d736e56fecf624b4050bfda6ce1059c2dbeb1ab668956c2f941041f20f2
DIST libgssglue-libgssglue-0.7.tar.bz2 31415 BLAKE2B 4017ff17b876b00d93d5120ca8fe2a1f472b61c7b73dec0194d0ebaa244176b5d6f85fbfe5ce52cd77bcce9e1718f979b36e8926577640bbad38208fcea78f5a SHA512 04ea9af9f56afeca40b1dd22708dfa2e844d587106f370820a8976a22e8b95c646cdc5c5ef4256e34780cdb34c5617c45187fe3866670662f15ac579ef22dcca
diff --git a/net-libs/libgssglue/libgssglue-0.5-r1.ebuild b/net-libs/libgssglue/libgssglue-0.5-r1.ebuild
deleted file mode 100644
index 11a29340a820..000000000000
--- a/net-libs/libgssglue/libgssglue-0.5-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-SRC_URI="https://gitlab.com/gsasl/libgssglue/-/archive/${P}/${PN}-${P}.tar.bz2"
-S="${WORKDIR}"/${PN}-${P}
-
-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
-
- # bug #646126
- sed -i -e "s,/lib/,/$(get_libdir)/," doc/gssapi_mech.conf || die
-
- eautoreconf
-}
-
-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
-}
next reply other threads:[~2023-04-06 4:44 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-06 4:43 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-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:45 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=1680756208.d1d92eb55bf796662fc56aec735cc276dee41bd1.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