From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/
Date: Mon, 14 Jun 2021 09:19:59 +0000 (UTC) [thread overview]
Message-ID: <1623662345.c6b4a38e2200c9b30f61d33a6cfaebcd25a41d27.soap@gentoo> (raw)
commit: c6b4a38e2200c9b30f61d33a6cfaebcd25a41d27
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 09:19:05 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 09:19:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b4a38e
net-nds/rpcbind: drop 1.2.5
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-nds/rpcbind/Manifest | 1 -
net-nds/rpcbind/rpcbind-1.2.5.ebuild | 61 ------------------------------------
2 files changed, 62 deletions(-)
diff --git a/net-nds/rpcbind/Manifest b/net-nds/rpcbind/Manifest
index a64b021db6b..33851a30360 100644
--- a/net-nds/rpcbind/Manifest
+++ b/net-nds/rpcbind/Manifest
@@ -1,2 +1 @@
-DIST rpcbind-1.2.5.tar.bz2 123502 BLAKE2B de0d10406aeffd75195c1fa1d0179b2c7c0ba54c3f3ac58ce9d7e9448d1dbe91a296ad69c45dee115e0a739aa9cfec53b750d3a5ca405e16605a92bbb2006859 SHA512 e884c4757950ccead0f9a07f50625a63e6f18f9bfae9fcfffa3e5fa4b7a66c3a99d9fa303061848fe8211509d5456f24ff26e4579af6e161a35522268f3ef3e4
DIST rpcbind-1.2.6.tar.bz2 124590 BLAKE2B bb0e9f81e4747f8a732c9e25af561e79f2b6cd1c1955db586833871901b6da73f4b7ef32149a81b75daa81359b9c0554726670460b28857042dd66a2f861cac2 SHA512 fb89c61be4c533fe2e6057749d97079a2d1c9fac0d35d6be1a159a0edbf86092b3fc121f19fa920e75aac5ecdd3f59f5978e6401d5cad16cd438c977736206a7
diff --git a/net-nds/rpcbind/rpcbind-1.2.5.ebuild b/net-nds/rpcbind/rpcbind-1.2.5.ebuild
deleted file mode 100644
index dba9155d7bd..00000000000
--- a/net-nds/rpcbind/rpcbind-1.2.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
- inherit autotools git-r3
-else
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="debug remotecalls selinux systemd tcpd warmstarts"
-REQUIRED_USE="systemd? ( warmstarts )"
-
-CDEPEND=">=net-libs/libtirpc-0.2.3:=
- systemd? ( sys-apps/systemd:= )
- tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
-RDEPEND="${CDEPEND}
- selinux? ( sec-policy/selinux-rpcbind )"
-
-src_prepare() {
- default
- [[ ${PV} == "9999" ]] && eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --bindir="${EPREFIX}"/sbin
- --sbindir="${EPREFIX}"/sbin
- --with-statedir="${EPREFIX}"/run/${PN}
- --with-systemdsystemunitdir=$(usex systemd "$(systemd_get_systemunitdir)" "no")
- $(use_enable debug)
- $(use_enable remotecalls rmtcalls)
- $(use_enable warmstarts)
- $(use_enable tcpd libwrap)
- )
-
- # Avoid using rpcsvc headers
- # https://bugs.gentoo.org/705224
- export ac_cv_header_rpcsvc_mount_h=no
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
next reply other threads:[~2021-06-14 9:20 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-14 9:19 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-23 16:42 [gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/ Sam James
2025-04-23 8:59 Arthur Zamarin
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-04-22 9:40 Sam James
2025-03-14 4:37 Sam James
2025-03-14 4:35 Sam James
2022-10-19 19:22 Sam James
2022-08-28 6:30 WANG Xuerui
2022-01-15 23:31 James Le Cuirot
2021-06-13 10:46 Sergei Trofimovich
2021-06-13 6:32 Agostino Sarubbo
2021-06-13 6:10 Sam James
2021-06-12 16:07 Sam James
2021-06-12 16:07 Sam James
2021-06-12 15:49 Sam James
2021-06-12 15:49 Sam James
2021-06-12 15:49 Sam James
2021-05-12 6:25 Matt Turner
2021-05-12 6:25 Matt Turner
2020-01-13 16:56 Mike Gilbert
2020-01-12 9:40 Jeroen Roovers
2020-01-12 2:10 Mike Gilbert
2020-01-12 2:01 Mike Gilbert
2020-01-11 17:54 Mike Gilbert
2020-01-11 17:44 Mike Gilbert
2020-01-11 17:36 Mike Gilbert
2019-09-21 5:20 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-13 12:04 Agostino Sarubbo
2019-09-09 6:02 Agostino Sarubbo
2019-09-09 5:54 Agostino Sarubbo
2019-09-09 3:59 Matt Turner
2019-09-08 22:29 Aaron Bauman
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-09-08 1:13 Thomas Deutschmann
2019-05-06 8:56 Yixun Lan
2018-08-26 18:07 Lars Wendler
2018-08-26 18:07 Lars Wendler
2018-03-12 17:29 Mike Gilbert
2018-01-25 0:39 Aaron Bauman
2018-01-20 17:29 Michael Orlitzky
2018-01-10 4:28 Mike Frysinger
2017-05-16 4:43 Markus Meier
2017-05-14 9:50 Michael Weber
2017-05-12 17:56 Tobias Klausmann
2017-05-10 10:55 Jeroen Roovers
2017-05-10 9:32 Agostino Sarubbo
2017-03-15 5:44 Jeroen Roovers
2017-03-01 10:08 Michael Weber
2017-02-28 12:51 Tobias Klausmann
2017-02-25 9:58 Agostino Sarubbo
2017-02-24 13:35 Agostino Sarubbo
2016-12-21 7:16 Mike Frysinger
2016-12-10 7:04 Mike Frysinger
2016-12-10 7:04 Mike Frysinger
2016-03-31 12:43 Michael Palimaka
2015-11-18 9:32 Agostino Sarubbo
2015-11-15 18:26 Matt Turner
2015-11-14 16:48 Markus Meier
2015-11-06 4:21 Jeroen Roovers
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:26 Agostino Sarubbo
2015-11-03 17:13 Agostino Sarubbo
2015-11-03 17:12 Agostino Sarubbo
2015-11-03 15:08 Mike Frysinger
2015-11-03 15:08 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1623662345.c6b4a38e2200c9b30f61d33a6cfaebcd25a41d27.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox