public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwbs/files/, net-misc/rwbs/
Date: Wed,  4 May 2016 01:02:17 +0000 (UTC)	[thread overview]
Message-ID: <1462322182.97f09c02250fe75429e186aeabb2ddafc2e1fa25.wizardedit@gentoo> (raw)

commit:     97f09c02250fe75429e186aeabb2ddafc2e1fa25
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:36:22 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:36:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f09c02

net-misc/rwbs: use #!/sbin/openrc-run instead of #!/sbin/runscript

Gentoo-Bug: https://bugs.gentoo.org/573846

Package-Manager: portage-2.2.26

 net-misc/rwbs/files/rwbs.rc       |  4 ++--
 net-misc/rwbs/rwbs-0.27-r2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/net-misc/rwbs/files/rwbs.rc b/net-misc/rwbs/files/rwbs.rc
index 88528a7..58bdd20 100644
--- a/net-misc/rwbs/files/rwbs.rc
+++ b/net-misc/rwbs/files/rwbs.rc
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/net-misc/rwbs/rwbs-0.27-r2.ebuild b/net-misc/rwbs/rwbs-0.27-r2.ebuild
new file mode 100644
index 0000000..a70ebf6
--- /dev/null
+++ b/net-misc/rwbs/rwbs-0.27-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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
+}


                 reply	other threads:[~2016-05-04  1:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1462322182.97f09c02250fe75429e186aeabb2ddafc2e1fa25.wizardedit@gentoo \
    --to=wizardedit@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