public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia/
Date: Sat, 20 Feb 2021 22:30:30 +0000 (UTC)	[thread overview]
Message-ID: <1613860209.167ef36b662d4276f2a74934c00cf20dfb0e5a21.soap@gentoo> (raw)

commit:     167ef36b662d4276f2a74934c00cf20dfb0e5a21
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 22:30:09 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 22:30:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167ef36b

games-emulation/nestopia: Version bump to 1.50

Closes: https://bugs.gentoo.org/661932
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-emulation/nestopia/Manifest             |  1 +
 games-emulation/nestopia/nestopia-1.50.ebuild | 45 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest
index a8903ce7eaf..6ead2747a04 100644
--- a/games-emulation/nestopia/Manifest
+++ b/games-emulation/nestopia/Manifest
@@ -1 +1,2 @@
 DIST nestopia-1.47_p20170105.tar.gz 1283456 BLAKE2B 50e70f6f952e3b11b056e398b1b83ffd9458e89a877a8a05c4f9360f047c3a8e1edff2a1316a5d3967db050705dee066bae3452743985b7ce438294fe31d6b78 SHA512 58d1a932a6b90589c66503b2013b1a8162072e77e0416851a1430fa146e7fd85ff7363b70292c69d4c4513e3750aa53436a312c0240a843e42fbb89b554e7a70
+DIST nestopia-1.50.tar.gz 1529804 BLAKE2B ef2fdf6ffb6ff9bb5f222730869d6deadb892c0a3996e97750afee692ec1d3b997e2bfe353a4fe26b9771781f659de83dda5e4676e221f4b9beaa512d6873ca4 SHA512 6ea389d4891c7cfa36517495735ea0f34ba9427e51757113d0fe2b72d5ce5b11d7e6b7c02fd1e4e347a13bba06823e334800ff15036872e09b8561c10c7cb568

diff --git a/games-emulation/nestopia/nestopia-1.50.ebuild b/games-emulation/nestopia/nestopia-1.50.ebuild
new file mode 100644
index 00000000000..a6d4fc185a4
--- /dev/null
+++ b/games-emulation/nestopia/nestopia-1.50.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++"
+HOMEPAGE="http://0ldsk00l.ca/nestopia/"
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/0ldsk00l/nestopia.git"
+else
+	SRC_URI="https://github.com/0ldsk00l/nestopia/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="ao doc gui jack"
+
+RDEPEND="
+	app-arch/libarchive:=
+	media-libs/libepoxy
+	media-libs/libsdl2[sound,joystick,video]
+	sys-libs/zlib
+	ao? ( media-libs/libao )
+	gui? ( x11-libs/gtk+:3 )
+	jack? ( virtual/jack )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with ao) \
+		$(use_with jack) \
+		$(use_enable doc) \
+		$(use_enable gui)
+}


             reply	other threads:[~2021-02-20 22:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-20 22:30 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24  7:48 [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia/ Ionen Wolkens
2024-05-12 20:25 Ionen Wolkens
2024-05-05 23:44 Ionen Wolkens
2023-01-20 22:48 Ionen Wolkens
2023-01-20 22:48 Ionen Wolkens
2023-01-20 22:48 Ionen Wolkens
2023-01-11 11:26 Ionen Wolkens
2023-01-11 11:26 Ionen Wolkens
2022-02-16  6:58 Ionen Wolkens
2022-02-09 19:16 David Seifert
2022-02-09 18:54 Ionen Wolkens
2022-02-09 18:54 Ionen Wolkens
2022-02-09 18:54 Ionen Wolkens
2021-02-20 22:30 David Seifert
2021-02-20 22:30 David Seifert
2020-01-12 11:14 David Seifert
2017-10-05 12:23 Michael Palimaka
2017-10-05 12:23 Michael Palimaka
2017-01-05 13:30 David Seifert
2017-01-05 13:30 David Seifert

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=1613860209.167ef36b662d4276f2a74934c00cf20dfb0e5a21.soap@gentoo \
    --to=soap@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