From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/desmume/
Date: Sun, 3 Jul 2022 05:33:15 +0000 (UTC) [thread overview]
Message-ID: <1656825312.4ca9568911dc60d8cbfe92952234f5cecb54d003.ionen@gentoo> (raw)
commit: 4ca9568911dc60d8cbfe92952234f5cecb54d003
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 05:15:12 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 05:15:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca95689
games-emulation/desmume: drop 0.9.11_p20211119
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/desmume/Manifest | 1 -
.../desmume/desmume-0.9.11_p20211119.ebuild | 56 ----------------------
2 files changed, 57 deletions(-)
diff --git a/games-emulation/desmume/Manifest b/games-emulation/desmume/Manifest
index 9bbd673f7971..8eb9e63527a3 100644
--- a/games-emulation/desmume/Manifest
+++ b/games-emulation/desmume/Manifest
@@ -1,2 +1 @@
-DIST desmume-0.9.11_p20211119.tar.gz 13266678 BLAKE2B 0af12f9fd7f3448d4f18a61ec65f1a64926f402827bd9eb8af4a06766390dc626940c327e2bb0ff17d4d62eefe1171c4a836e98dbbbc34bf5d4e9e6d886189a0 SHA512 53553771b51741c2c553e47befec1eb90bdaa3c9ff239bdb301054dbaf5c483c768dac440fece797c9756f3c1490ad61da59b3b5728328b7f23aaa5e1de40625
DIST desmume-0.9.13.tar.xz 10437780 BLAKE2B d5ca5ec66aceff3d5aa5adf338a44cced4d30104f288172f4438a88402f9af0c161d1f0cd0401d184fa66ebbde684d4cd206179a7f6377d27e4dd9ae3d3e7bcd SHA512 b756c5a5d79479e38c6135e4dcff3bdbaf78a4860699320305c81056bd6e7b8ba4db3c3d3879e2ac226b095783357b9f579c0486cafbbbdcee8456e1469efd9e
diff --git a/games-emulation/desmume/desmume-0.9.11_p20211119.ebuild b/games-emulation/desmume/desmume-0.9.11_p20211119.ebuild
deleted file mode 100644
index 053083d697f1..000000000000
--- a/games-emulation/desmume/desmume-0.9.11_p20211119.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESMUME_COMMIT="b4080b2cae2f8e2700e318b97e369915e8995796"
-
-DESCRIPTION="Nintendo DS emulator"
-HOMEPAGE="https://desmume.org/"
-SRC_URI="https://github.com/TASVideos/desmume/archive/${DESMUME_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${DESMUME_COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gdb +gui openal wifi"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/libsdl2[X,opengl,sound,video]
- media-libs/libsoundtouch:=
- net-libs/libpcap
- sys-libs/zlib:=
- virtual/opengl
- x11-libs/agg
- x11-libs/libX11
- gui? (
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- )
- openal? ( media-libs/openal )
- !openal? ( media-libs/alsa-lib )"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.9.11_p20210409-fix-gtk-cliopts.patch
- "${FILESDIR}"/${PN}-0.9.11_p20210409-openal-automagic.patch
-)
-
-DOCS=( ${PN}/{AUTHORS,ChangeLog,README,README.LIN,doc/.} )
-
-src_configure() {
- local EMESON_SOURCE=${S}/${PN}/src/frontend/posix
- local emesonargs=(
- $(meson_use gdb gdb-stub)
- $(meson_use gui frontend-gtk)
- $(meson_use openal)
- $(meson_use wifi)
- )
- meson_src_configure
-}
next reply other threads:[~2022-07-03 5:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-03 5:33 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-21 4:59 [gentoo-commits] repo/gentoo:master commit in: games-emulation/desmume/ Ionen Wolkens
2022-06-22 0:54 Ionen Wolkens
2022-01-13 8:06 Ionen Wolkens
2021-06-08 7:10 Ionen Wolkens
2021-06-02 2:38 Ionen Wolkens
2020-02-09 10:38 Hanno Böck
2019-11-11 9:40 Hanno Böck
2019-11-02 15:00 Hanno Boeck
2018-04-04 21:44 Andreas Sturmlechner
2017-10-31 18:49 Andreas Hüttel
2017-10-27 12:54 Thomas Deutschmann
2015-11-29 8:42 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=1656825312.4ca9568911dc60d8cbfe92952234f5cecb54d003.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