commit: 23435ee3f599130347972a4595feab5f0ad97dc3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun Nov 30 21:52:13 2025 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Nov 30 21:52:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23435ee3
net-libs/rpc2: drop 2.14-r1 Closes: https://bugs.gentoo.org/855941 Closes: https://bugs.gentoo.org/880905 Closes: https://bugs.gentoo.org/925418 Closes: https://bugs.gentoo.org/946543 Signed-off-by: David Seifert <soap <AT> gentoo.org> net-libs/rpc2/Manifest | 1 - net-libs/rpc2/files/rpc2-2.14-respect-flags.patch | 21 ------------------ net-libs/rpc2/rpc2-2.14-r1.ebuild | 26 ----------------------- 3 files changed, 48 deletions(-) diff --git a/net-libs/rpc2/Manifest b/net-libs/rpc2/Manifest index 8ce0a8060655..929fc4458dd3 100644 --- a/net-libs/rpc2/Manifest +++ b/net-libs/rpc2/Manifest @@ -1,2 +1 @@ -DIST rpc2-2.14.tar.xz 427144 BLAKE2B e0b2fb6d0eb8d1391b7049142cfea7d4e8d760e6c2d5d646c705b4efbfcd9ac7ea40168ca40e0c184e2b04f0b3a26afd19fb2f2bda4bd12b511d44962749f7ca SHA512 b8a1b87ee27d820cbe30e7d031ca36b5e07340e3795755672d3831109f844de9b3985deb371b52cd9cde0b023d59a8d9d6c73576afcf0af8034b29bf9f3602be DIST rpc2-2.37.tar.gz 2012661 BLAKE2B e1142d315e24a6d7d4136795c72a86b0ddf762b0315bdc7432293e3052b82e703e20aa82d26a9e11a3449c1dba542a4ba539644b23a7e7da83fd77c9e6636fc1 SHA512 16087e616b9f540fed90724ac8c45e337ce9bc03a09c27d8d92335959db1f5ea9e22a6d60f3a5e2dddc9fcd840ed959f683b6b3906823ed1af3b18ba696a93eb diff --git a/net-libs/rpc2/files/rpc2-2.14-respect-flags.patch b/net-libs/rpc2/files/rpc2-2.14-respect-flags.patch deleted file mode 100644 index e93e08ab6a4c..000000000000 --- a/net-libs/rpc2/files/rpc2-2.14-respect-flags.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/rp2gen/Makefile.in -+++ b/rp2gen/Makefile.in -@@ -198,7 +198,8 @@ - CCDEPMODE = @CCDEPMODE@ - - # override any cross compilation target flags --CFLAGS = -Wall -+AM_CFLAGS = -Wall -+CFLAGS = @CFLAGS@ - CONFIG_DATE = @CONFIG_DATE@ - CP = @CP@ - CPP = @CPP@ -@@ -225,7 +226,7 @@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LD = @LD@ --LDFLAGS = -+LDFLAGS = @LDFLAGS@ - LEX = @LEX@ - LEXLIB = @LEXLIB@ - LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ diff --git a/net-libs/rpc2/rpc2-2.14-r1.ebuild b/net-libs/rpc2/rpc2-2.14-r1.ebuild deleted file mode 100644 index be523d1fcefe..000000000000 --- a/net-libs/rpc2/rpc2-2.14-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)" -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86" - -RDEPEND=">=sys-libs/lwp-2.5" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-respect-flags.patch - "${FILESDIR}"/${P}-include.patch -) - -src_install() { - default - - find "${ED}" -type f -name '*.la' -delete || die -}
