* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/doublecmd/
@ 2025-01-02 22:36 demize
0 siblings, 0 replies; only message in thread
From: demize @ 2025-01-02 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 9a2661e2f2b67730d92f33b788085426717cb1c0
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Thu Jan 2 22:26:09 2025 +0000
Commit: demize <demize <AT> unstable <DOT> systems>
CommitDate: Thu Jan 2 22:31:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a2661e2
app-misc/doublecmd: drop qt5 IUSE
This follows dev-lang/lazarus::gentoo, which
dropped qt5 support as well.
Signed-off-by: demize <demize <AT> unstable.systems>
...lecmd-1.1.16.ebuild => doublecmd-1.1.16-r1.ebuild} | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/app-misc/doublecmd/doublecmd-1.1.16.ebuild b/app-misc/doublecmd/doublecmd-1.1.16-r1.ebuild
similarity index 78%
rename from app-misc/doublecmd/doublecmd-1.1.16.ebuild
rename to app-misc/doublecmd/doublecmd-1.1.16-r1.ebuild
index 1b8f2fbd3..421d135ef 100644
--- a/app-misc/doublecmd/doublecmd-1.1.16.ebuild
+++ b/app-misc/doublecmd/doublecmd-1.1.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016-2024 Gentoo Authors
+# Copyright 2016-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,19 +12,13 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tar.gz"
LICENSE="GPL-2+ LGPL-2.1+ LGPL-3 MPL-1.1 Boost-1.0 BZIP2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="qt6"
RDEPEND="
!app-misc/doublecmd-bin
dev-libs/glib:2
sys-apps/dbus
x11-libs/libX11
- qt6? (
- dev-libs/libqt6pas:=
- )
- !qt6? (
- dev-libs/libqt5pas:=
- )
+ dev-libs/libqt6pas:=
"
DEPEND="
@@ -33,12 +27,7 @@ DEPEND="
"
BDEPEND="
- qt6? (
- >=dev-lang/lazarus-3.0[qt6]
- )
- !qt6? (
- >=dev-lang/lazarus-3.0[qt5]
- )
+ >=dev-lang/lazarus-3.0[qt6]
"
PATCHES=( "${FILESDIR}"/${P}-build.patch )
@@ -48,7 +37,7 @@ QA_FLAGS_IGNORED=".*"
QA_PRESTRIPPED=".*"
src_compile(){
- ./build.sh release $(usex qt6 qt6 qt5) || die
+ ./build.sh release qt6 || die
}
src_install(){
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-02 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 22:36 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/doublecmd/ demize
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox