From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/mednafen-server/
Date: Fri, 17 May 2024 05:21:30 +0000 (UTC) [thread overview]
Message-ID: <1715922854.0e57a8f5857bc6dd75e17c8f9d31ff1f7a6c056f.ionen@gentoo> (raw)
commit: 0e57a8f5857bc6dd75e17c8f9d31ff1f7a6c056f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 16 17:15:04 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 17 05:14:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e57a8f5
games-server/mednafen-server: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
.../mednafen-server-0.5.2-r2.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/games-server/mednafen-server/mednafen-server-0.5.2-r2.ebuild b/games-server/mednafen-server/mednafen-server-0.5.2-r2.ebuild
new file mode 100644
index 000000000000..a08ec6a3f444
--- /dev/null
+++ b/games-server/mednafen-server/mednafen-server-0.5.2-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Server for Mednafen emulator"
+HOMEPAGE="https://mednafen.github.io/releases/"
+SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+ default
+
+ mv standard.conf standard.conf.example || die
+ mv run.sh run.sh.example || die
+}
+
+src_install() {
+ dobin src/${PN}
+ dodoc README *.example
+}
+
+pkg_postinst() {
+ einfo "Example config file and run file can be found in"
+ einfo "/usr/share/doc/${PF}/"
+}
next reply other threads:[~2024-05-17 5:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 5:21 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 7:32 [gentoo-commits] repo/gentoo:master commit in: games-server/mednafen-server/ Matt Jolly
2024-05-17 5:21 Ionen Wolkens
2024-04-19 10:38 Sam James
2016-08-05 17:38 Austin English
2016-06-06 14:31 Agostino Sarubbo
2016-04-26 5:44 Michael Sterrett
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=1715922854.0e57a8f5857bc6dd75e17c8f9d31ff1f7a6c056f.ionen@gentoo \
--to=ionen@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