summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-10-31 16:15:46 +0100
committerPetr Vaněk <arkamar@gentoo.org>2024-10-31 16:25:19 +0100
commit4ce09c0d2054511bb001105c5e67090fc7150a0e (patch)
tree334de27b8715a09b55cbd5346e7a29c0911a96e0 /net-libs/libgssglue
parentsys-apps/pcmciautils: drop 018_p14 (diff)
downloadgentoo-4ce09c0d2054511bb001105c5e67090fc7150a0e.tar.gz
gentoo-4ce09c0d2054511bb001105c5e67090fc7150a0e.tar.bz2
gentoo-4ce09c0d2054511bb001105c5e67090fc7150a0e.zip
net-libs/libgssglue: drop 0.7, 0.8
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-libs/libgssglue')
-rw-r--r--net-libs/libgssglue/Manifest2
-rw-r--r--net-libs/libgssglue/libgssglue-0.7.ebuild50
-rw-r--r--net-libs/libgssglue/libgssglue-0.8.ebuild50
3 files changed, 0 insertions, 102 deletions
diff --git a/net-libs/libgssglue/Manifest b/net-libs/libgssglue/Manifest
index 21fd730466ef..97f2db6d026a 100644
--- a/net-libs/libgssglue/Manifest
+++ b/net-libs/libgssglue/Manifest
@@ -1,3 +1 @@
-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/libgssglue-0.7.ebuild b/net-libs/libgssglue/libgssglue-0.7.ebuild
deleted file mode 100644
index 7b07801ed12f..000000000000
--- a/net-libs/libgssglue/libgssglue-0.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 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 ~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 ${EROOT}/etc/gssapi_mech.conf,
-or it can be set per-process via the GSSAPI_MECH_CONF environment variable.
-"
-
-src_prepare() {
- default
-
- 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
-}
diff --git a/net-libs/libgssglue/libgssglue-0.8.ebuild b/net-libs/libgssglue/libgssglue-0.8.ebuild
deleted file mode 100644
index 9c379b18c419..000000000000
--- a/net-libs/libgssglue/libgssglue-0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 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 ~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_prepare() {
- default
-
- 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
-}