summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-04-29 00:11:26 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-04-29 00:11:26 +0100
commite946df41d4ae514437c4f35fca36376cbba068e9 (patch)
treef2ef474cd84d795d499f38ef86275999bb0848e1
parentapp-admin/rsyslog: bump to v8.2004.0 (diff)
downloadgentoo-e946df41.tar.gz
gentoo-e946df41.tar.bz2
gentoo-e946df41.zip
app-emulation/fs-uae: Bump to 3.0.5, drop old 3.0.3, use xdg.eclass
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--app-emulation/fs-uae/Manifest2
-rw-r--r--app-emulation/fs-uae/fs-uae-3.0.5.ebuild (renamed from app-emulation/fs-uae/fs-uae-3.0.3.ebuild)13
2 files changed, 3 insertions, 12 deletions
diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
index 8f9b48188526..4e1ce60994c8 100644
--- a/app-emulation/fs-uae/Manifest
+++ b/app-emulation/fs-uae/Manifest
@@ -1 +1 @@
-DIST fs-uae-3.0.3.tar.gz 4844072 BLAKE2B 7e072abc11de1d7e174e3af9203d35941305f4bd5df9e11c5a94ada26c81c52912b1edee25e6ad3fa9d114dcb888d421fcb55def3a83931cab792650f5acfe9d SHA512 dce5f4b7e769902d334b48a5d5ff50cd152f48c8e50d5089a11abfe1a405e574eec460842b0bd74540375b80e65faca58b223cf6b03da6f84e326433f52f7c98
+DIST fs-uae-3.0.5.tar.gz 4819884 BLAKE2B 0a82e0635ed02c1b4f04610555370c80ea12a870a73fd00cc98adefcefada2deed293c437202af34fc98e2f695fe1b08df918eca71b504e5b94e5ab3a099d9ed SHA512 b34ffb818040c7bf67022f26e1dbc9ebf06742a354212f2b0d2aa6b8e04c60807893a16ff965c819395f4c3fb3c43c35b38dce848b86fa046a211e12414385c7
diff --git a/app-emulation/fs-uae/fs-uae-3.0.3.ebuild b/app-emulation/fs-uae/fs-uae-3.0.5.ebuild
index a33c9af89fae..3cf31cf10ce0 100644
--- a/app-emulation/fs-uae/fs-uae-3.0.3.ebuild
+++ b/app-emulation/fs-uae/fs-uae-3.0.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools xdg-utils
+inherit autotools xdg
DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE"
HOMEPAGE="https://fs-uae.net/"
@@ -105,15 +105,6 @@ src_install() {
}
pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-
+ xdg_pkg_postinst
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
-}