public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/
Date: Sat, 18 Feb 2023 14:09:42 +0000 (UTC)	[thread overview]
Message-ID: <1676729355.fefeab1c3ec08edafd263587a2043063635f9731.chewi@gentoo> (raw)

commit:     fefeab1c3ec08edafd263587a2043063635f9731
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 13:53:01 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 14:09:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefeab1c

app-emulation/fs-uae-launcher: Drop old 3.1.66

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae-launcher/Manifest             |  1 -
 .../fs-uae-launcher/fs-uae-launcher-3.1.66.ebuild  | 72 ----------------------
 2 files changed, 73 deletions(-)

diff --git a/app-emulation/fs-uae-launcher/Manifest b/app-emulation/fs-uae-launcher/Manifest
index b530bfe1eadf..33e2c6962c2d 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1,2 +1 @@
-DIST fs-uae-launcher-3.1.66.tar.xz 7730328 BLAKE2B 68e141658d267c0bc574b216be5c99d10dff23d153e13cccc6a19c5abe618657ce3faf5c685e604ef55927a0dc713c0606f9e1f41e3bcd0015aeb232b9266713 SHA512 6232f43a0a41e67d912b277294079608808a7243512e7970900fab2be483ba82da99eaae547c41be059828c1f5d316e9b58ab8018651c9643b2b72cf7eb6f67e
 DIST fs-uae-launcher-3.1.68.tar.xz 7736036 BLAKE2B b2b14d568efa8c00b45497dea1bf73ac0b2522171269903f50ee68eff7e990f54c1b836af84a0b338caffd159fe3f638e6326db95f86482e190238e75894decd SHA512 a637117602c7276b60350ac3bb9c69eec4c18454efd4024e7b822da897eee0f9299f406e4126771f753b75f29d53591e9bbe3e4cbc016dda1ec063e73fe51f07

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.66.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.66.ebuild
deleted file mode 100644
index d757cf8abed7..000000000000
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.66.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_9 )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="PyQt5-based launcher for FS-UAE"
-HOMEPAGE="https://fs-uae.net/"
-SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE="lha"
-RESTRICT="test" # The test files are just boilerplate.
-
-RDEPEND="
-	app-emulation/fs-uae
-	$(python_gen_cond_dep '
-		dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
-		dev-python/pyopengl[${PYTHON_USEDEP}]
-		dev-python/requests[${PYTHON_USEDEP}]
-		lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
-	')
-"
-
-BDEPEND="
-	sys-devel/gettext
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.0-ROMs.patch
-)
-
-python_compile_all() {
-	emake
-}
-
-python_install() {
-	local dir=${EPREFIX}/usr/share/${PN}
-	distutils-r1_python_install --install-lib="${dir}" --install-scripts="${dir}"
-}
-
-python_install_all() {
-	dosym ../share/${PN}/${PN} /usr/bin/${PN}
-	emake install-data DESTDIR="${D}" prefix="${EPREFIX}"/usr
-	mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	elog "Some important information:"
-	elog
-	ewarn " - Do not use QtCurve, it will crash PyQt5!"
-	elog
-	elog " - By default, FS-UAE creates its directories under Documents/FS-UAE."
-	elog "   If your Documents directory is not configured according to the XDG"
-	elog "   user diretory spec, ~/FS-UAE will be used as a fallback."
-	elog
-	elog " - You can override this by putting the path to the desired base"
-	elog "   directory in a special config file. The config file will be read"
-	elog "   from ~/.config/fs-uae/base-dir by both FS-UAE and FS-UAE Launcher"
-	elog "   if it exists."
-	elog
-	elog "   Alternatively, you can start FS-UAE and/or FS-UAE Launcher with"
-	elog "   --base-dir=/path/to/desired/dir"
-}


             reply	other threads:[~2023-02-18 14:09 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-18 14:09 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 15:16 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/ James Le Cuirot
2023-02-18 14:09 James Le Cuirot
2022-01-30 11:39 James Le Cuirot
2022-01-30 11:39 James Le Cuirot
2021-12-27  9:27 James Le Cuirot
2021-12-27  9:27 James Le Cuirot
2021-12-18 12:08 James Le Cuirot
2021-12-18  9:37 James Le Cuirot
2021-12-18  9:37 James Le Cuirot
2021-11-27  9:12 James Le Cuirot
2021-11-27  9:12 James Le Cuirot
2021-11-22 23:22 James Le Cuirot
2021-11-22 23:22 James Le Cuirot
2021-11-19 20:17 Arthur Zamarin
2021-11-15 23:29 James Le Cuirot
2021-11-15 23:29 James Le Cuirot
2021-10-16 23:10 James Le Cuirot
2021-10-16 11:43 James Le Cuirot
2021-02-27  8:57 James Le Cuirot
2020-04-28 23:12 James Le Cuirot
2020-04-23 21:24 James Le Cuirot
2019-11-21 23:49 James Le Cuirot
2019-11-21 23:49 James Le Cuirot
2019-05-08 19:57 James Le Cuirot

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=1676729355.fefeab1c3ec08edafd263587a2043063635f9731.chewi@gentoo \
    --to=chewi@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