Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
Date: Tue, 30 Nov 2021 13:23:08
Message-Id: 1638278570.757357aaaf118162c601069408cdd4c823e9b4bd.ionen@gentoo
1 commit: 757357aaaf118162c601069408cdd4c823e9b4bd
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 13:08:59 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 13:22:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757357aa
7
8 games-emulation/mednaffe: add 0.9.2
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-emulation/mednaffe/Manifest | 1 +
13 games-emulation/mednaffe/mednaffe-0.9.2.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
17 index 5043a725c2a7..efc6e9990c64 100644
18 --- a/games-emulation/mednaffe/Manifest
19 +++ b/games-emulation/mednaffe/Manifest
20 @@ -1 +1,2 @@
21 DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
22 +DIST mednaffe-0.9.2.tar.gz 2020368 BLAKE2B 9d976e029e81de8ebb4318e396854d3d6a01375098718a6001a21940a38701a79f83375854e51ac3d2c78da8c8c6d260d888399d7eb5305248035193848bd037 SHA512 76bb0d0ee8279ac179c6d596922fd0a870d96122019df8f98fea08aa7f82b95c4261d70baa5951e31200567e144efbba12c4fabb76f26c08bc1bb1bb60e95024
23
24 diff --git a/games-emulation/mednaffe/mednaffe-0.9.2.ebuild b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
25 new file mode 100644
26 index 000000000000..47386291e821
27 --- /dev/null
28 +++ b/games-emulation/mednaffe/mednaffe-0.9.2.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit xdg
36 +
37 +DESCRIPTION="Front-end (GUI) for mednafen emulator"
38 +HOMEPAGE="https://github.com/AmatCoder/mednaffe/"
39 +SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
40 +
41 +LICENSE="GPL-3+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +DEPEND="
46 + dev-libs/glib:2
47 + x11-libs/gdk-pixbuf:2
48 + x11-libs/gtk+:3"
49 +RDEPEND="
50 + ${DEPEND}
51 + >=games-emulation/mednafen-1.22.1"
52 +BDEPEND="virtual/pkgconfig"