Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rwbs/
Date: Thu, 22 Sep 2022 04:09:50
Message-Id: 1663819522.b72f77ebf75d41b781e748616c5220df0113b8f1.sam@gentoo
1 commit: b72f77ebf75d41b781e748616c5220df0113b8f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 04:03:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72f77eb
7
8 net-misc/rwbs: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/rwbs/rwbs-0.27-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/rwbs/rwbs-0.27-r2.ebuild b/net-misc/rwbs/rwbs-0.27-r2.ebuild
18 index d89840ef568c..f5316f9d5c4c 100644
19 --- a/net-misc/rwbs/rwbs-0.27-r2.ebuild
20 +++ b/net-misc/rwbs/rwbs-0.27-r2.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28
29 DESCRIPTION="Roger Wilco base station"
30 HOMEPAGE="http://rogerwilco.gamespy.com/"
31 -SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_0_27.tar.gz"
32 +SRC_URI="http://games.gci.net/pub/VoiceOverIP/RogerWilco/rwbs_Linux_$(ver_rs 1-2 '_').tar.gz"
33
34 SLOT="0"
35 LICENSE="Resounding GPL-2"