diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-15 11:46:37 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-15 11:46:37 +0200 |
commit | 5635516505552b83348d489d10fde65dcff1a2f0 (patch) | |
tree | 72babf04ca59e9f7fc5af7f22283978848c50ad1 /net-libs/libgssglue | |
parent | net-libs/libnatpmp: drop 20150609 (diff) | |
download | gentoo-5635516505552b83348d489d10fde65dcff1a2f0.tar.gz gentoo-5635516505552b83348d489d10fde65dcff1a2f0.tar.bz2 gentoo-5635516505552b83348d489d10fde65dcff1a2f0.zip |
net-libs/libgssglue: drop 0.4-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-libs/libgssglue')
-rw-r--r-- | net-libs/libgssglue/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libgssglue/files/libgssglue-0.3-protos.patch | 17 | ||||
-rw-r--r-- | net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch | 17 | ||||
-rw-r--r-- | net-libs/libgssglue/libgssglue-0.4-r1.ebuild | 39 |
4 files changed, 0 insertions, 74 deletions
diff --git a/net-libs/libgssglue/Manifest b/net-libs/libgssglue/Manifest index a8922ec50fc8..21fd730466ef 100644 --- a/net-libs/libgssglue/Manifest +++ b/net-libs/libgssglue/Manifest @@ -1,4 +1,3 @@ -DIST libgssglue-0.4.tar.gz 346984 BLAKE2B 5815db41ff3f65b014e713b68667bb49d3aecab943e891de881af2a2d157cceddc5173e7eff9ed2eac714b2e1341429694f1051ad98a3c4b728a61eaceeaddfb SHA512 25d514c08320e42851ff153d7691267a8454f205492faf942f566aa30c1ac1c83bd095732a1a0fcc010ba3a5d48b4c95a196ad05bc821598cc1fc3a2c4960d29 DIST libgssglue-libgssglue-0.7.tar.bz2 31415 BLAKE2B 4017ff17b876b00d93d5120ca8fe2a1f472b61c7b73dec0194d0ebaa244176b5d6f85fbfe5ce52cd77bcce9e1718f979b36e8926577640bbad38208fcea78f5a SHA512 04ea9af9f56afeca40b1dd22708dfa2e844d587106f370820a8976a22e8b95c646cdc5c5ef4256e34780cdb34c5617c45187fe3866670662f15ac579ef22dcca DIST libgssglue-libgssglue-0.8.tar.bz2 34586 BLAKE2B 4dcd39f53904c2d5e559b15329bd6c1b8931dda426ef156d65e21d68cce85bc12d20338254a0d9fffb6acc7cec074a56e355f4bc95c065e4dafe787d4b8c077b SHA512 7866875d7394fd8c6eeb9621a88ab0393c0d30606c407fa5d5b25a30579642d37bdafb81b748bb84cf026f47716e4c4f68da6e6eb2d5afeedfb37270f1749aa1 DIST libgssglue-libgssglue-0.9.tar.bz2 35115 BLAKE2B 365e872c0e730e5a04d2c9b0be4796ca9c6667f4a9713d51b820d0b7c89ca675052b4fe09073a4bdd9b4f57e336f51d4eee46d049550730a3adf2a93c37fd05b SHA512 fc452883e1ce0f22c1dae80f948b4f4fd581a025cad66d3f1a8c701657a01f537c327d8e0ec5c7840650e99b6012a47de8b269e279df2aaf007045273356ca48 diff --git a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch deleted file mode 100644 index 8c15108d32e7..000000000000 --- a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://gitlab.com/gsasl/libgssglue/-/merge_requests/1 - -add missing prototype to header - ---- a/src/mglueP.h -+++ b/src/mglueP.h -@@ -477,6 +477,10 @@ OM_uint32 generic_gss_str_to_oid - gss_OID * /* oid */ - ); - -+OM_uint32 -+generic_gss_copy_oid_set(OM_uint32 *minor_status, -+ const gss_OID_set_desc * const oidset, -+ gss_OID_set *new_oidset); - - gss_OID gss_find_mechanism_from_name_type (gss_OID); /* name_type */ - diff --git a/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch b/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch deleted file mode 100644 index 92a96305b406..000000000000 --- a/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://gitlab.com/gsasl/libgssglue/-/merge_requests/1 - -* g_initialize.c:275:5: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration] -* g_initialize.c:275:5: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration] - ---- a/src/g_initialize.c -+++ b/src/g_initialize.c -@@ -29,6 +29,9 @@ - #include "mglueP.h" - #include <stdlib.h> - -+#include <unistd.h> /* getuid, geteuid */ -+#include <sys/types.h> /* ditto */ -+ - #include <stdio.h> - #include <string.h> - #include <ctype.h> diff --git a/net-libs/libgssglue/libgssglue-0.4-r1.ebuild b/net-libs/libgssglue/libgssglue-0.4-r1.ebuild deleted file mode 100644 index 585714049450..000000000000 --- a/net-libs/libgssglue/libgssglue-0.4-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Exports a gssapi interface which calls other random gssapi libraries" -HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/" -SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -RDEPEND="!app-crypt/libgssapi" -DEPEND="" - -PATCHES=( - "${FILESDIR}"/${PN}-0.3-protos.patch - "${FILESDIR}"/${PN}-0.4-implicit-declarations.patch -) - -src_prepare() { - default - sed -i -e "s,/lib/,/$(get_libdir)/," doc/gssapi_mech.conf #646126 -} - -src_configure() { - # No need to install static libraries, as it uses libdl - econf --disable-static -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die - - insinto /etc - doins doc/gssapi_mech.conf -} |