* [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/
@ 2025-09-08 17:55 dsaf
0 siblings, 0 replies; 2+ messages in thread
From: dsaf @ 2025-09-08 17:55 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/
@ 2025-09-08 19:07 dsaf
0 siblings, 0 replies; 2+ messages in thread
From: dsaf @ 2025-09-08 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 7dc7c1bb827de0a878cf099655b6d83fa81f70a8
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Mon Sep 8 19:05:20 2025 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Mon Sep 8 19:05:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dc7c1bb
games-util/qzdl: oops, add PROPERTIES to 9999
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
games-util/qzdl/qzdl-99999999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-util/qzdl/qzdl-99999999.ebuild b/games-util/qzdl/qzdl-99999999.ebuild
index 103a7dc5cd..1d1566ac1b 100644
--- a/games-util/qzdl/qzdl-99999999.ebuild
+++ b/games-util/qzdl/qzdl-99999999.ebuild
@@ -8,6 +8,7 @@ inherit cmake desktop git-r3
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"
+PROPERTIES="live"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-08 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 19:07 [gentoo-commits] repo/proj/guru:dev commit in: games-util/qzdl/ dsaf
-- strict thread matches above, loose matches on Subject: below --
2025-09-08 17:55 dsaf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox