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/
Date: Thu, 21 Nov 2019 23:49:18 +0000 (UTC)	[thread overview]
Message-ID: <1574380090.67af8ec6d40d0c1e7b9a09556510ac841ca65e2b.chewi@gentoo> (raw)

commit:     67af8ec6d40d0c1e7b9a09556510ac841ca65e2b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 23:48:10 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 23:48:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67af8ec6

app-emulation/fs-uae: Drop old 3.0.0

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae/Manifest            |   1 -
 app-emulation/fs-uae/fs-uae-3.0.0.ebuild | 119 -------------------------------
 2 files changed, 120 deletions(-)

diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
index 46505edf96b..dce8e57ef87 100644
--- a/app-emulation/fs-uae/Manifest
+++ b/app-emulation/fs-uae/Manifest
@@ -1,2 +1 @@
-DIST fs-uae-3.0.0.tar.gz 4841427 BLAKE2B 318bf457cca60e763a938d3d1a846e72a50f9b899dd8eefd79bc331f385a3529cb2bf2adc1616c1c5a04c1a1c92d4257c88593ada103d3e05847656a26a1c435 SHA512 3ceee2434b3aa3f545370a17149b3cda8d2eeb1bd093a45869a897a00b82ae4395efc52c129124e44262b47b7f56337e1adb9f58b0a1562efa73ee3ea3915b68
 DIST fs-uae-3.0.2.tar.gz 4843019 BLAKE2B cc60ba5d7919b178b8119af750796c0d5c5e805a47de4546e4beebb6bf239a7d7f723af30cc6e49a9515c9312a69aeca6ccbd2896cd6b94d9f072ec40f3571de SHA512 4727e61276e75e7b622b7c22b3991955efff0cf371215a0c72158d1f78e78dad7e82680865891ce015472606e8f55ed568c22a157760cc0779bef39aefc8c416

diff --git a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild b/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
deleted file mode 100644
index 6d0c2446b7e..00000000000
--- a/app-emulation/fs-uae/fs-uae-3.0.0.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg-utils
-
-DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE"
-HOMEPAGE="https://fs-uae.net/"
-SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="fmv glew"
-
-RDEPEND="
-	dev-libs/glib:2
-	media-libs/libpng:0=
-	media-libs/libsdl2[opengl,X]
-	media-libs/openal
-	virtual/opengl
-	x11-libs/libdrm
-	x11-libs/libX11
-	fmv? ( media-libs/libmpeg2 )
-	glew? ( media-libs/glew:0= )
-"
-
-DEPEND="
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-
-BDEPEND="
-	app-arch/zip
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
-	"${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
-)
-
-src_prepare() {
-	default
-	AT_NO_RECURSIVE=1 eautoreconf
-
-	# Ensure bundled libraries are not used. Udis86 is unused
-	# regardless. Only FLAC headers are bundled and the library is never
-	# used? Lua is bundled but differs from upstream. We keep the
-	# default of disabling the Lua feature anyway as it is unfinished.
-	rm -r libmpeg2/ libudis86/ || die
-}
-
-src_configure() {
-	# Qt and Udis86 are unused.
-	econf \
-		--enable-a2065 \
-		--enable-action-replay \
-		--enable-aga \
-		--enable-arcadia \
-		--enable-bsdsocket \
-		--enable-caps \
-		--enable-cd32 \
-		--enable-cdtv \
-		--enable-codegen \
-		--enable-dms \
-		--enable-drivesound \
-		--enable-fdi2raw \
-		--enable-gfxboard \
-		--enable-jit \
-		--enable-jit-fpu \
-		--enable-netplay \
-		--enable-ncr \
-		--enable-ncr9x \
-		--enable-parallel-port \
-		--enable-prowizard \
-		--enable-savestate \
-		--enable-scp \
-		--enable-serial-port \
-		--enable-slirp \
-		--enable-softfloat \
-		--enable-qemu-cpu \
-		--enable-qemu-slirp \
-		--enable-uaenative \
-		--enable-uaenet \
-		--enable-uaescsi \
-		--enable-uaeserial \
-		--disable-udis86 \
-		--enable-vpar \
-		--enable-xml-shader \
-		--enable-zip \
-		--with-glad \
-		--without-qt \
-		$(use_with fmv libmpeg2) \
-		$(use_with glew)
-}
-
-src_install() {
-	default
-
-	# Needed for QEMU-UAE.
-	insinto /usr/include/uae
-	doins src/include/uae/{api,attributes,log,ppc,qemu,types}.h
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-
-	elog "Install app-emulation/fs-uae-launcher for a better graphical interface."
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}


             reply	other threads:[~2019-11-21 23:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-21 23:49 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 23:18 [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/ Sam James
2022-04-17  9:41 James Le Cuirot
2021-12-27  9:27 James Le Cuirot
2021-12-27  9:27 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-15 23:29 James Le Cuirot
2021-11-15 23:29 James Le Cuirot
2021-11-14 21:53 James Le Cuirot
2021-11-14 21:53 James Le Cuirot
2021-10-22 22:51 James Le Cuirot
2021-10-22 22:51 James Le Cuirot
2021-10-16 11:43 James Le Cuirot
2021-06-01 22:15 James Le Cuirot
2020-04-28 23:12 James Le Cuirot
2020-03-22 14:33 James Le Cuirot
2019-11-21 23:49 James Le Cuirot
2019-09-15 12:52 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=1574380090.67af8ec6d40d0c1e7b9a09556510ac841ca65e2b.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