public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2020-11-15 10:12 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-11-15 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c7614dc41045aba607c028402f90c323018007
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:38:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 10:12:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c7614d

games-server/mtavc: Use relative symlinks

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-server/mtavc/mtavc-0.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
index 224b9f29ea3..4d828a96795 100644
--- a/games-server/mtavc/mtavc-0.5-r2.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -41,6 +41,6 @@ src_install() {
 	doins ${files}
 	dodoc README CHANGELOG
 	for f in ${files} ; do
-		dosym /etc/${PN}/${f} "${dir}"/${f}
+		dosym ../../etc/${PN}/${f} "${dir}"/${f}
 	done
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2022-10-08 17:59 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-10-08 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     321a58d9f0c02a71f098542e8f15ae94da59f1e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:47:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:59:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321a58d9

games-server/mtavc: depend on glibc (binpkg)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-server/mtavc/mtavc-0.5-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
index cd7e1af8d121..1acd146bf506 100644
--- a/games-server/mtavc/mtavc-0.5-r2.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="-* ~x86"
 RESTRICT="bindist mirror"
 
-RDEPEND="sys-libs/libstdc++-v3:5"
+RDEPEND="sys-libs/glibc
+	sys-libs/libstdc++-v3:5"
 
 QA_PREBUILT="/opt/${PN}/MTAServer"
 QA_EXECSTACK="/opt/${PN}/MTAServer"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2022-09-22  4:09 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-09-22  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bcf54784f1e20a0a99e96853008067eef0b35f48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 03:55:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 04:05:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf54784

games-server/mtavc: use PV in SRC_URI

Avoids mistakes on bumping and why not?

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-server/mtavc/mtavc-0.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
index cef256bf4f5e..cd7e1af8d121 100644
--- a/games-server/mtavc/mtavc-0.5-r2.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="dedicated server for GTA3 multiplayer"
 HOMEPAGE="http://mtavc.com/"
-SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
+SRC_URI="http://files.gonnaplay.com/201/MTAServer$(ver_rs 0-1 '_')-linux.tar.gz"
 S="${WORKDIR}"
 
 LICENSE="MTA-0.5"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2021-04-18  6:31 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-04-18  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ad87f7d0849b7bd971338e42ef8e853371b6a0f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:29:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:31:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad87f7d0

games-server/mtavc: update EAPI 6 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-server/mtavc/mtavc-0.5-r2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
index 4127418ae02..cef256bf4f5 100644
--- a/games-server/mtavc/mtavc-0.5-r2.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -1,21 +1,19 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="dedicated server for GTA3 multiplayer"
 HOMEPAGE="http://mtavc.com/"
 SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
+S="${WORKDIR}"
 
 LICENSE="MTA-0.5"
 SLOT="0"
 KEYWORDS="-* ~x86"
-IUSE=""
+RESTRICT="bindist mirror"
 
 RDEPEND="sys-libs/libstdc++-v3:5"
-DEPEND=""
-
-S=${WORKDIR}
 
 QA_PREBUILT="/opt/${PN}/MTAServer"
 QA_EXECSTACK="/opt/${PN}/MTAServer"


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2020-06-21 10:25 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2020-06-21 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab12469f1bdb84eb025ccfe1a567d13c3421cf3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 10:12:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 10:25:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab12469

games-server/mtavc: move away from virtual/libstdc++

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 games-server/mtavc/{mtavc-0.5-r1.ebuild => mtavc-0.5-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/mtavc/mtavc-0.5-r1.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild
similarity index 92%
rename from games-server/mtavc/mtavc-0.5-r1.ebuild
rename to games-server/mtavc/mtavc-0.5-r2.ebuild
index 773e8712401..224b9f29ea3 100644
--- a/games-server/mtavc/mtavc-0.5-r1.ebuild
+++ b/games-server/mtavc/mtavc-0.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="-* ~x86"
 IUSE=""
 
-RDEPEND="virtual/libstdc++"
+RDEPEND="sys-libs/libstdc++-v3:5"
 DEPEND=""
 
 S=${WORKDIR}


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/
@ 2016-08-05 17:38 Austin English
  0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-08-05 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     323e5b6542348cab9d39c5a6b1471c420de6aa72
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 17:33:57 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 17:38:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323e5b65

games-server/mtavc: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-server/mtavc/mtavc-0.5-r1.ebuild | 47 ++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/games-server/mtavc/mtavc-0.5-r1.ebuild b/games-server/mtavc/mtavc-0.5-r1.ebuild
new file mode 100644
index 0000000..2043322
--- /dev/null
+++ b/games-server/mtavc/mtavc-0.5-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="dedicated server for GTA3 multiplayer"
+HOMEPAGE="http://mtavc.com/"
+SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz"
+
+LICENSE="MTA-0.5"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+
+RDEPEND="virtual/libstdc++"
+DEPEND=""
+
+S=${WORKDIR}
+
+QA_PREBUILT="/opt/${PN}/MTAServer"
+QA_EXECSTACK="/opt/${PN}/MTAServer"
+
+src_prepare() {
+	default
+
+	sed -i 's:NoName:Gentoo:' mtaserver.conf || die
+}
+
+src_install() {
+	local dir=/opt/${PN}
+	local files="banned.lst motd.txt mtaserver.conf"
+	local f
+
+	dobin "${FILESDIR}"/mtavc
+	sed -i -e "s:GENTOO_DIR:${dir}:" "${D}/usr/bin"/mtavc
+
+	exeinto "${dir}"
+	newexe MTAServer${PV} MTAServer
+	insinto /etc/${PN}
+	doins ${files}
+	dodoc README CHANGELOG
+	for f in ${files} ; do
+		dosym /etc/${PN}/${f} "${dir}"/${f}
+	done
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-08 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-15 10:12 [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2022-10-08 17:59 Sam James
2022-09-22  4:09 Sam James
2021-04-18  6:31 Sam James
2020-06-21 10:25 Sergei Trofimovich
2016-08-05 17:38 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox