Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae/
Date: Tue, 28 Apr 2020 23:12:16
Message-Id: 1588115486.e946df41d4ae514437c4f35fca36376cbba068e9.chewi@gentoo
1 commit: e946df41d4ae514437c4f35fca36376cbba068e9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 23:11:26 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 23:11:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e946df41
7
8 app-emulation/fs-uae: Bump to 3.0.5, drop old 3.0.3, use xdg.eclass
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 app-emulation/fs-uae/Manifest | 2 +-
14 .../fs-uae/{fs-uae-3.0.3.ebuild => fs-uae-3.0.5.ebuild} | 13 ++-----------
15 2 files changed, 3 insertions(+), 12 deletions(-)
16
17 diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
18 index 8f9b4818852..4e1ce60994c 100644
19 --- a/app-emulation/fs-uae/Manifest
20 +++ b/app-emulation/fs-uae/Manifest
21 @@ -1 +1 @@
22 -DIST fs-uae-3.0.3.tar.gz 4844072 BLAKE2B 7e072abc11de1d7e174e3af9203d35941305f4bd5df9e11c5a94ada26c81c52912b1edee25e6ad3fa9d114dcb888d421fcb55def3a83931cab792650f5acfe9d SHA512 dce5f4b7e769902d334b48a5d5ff50cd152f48c8e50d5089a11abfe1a405e574eec460842b0bd74540375b80e65faca58b223cf6b03da6f84e326433f52f7c98
23 +DIST fs-uae-3.0.5.tar.gz 4819884 BLAKE2B 0a82e0635ed02c1b4f04610555370c80ea12a870a73fd00cc98adefcefada2deed293c437202af34fc98e2f695fe1b08df918eca71b504e5b94e5ab3a099d9ed SHA512 b34ffb818040c7bf67022f26e1dbc9ebf06742a354212f2b0d2aa6b8e04c60807893a16ff965c819395f4c3fb3c43c35b38dce848b86fa046a211e12414385c7
24
25 diff --git a/app-emulation/fs-uae/fs-uae-3.0.3.ebuild b/app-emulation/fs-uae/fs-uae-3.0.5.ebuild
26 similarity index 91%
27 rename from app-emulation/fs-uae/fs-uae-3.0.3.ebuild
28 rename to app-emulation/fs-uae/fs-uae-3.0.5.ebuild
29 index a33c9af89fa..3cf31cf10ce 100644
30 --- a/app-emulation/fs-uae/fs-uae-3.0.3.ebuild
31 +++ b/app-emulation/fs-uae/fs-uae-3.0.5.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=7
35
36 -inherit autotools xdg-utils
37 +inherit autotools xdg
38
39 DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE"
40 HOMEPAGE="https://fs-uae.net/"
41 @@ -105,15 +105,6 @@ src_install() {
42 }
43
44 pkg_postinst() {
45 - xdg_desktop_database_update
46 - xdg_mimeinfo_database_update
47 - xdg_icon_cache_update
48 -
49 + xdg_pkg_postinst
50 elog "Install app-emulation/fs-uae-launcher for a better graphical interface."
51 }
52 -
53 -pkg_postrm() {
54 - xdg_desktop_database_update
55 - xdg_mimeinfo_database_update
56 - xdg_icon_cache_update
57 -}