Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwbs/
Date: Wed, 04 May 2016 01:02:34
Message-Id: 1462322197.19d3f50317d55c5500b45aa172b9d1ebd3924138.wizardedit@gentoo
1 commit: 19d3f50317d55c5500b45aa172b9d1ebd3924138
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:36:37 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:36:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d3f503
7
8 net-misc/rwbs: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/rwbs/rwbs-0.27-r1.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-misc/rwbs/rwbs-0.27-r1.ebuild b/net-misc/rwbs/rwbs-0.27-r1.ebuild
16 deleted file mode 100644
17 index 94b4092..0000000
18 --- a/net-misc/rwbs/rwbs-0.27-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -DESCRIPTION="Roger Wilco base station"
28 -HOMEPAGE="http://rogerwilco.gamespy.com/"
29 -SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_0_27.tar.gz"
30 -
31 -SLOT="0"
32 -LICENSE="Resounding GPL-2"
33 -KEYWORDS="~amd64 x86"
34 -IUSE=""
35 -
36 -# Everything is statically linked
37 -DEPEND=""
38 -
39 -S="${WORKDIR}"
40 -
41 -QA_PREBUILT="opt/bin/rwbs"
42 -
43 -src_install() {
44 - dodoc README.TXT CHANGES.TXT
45 - exeinto /opt/bin
46 - doexe rwbs run_rwbs
47 -
48 - # Put distribution into /usr/share/rwbs
49 - insinto /usr/share/rwbs/
50 - doins "${S}"/anotherpersonjoined "${S}"/helloandwelcome \
51 - "${S}"/ifucanhearthis "${S}"/invitetestxmit "${S}"/join?.rwc \
52 - "${S}"/plsstartagame "${S}"/thisisatestmsg
53 -
54 - newconfd "${FILESDIR}"/rwbs.conf rwbs
55 - newinitd "${FILESDIR}"/rwbs.rc rwbs
56 -}