commit:     ffb8d98060088d0e439f6d3c45fa7d3f97a63d18
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 14:54:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 21:10:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb8d980

net-libs/libtirpc: drop 1.3.4-r1, 1.3.4-r2 and 1.3.4-r3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libtirpc/Manifest                 |  1 -
 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 69 ------------------------------
 net-libs/libtirpc/libtirpc-1.3.4-r2.ebuild | 62 ---------------------------
 net-libs/libtirpc/libtirpc-1.3.4-r3.ebuild | 63 ---------------------------
 4 files changed, 195 deletions(-)

diff --git a/net-libs/libtirpc/Manifest b/net-libs/libtirpc/Manifest
index d205ec431a41..db58a31a0f2a 100644
--- a/net-libs/libtirpc/Manifest
+++ b/net-libs/libtirpc/Manifest
@@ -1,3 +1,2 @@
-DIST libtirpc-1.3.4.tar.bz2 563292 BLAKE2B 
33371e83e9f54e9d6d434b75d3a95bedefce63050846483471e302b1fbb3b63a18db90b652050c43e1c6e42b03e34bafb2fb6ae89787f05af0cf747319825424
 SHA512 
004e61b5853717324790c46cda5ff227d525909f189194ae72a1ec8f476ca35d7f4c1f03c0fbc690c1696d60a212675b09246dbe627fdbf1a9a47f5664e82b00
 DIST libtirpc-1.3.5.tar.bz2 565188 BLAKE2B 
1ae1cc0be1c52bca8fbe2300159d9298b069b3f81adde7f50da3fb7049f9b9f628393dfe94e9276facfeea2b1ccdc9a52632fee4af432c36e457fd3ff2b0963c
 SHA512 
c80a953671c5692294efe7425e41c7f12bd4c430f473f9ea71883168cb4a69111f0018122bd0e7982e18f4576e45d4977ce0790743382faae006c446813d2a4f
 DIST libtirpc-glibc-nfs.tar.xz 8948 BLAKE2B 
7316623d9f2b6928e296137fe2bf6794b208d549c2ffba9e4a35b47f7b04bf023798a09f38c02d039debf6adc466d7689cf3c8274d71a22eaff08729642c0a28
 SHA512 
90255bf0a27af16164e0710dd940778609925d473f4343093ff19d98cc4f23023788bf4edf0178eae1961afc0ba8b69b273de95b7d7e2afdb706701d8ba6f7ba

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
deleted file mode 100644
index aacb9a8d8a39..000000000000
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic libtool multilib-minimal usr-ldscript
-
-DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
-HOMEPAGE="https://sourceforge.net/projects/libtirpc/ 
https://git.linux-nfs.org/?p=steved/libtirpc.git";
-SRC_URI="
-       https://downloads.sourceforge.net/${PN}/${P}.tar.bz2
-       https://dev.gentoo.org/~sam/distfiles/${PN}-glibc-nfs.tar.xz
-"
-
-LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
-SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="kerberos static-libs"
-
-RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
-DEPEND="
-       ${RDEPEND}
-       elibc_musl? ( sys-libs/queue-standalone )
-"
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cp -ra "${WORKDIR}"/tirpc "${S}"/ || die
-
-       default
-       elibtoolize
-}
-
-multilib_src_configure() {
-       append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
-
-       local myeconfargs=(
-               $(use_enable kerberos gssapi)
-               $(use_enable static-libs static)
-       )
-
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
-       default
-
-       # libtirpc replaces rpc support in glibc, so we need it in /
-       gen_usr_ldscript -a tirpc
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       insinto /etc
-       doins doc/netconfig
-
-       insinto /usr/include/tirpc
-       doins -r "${WORKDIR}"/tirpc/*
-
-       # makes sure that the linking order for nfs-utils is proper, as
-       # libtool would inject a libgssglue dependency in the list.
-       if ! use static-libs ; then
-               find "${ED}" -name "*.la" -delete || die
-       fi
-}

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r2.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r2.ebuild
deleted file mode 100644
index 8998a3905406..000000000000
--- a/net-libs/libtirpc/libtirpc-1.3.4-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic libtool multilib-minimal
-
-DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
-HOMEPAGE="https://sourceforge.net/projects/libtirpc/ 
https://git.linux-nfs.org/?p=steved/libtirpc.git";
-SRC_URI="
-       https://downloads.sourceforge.net/${PN}/${P}.tar.bz2
-       https://dev.gentoo.org/~sam/distfiles/${PN}-glibc-nfs.tar.xz
-"
-
-LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
-SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="kerberos static-libs"
-
-RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
-DEPEND="
-       ${RDEPEND}
-       elibc_musl? ( sys-libs/queue-standalone )
-"
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cp -ra "${WORKDIR}"/tirpc "${S}"/ || die
-
-       default
-       elibtoolize
-}
-
-multilib_src_configure() {
-       append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
-
-       local myeconfargs=(
-               $(use_enable kerberos gssapi)
-               $(use_enable static-libs static)
-       )
-
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       insinto /etc
-       doins doc/netconfig
-
-       insinto /usr/include/tirpc
-       doins -r "${WORKDIR}"/tirpc/*
-
-       # makes sure that the linking order for nfs-utils is proper, as
-       # libtool would inject a libgssglue dependency in the list.
-       if ! use static-libs ; then
-               find "${ED}" -name "*.la" -delete || die
-       fi
-}

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r3.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r3.ebuild
deleted file mode 100644
index b4f0200f512a..000000000000
--- a/net-libs/libtirpc/libtirpc-1.3.4-r3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic libtool multilib-minimal
-
-DESCRIPTION="Transport Independent RPC library (SunRPC replacement)"
-HOMEPAGE="https://sourceforge.net/projects/libtirpc/ 
https://git.linux-nfs.org/?p=steved/libtirpc.git";
-SRC_URI="
-       https://downloads.sourceforge.net/${PN}/${P}.tar.bz2
-       https://dev.gentoo.org/~sam/distfiles/${PN}-glibc-nfs.tar.xz
-"
-
-LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
-SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="kerberos static-libs"
-
-RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"
-DEPEND="
-       ${RDEPEND}
-       elibc_musl? ( sys-libs/queue-standalone )
-"
-BDEPEND="
-       app-arch/xz-utils
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cp -ra "${WORKDIR}"/tirpc "${S}"/ || die
-
-       default
-       elibtoolize
-}
-
-multilib_src_configure() {
-       append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
-
-       local myeconfargs=(
-               $(use_enable kerberos gssapi)
-               $(use_enable static-libs static)
-               KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
-       )
-
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-       einstalldocs
-
-       insinto /etc
-       doins doc/netconfig
-
-       insinto /usr/include/tirpc
-       doins -r "${WORKDIR}"/tirpc/*
-
-       # makes sure that the linking order for nfs-utils is proper, as
-       # libtool would inject a libgssglue dependency in the list.
-       if ! use static-libs ; then
-               find "${ED}" -name "*.la" -delete || die
-       fi
-}

Reply via email to