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: Mon, 15 Nov 2021 23:29:31 +0000 (UTC)	[thread overview]
Message-ID: <1637018935.0523c69f478056149f0322be37f7e600a29c1c29.chewi@gentoo> (raw)

commit:     0523c69f478056149f0322be37f7e600a29c1c29
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 23:28:55 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 23:28:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0523c69f

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

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

 app-emulation/fs-uae-launcher/Manifest             |  1 -
 .../fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild   | 79 ----------------------
 2 files changed, 80 deletions(-)

diff --git a/app-emulation/fs-uae-launcher/Manifest b/app-emulation/fs-uae-launcher/Manifest
index 553794705ff2..588095e995c0 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1,3 +1,2 @@
-DIST fs-uae-launcher-3.0.5.tar.gz 9633819 BLAKE2B 8ce627302244bbd7d174f28c0dad345699942429c1109a7408c88412f6bb0e3e5d765e6c51abf2b95837a83261023b4f9c58d65892e58043889be8dc5e4cb759 SHA512 1a6700c56a14edce86ffbefee7494117af067da8b1dbc22937a36641ccb90927a3bbb011d15a891388bf08378aa623e00a2d45dbc49e822a5a569e110843add5
 DIST fs-uae-launcher-3.1.26.tar.gz 9656516 BLAKE2B 1b8d12ef91631dedf412976e81529ac7138b7f688ad6ae1ad55bfd3625590ee00aab89d229d2aa64eec577d291a6e634362c557428534c355fdb39e878f40253 SHA512 0e4e542bebfe2d8f862005c016fe70319dd6c5e1e413be9b0ce0421bb95253ba6eb92337989cc86210094b9b02a6ad86da4725f1a65d50673703fa6c6cb58f37
 DIST fs-uae-launcher-3.1.43.tar.xz 7785544 BLAKE2B 504d97dbc2bff7bc6abe065854e51b1ce51d40aec582586473629a77626c750510b4f885d3679a734d2dc7c889e9b18f41c27ea924ea7134641de2df16a0b404 SHA512 df19c4a3897b089daaee869226dfe2adfa990e0f8e30772e482e27a21c64f7d9d3369e8d6b0c72ac6119e207e9978f2052a7d681fe4f40b99e5ec48161e2a0fe

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild
deleted file mode 100644
index 8c176e122d91..000000000000
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.5.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,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/stable/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-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
-)
-
-src_prepare() {
-	default
-
-	# Unbundle OpenGL library. Keep oyoyo IRC library because upstream
-	# is long dead and it's not worth packaging separately.
-	rm -r OpenGL/ || die
-	sed -i -r "/OpenGL/d" setup.py || die
-}
-
-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() {
-	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:[~2021-11-15 23:29 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 23:29 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
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-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=1637018935.0523c69f478056149f0322be37f7e600a29c1c29.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