summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-units/rpcbind/rpcbind-4.ebuild')
-rw-r--r--systemd-units/rpcbind/rpcbind-4.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/systemd-units/rpcbind/rpcbind-4.ebuild b/systemd-units/rpcbind/rpcbind-4.ebuild
deleted file mode 100644
index a0b2f2b..0000000
--- a/systemd-units/rpcbind/rpcbind-4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit systemd
-
-DESCRIPTION="Systemd units for net-nds/rpcbind"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_install() {
- systemd_newunit "${FILESDIR}"/rpcbind.service.4 rpcbind.service
- systemd_newunit "${FILESDIR}"/rpcbind.socket.4 rpcbind.socket
-}