From: "dsaf" <ghostyn678+git@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/
Date: Mon, 08 Sep 2025 17:55:55 +0000 (UTC) [thread overview]
Message-ID: <1757354066.c552a7b54669d0cffcad2f577976b46b2f48d9d5.ghostyn678+git@gentoo> (raw)
commit: c552a7b54669d0cffcad2f577976b46b2f48d9d5
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Mon Sep 8 17:54:26 2025 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Mon Sep 8 17:54:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c552a7b5
games-util/qzdl: remove USE flags, add 20250103
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
games-util/qzdl/Manifest | 1 +
.../qzdl/{qzdl-9999.ebuild => qzdl-20250103.ebuild} | 21 ++++++++-------------
.../qzdl/{qzdl-9999.ebuild => qzdl-99999999.ebuild} | 14 +++-----------
3 files changed, 12 insertions(+), 24 deletions(-)
diff --git a/games-util/qzdl/Manifest b/games-util/qzdl/Manifest
new file mode 100644
index 0000000000..5c6809b36a
--- /dev/null
+++ b/games-util/qzdl/Manifest
@@ -0,0 +1 @@
+DIST qzdl-20250103.tar.gz 245223 BLAKE2B 0171676ed829ceedf815d3e21a3c4610a0fb8aece289fc458fd4b4023e1d7e4b43fafdd75eb6f45375171416c6bc58475ebe00c70cac7d02feb10fb10447a8be SHA512 2db6185d7ff5b808368bc2ff23a796226b4b9819f98ac97e8f74cdbbb6c22a511a180b57a26d2ed8e67ed5bda09e1e81166238eb0702f968e0ebebdfc214ad94
diff --git a/games-util/qzdl/qzdl-9999.ebuild b/games-util/qzdl/qzdl-20250103.ebuild
similarity index 68%
copy from games-util/qzdl/qzdl-9999.ebuild
copy to games-util/qzdl/qzdl-20250103.ebuild
index 5c3b80c922..f184f68d88 100644
--- a/games-util/qzdl/qzdl-9999.ebuild
+++ b/games-util/qzdl/qzdl-20250103.ebuild
@@ -2,32 +2,26 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+COMMIT="a03191777152b932b9bf15f45d439bf38e8c7679"
-inherit cmake desktop git-r3
+inherit cmake desktop
DESCRIPTION="Qt version of the ZDL ZDoom launcher"
HOMEPAGE="https://zdl.vectec.net/wiki/Main_Page"
-EGIT_REPO_URI="https://github.com/qbasicer/qzdl.git"
+SRC_URI="https://github.com/qbasicer/qzdl/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+qt6 qt5"
-REQUIRED_USE="|| ( qt5 qt6 )"
+KEYWORDS="~amd64"
DEPEND="
dev-libs/inih
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5
- )
- qt6? (
- dev-qt/qtbase:6[widgets]
- )
+ dev-qt/qtbase:6[widgets]
"
RDEPEND="${DEPEND}"
BDEPEND="
- qt5? ( dev-qt/qtcore:5 )
- qt6? ( dev-qt/qtbase:6 )
+ dev-qt/qtbase:6
"
PATCHES=(
@@ -38,6 +32,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
)
+
cmake_src_configure
}
diff --git a/games-util/qzdl/qzdl-9999.ebuild b/games-util/qzdl/qzdl-99999999.ebuild
similarity index 77%
rename from games-util/qzdl/qzdl-9999.ebuild
rename to games-util/qzdl/qzdl-99999999.ebuild
index 5c3b80c922..103a7dc5cd 100644
--- a/games-util/qzdl/qzdl-9999.ebuild
+++ b/games-util/qzdl/qzdl-99999999.ebuild
@@ -11,23 +11,14 @@ EGIT_REPO_URI="https://github.com/qbasicer/qzdl.git"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+qt6 qt5"
-REQUIRED_USE="|| ( qt5 qt6 )"
DEPEND="
dev-libs/inih
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtwidgets:5
- )
- qt6? (
- dev-qt/qtbase:6[widgets]
- )
+ dev-qt/qtbase:6[widgets]
"
RDEPEND="${DEPEND}"
BDEPEND="
- qt5? ( dev-qt/qtcore:5 )
- qt6? ( dev-qt/qtbase:6 )
+ dev-qt/qtbase:6
"
PATCHES=(
@@ -38,6 +29,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release
)
+
cmake_src_configure
}
next reply other threads:[~2025-09-08 17:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-08 17:55 dsaf [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-08 19:07 [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/ dsaf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1757354066.c552a7b54669d0cffcad2f577976b46b2f48d9d5.ghostyn678+git@gentoo \
--to=ghostyn678+git@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox