games-emulation/melonds: move to better eclasses

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-07-24 06:04:00 +02:00
parent cd2e62b3ce
commit b1bf4134ee
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS"
MY_P="${MY_PN}-${PV}"
inherit cmake-utils desktop xdg-utils
inherit eutils xdg cmake
DESCRIPTION="DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/"
@ -39,6 +39,7 @@ RDEPEND="
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
elog "You need the following files in order to run melonDS:"
elog "- bios7.bin"
elog "- bios9.bin"
@ -51,4 +52,5 @@ pkg_postinst() {
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@ -6,7 +6,7 @@ EAPI=7
MY_PN="melonDS"
MY_P="${MY_PN}-${PV}"
inherit cmake-utils desktop xdg-utils
inherit eutils xdg cmake
DESCRIPTION="DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/"
@ -39,6 +39,7 @@ RDEPEND="
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
elog "You need the following files in order to run melonDS:"
elog "- bios7.bin"
elog "- bios9.bin"
@ -51,4 +52,5 @@ pkg_postinst() {
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}