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: Sun, 28 Jun 2020 22:43:42
Message-Id: 1593384202.9a0f8838d44b478fd4c05f1794257c3679662a99.slyfox@gentoo
1 commit: 9a0f8838d44b478fd4c05f1794257c3679662a99
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 22:33:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 22:43:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0f8838
7
8 net-libs/rpcsvc-proto: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild | 34 -------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild b/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
17 deleted file mode 100644
18 index 6898da16fe7..00000000000
19 --- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.4.1.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="rpcsvc protocol definitions from glibc"
30 -HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
31 -SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -SLOT="0"
34 -LICENSE="LGPL-2.1+ BSD"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
36 -IUSE=""
37 -
38 -# sys-devel/gettext is only for libintl detection macros.
39 -DEPEND="sys-devel/gettext"
40 -RDEPEND="
41 - !<sys-libs/glibc-2.26
42 - virtual/libintl
43 -"
44 -
45 -src_prepare() {
46 - default
47 - eautoreconf
48 -}
49 -
50 -src_install() {
51 - default
52 -
53 - # provided by sys-fs/quota[rpc]
54 - rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
55 -}