From eda99f6a88403318ccd4ab48062c62dc937279a5 Mon Sep 17 00:00:00 2001
From: Donald Buczek <buczek@molgen.mpg.de>
Date: Thu, 27 Dec 2018 13:58:11 +0100
Subject: [PATCH] Remove rpcinfo

The tool rpcinfo will be provided by package rpcbind.

Remove this package.
---
 rpcinfo-1.0-0.x86_64.bee | 36 ------------------------------------
 1 file changed, 36 deletions(-)
 delete mode 100755 rpcinfo-1.0-0.x86_64.bee

diff --git a/rpcinfo-1.0-0.x86_64.bee b/rpcinfo-1.0-0.x86_64.bee
deleted file mode 100755
index 11abd4cf0..000000000
--- a/rpcinfo-1.0-0.x86_64.bee
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/usr/bin/env beesh
-
-SRCURL[0]=""
-
-PATCHURL[0]=""
-
-# BEE_CONFIGURE=compat
-
-# BEE_BUILDTYPE=
-
-# EXCLUDE=()
-
-build_in_sourcedir
-
-
-mee_extract() {
-	cp /src/mariux/download/rpcinfo/rpcinfo.c $S/
-	cp /src/mariux/download/rpcinfo/rpcinfo.8 $S/
-}
-
-#mee_patch() {
-#    bee_patch "${@}"
-#}
-
-#mee_configure() {
-#    bee_configure 
-#}
-
-mee_build() {
-	cc -o rpcinfo rpcinfo.c
-}
-
-mee_install() {
-	install -D rpcinfo $D/usr/bin/rpcinfo
-	install -D rpcinfo.8 $D/usr/man/man8/rpcinfo.8
-}