Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpcsvc-proto/
Date: Sat, 02 May 2020 17:51:47
Message-Id: 1588441882.1c0532967a404ccbdc75f4b09fa6d163ff81c583.slyfox@gentoo
1 commit: 1c0532967a404ccbdc75f4b09fa6d163ff81c583
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 17:37:38 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 17:51:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c053296
7
8 net-libs/rpcsvc-proto: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 net-libs/rpcsvc-proto/Manifest | 1 -
14 net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild | 36 ------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/net-libs/rpcsvc-proto/Manifest b/net-libs/rpcsvc-proto/Manifest
18 index 55e8678c04a..8680cd917c8 100644
19 --- a/net-libs/rpcsvc-proto/Manifest
20 +++ b/net-libs/rpcsvc-proto/Manifest
21 @@ -1,2 +1 @@
22 DIST rpcsvc-proto-1.4.1.tar.gz 61724 BLAKE2B 4fd04b36d30561edf3bbc9f565b07a8f1450ca28d7489b63d241f0b7eb2b98640d2dc2d798b1469460f682c0774fc99a995239d7e0fe2f244852b2561b37a0fb SHA512 a75546255bc5c553ec12dc0844783907b70499eb65ea6fb9de7c0a0f669e4ef0caa717c0cbe9ba8651dc7acfb0c9c4e0fc644ebf12e0a704819fa47e6c65b8b7
23 -DIST rpcsvc-proto-1.4.tar.gz 59127 BLAKE2B 484c04d6a0f86d37c0057693771b7fe502166504fc419bce4dd182f76e349cf226307814a2c51b27fa0bc09e270b883cb40ae821f8bd7d7e0c9a120c4962ae34 SHA512 a29d7761ec9cca4d7d7aa6943a243771a6c7f35d303f01af84f390c8395dc5e543fad7ea28fec1be2f6ee8f2853bf22a157ad3b020057040685b6cbce9b09415
24
25 diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
26 deleted file mode 100644
27 index 89770401b6f..00000000000
28 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools
37 -
38 -DESCRIPTION="rpcsvc protocol definitions from glibc"
39 -HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
40 -SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="LGPL-2.1+ BSD"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
45 -IUSE=""
46 -
47 -# sys-devel/gettext is only for libintl detection macros.
48 -DEPEND="sys-devel/gettext"
49 -RDEPEND="
50 - !<sys-libs/glibc-2.26
51 - virtual/libintl
52 -"
53 -
54 -PATCHES=("${FILESDIR}"/${P}-external-libintl.patch)
55 -
56 -src_prepare() {
57 - default
58 - eautoreconf
59 -}
60 -
61 -src_install() {
62 - default
63 -
64 - # provided by sys-fs/quota[rpc]
65 - rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
66 -}