commit: 2efe1c494083df48d55e0447678b8ce7bb16e7ef Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 09:08:07 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 01:52:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2efe1c49
app-emulation/wine-desktop-common: update EAPI 7 -> 8 Haven't had a proper look at this package (dead upstream), but wouldn't hurt to tidy ebuild a bit still. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> ...uild => wine-desktop-common-20150204-r2.ebuild} | 28 ++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild similarity index 56% rename from app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild rename to app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild index 5db8d88222b9..83b107d46a91 100644 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r2.ebuild @@ -1,31 +1,35 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit xdg DESCRIPTION="Various desktop menu items and icons for wine" -HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common - https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/" -SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/NP-Hardass/wine-desktop-common + https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/ +" +SRC_URI=" + https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${PN}-${PV//./} LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -RDEPEND="!app-emulation/wine:0" PDEPEND="app-eselect/eselect-wine" # These use a non-standard "Wine" category, which is provided by # /etc/xdg/applications-merged/wine.menu -QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop -usr/share/applications/wine-notepad.desktop -usr/share/applications/wine-uninstaller.desktop -usr/share/applications/wine-winecfg.desktop" - -S=${WORKDIR}/${PN}-${PV//./} +QA_DESKTOP_FILE=" + usr/share/applications/wine-browsedrive.desktop + usr/share/applications/wine-notepad.desktop + usr/share/applications/wine-uninstaller.desktop + usr/share/applications/wine-winecfg.desktop +" src_install() { emake install DESTDIR="${D}" EPREFIX="${EPREFIX}"