From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DBB8138222 for ; Wed, 4 May 2016 01:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D29B224109; Wed, 4 May 2016 01:02:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2589224042 for ; Wed, 4 May 2016 01:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B844F340C35 for ; Wed, 4 May 2016 01:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08CC87B for ; Wed, 4 May 2016 01:02:17 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1462322197.19d3f50317d55c5500b45aa172b9d1ebd3924138.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rwbs/rwbs-0.27-r1.ebuild X-VCS-Directories: net-misc/rwbs/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 19d3f50317d55c5500b45aa172b9d1ebd3924138 X-VCS-Branch: master Date: Wed, 4 May 2016 01:02:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75302f8d-5edb-4065-b088-1968a11b3caa X-Archives-Hash: a369722d7cbf703e6d5ef797f68e4038 commit: 19d3f50317d55c5500b45aa172b9d1ebd3924138 Author: Austin English gentoo org> AuthorDate: Wed May 4 00:36:37 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed May 4 00:36:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d3f503 net-misc/rwbs: remove old version Package-Manager: portage-2.2.26 net-misc/rwbs/rwbs-0.27-r1.ebuild | 36 ------------------------------------ 1 file changed, 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 94b4092..0000000 --- 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 -}