summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:36:37 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:36:37 -0500
commit19d3f50317d55c5500b45aa172b9d1ebd3924138 (patch)
tree40f6f9cb1a5a9fcf3b0af01dbf9148d6ded14b56 /net-misc/rwbs
parentnet-misc/rwbs: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-19d3f50317d55c5500b45aa172b9d1ebd3924138.tar.gz
gentoo-19d3f50317d55c5500b45aa172b9d1ebd3924138.tar.bz2
gentoo-19d3f50317d55c5500b45aa172b9d1ebd3924138.zip
net-misc/rwbs: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/rwbs')
-rw-r--r--net-misc/rwbs/rwbs-0.27-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/rwbs/rwbs-0.27-r1.ebuild b/net-misc/rwbs/rwbs-0.27-r1.ebuild
deleted file mode 100644
index 94b40927c68f..000000000000
--- a/net-misc/rwbs/rwbs-0.27-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Roger Wilco base station"
-HOMEPAGE="http://rogerwilco.gamespy.com/"
-SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_0_27.tar.gz"
-
-SLOT="0"
-LICENSE="Resounding GPL-2"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-# Everything is statically linked
-DEPEND=""
-
-S="${WORKDIR}"
-
-QA_PREBUILT="opt/bin/rwbs"
-
-src_install() {
- dodoc README.TXT CHANGES.TXT
- exeinto /opt/bin
- doexe rwbs run_rwbs
-
- # Put distribution into /usr/share/rwbs
- insinto /usr/share/rwbs/
- doins "${S}"/anotherpersonjoined "${S}"/helloandwelcome \
- "${S}"/ifucanhearthis "${S}"/invitetestxmit "${S}"/join?.rwc \
- "${S}"/plsstartagame "${S}"/thisisatestmsg
-
- newconfd "${FILESDIR}"/rwbs.conf rwbs
- newinitd "${FILESDIR}"/rwbs.rc rwbs
-}