commit: 2e442a3ac7e1b501b3170e3bf1fb10f40d4852e4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 17:11:49 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 21:14:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e442a3a
app-emulation/q4wine: drop 1.3.13, destabilising package Closes: https://bugs.gentoo.org/949838 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-emulation/q4wine/Manifest | 1 - app-emulation/q4wine/q4wine-1.3.13.ebuild | 53 ------------------------------- profiles/package.mask | 5 +++ 3 files changed, 5 insertions(+), 54 deletions(-) diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest index 1488e620f897..ee06ebe4aef1 100644 --- a/app-emulation/q4wine/Manifest +++ b/app-emulation/q4wine/Manifest @@ -1,2 +1 @@ -DIST q4wine-1.3.13.tar.bz2 2862153 BLAKE2B ad70ec0c4122d7eb6acc14976fc8194e1250beadd38762f726ccb9f40fe0f61e5c46fa40727fd2323521db4ba01a759c678d5ead7cb247fdd2e7da6ae47d9e05 SHA512 1e364519889713192f39115093740827c96ee33092ac0a3ee6c548790fc380687481e999bfb0e9df725e6497877d6b3808714a698f794e97ad86c360d505509b DIST q4wine-1.4.0.tar.gz 3197514 BLAKE2B 9a858211bf16a441cb960325677df4f69c09887538ea30c6e961413592c3648d7467807bec891f1ed12577a700f5627debcf6123770fd36153cae2dcfe13c898 SHA512 faba9fda15d1067940abbef3b3ba9a30b8bfd759892b2c05963c3cf69bb331afb101016afd3485a9be2b6b03944a920d05664b01e4af4f3e554c739511ff3c4a diff --git a/app-emulation/q4wine/q4wine-1.3.13.ebuild b/app-emulation/q4wine/q4wine-1.3.13.ebuild deleted file mode 100644 index cddbd8e97e50..000000000000 --- a/app-emulation/q4wine/q4wine-1.3.13.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Upstream names the package PV-rX. We change that to -# PV_pX so we can use portage revisions. -MY_P=${PN}-${PV/_p/-r} -inherit cmake xdg - -DESCRIPTION="Qt GUI configuration tool for Wine" -HOMEPAGE="https://q4wine.brezblock.org.ua/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.bz2" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+dbus debug +ico +iso +wineappdb" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsql:5[sqlite] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dbus? ( dev-qt/qtdbus:5 ) - ico? ( >=media-gfx/icoutils-0.26.0 ) -" -RDEPEND="${DEPEND} - app-admin/sudo - >=sys-apps/which-2.19 - iso? ( sys-fs/fuseiso ) -" -BDEPEND="dev-qt/linguist-tools:5" - -DOCS=( AUTHORS ChangeLog README ) - -src_configure() { - local mycmakeargs=( - -DDEBUG=$(usex debug ON OFF) - -DWITH_ICOUTILS=$(usex ico ON OFF) - -DWITH_SYSTEM_SINGLEAPP=ON - -DWITH_WINEAPPDB=$(usex wineappdb ON OFF) - -DUSE_BZIP2=OFF - -DUSE_GZIP=OFF - -DWITH_DBUS=$(usex dbus ON OFF) - ) - cmake_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index d209ecd92a4c..08388cf53530 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2025-04-14) +# Package destabilisation mask after prolongued time w/o maintainer. +# Bug #949838 +~app-emulation/q4wine-1.3.13 + # Hans de Graaff <[email protected]> (2025-04-14) # Obsolete slot that fails tests, bug 933189. EAPI 7. Use the newer # slot instead. Masked for removal on 2025-05-14.
