* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qhotkey/
@ 2023-04-18 6:03 Joonas Niilola
0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2023-04-18 6:03 UTC (permalink / raw
To: gentoo-commits
commit: 00e0db67f29624099ac46fba940246c65a0c9b71
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Wed Mar 29 21:48:27 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 06:03:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e0db67
dev-libs/qhotkey: new package, v1.5.0
A global shortcut/hotkey library for desktop Qt applications.
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/qhotkey/Manifest | 1 +
dev-libs/qhotkey/metadata.xml | 18 ++++++++++++++++++
dev-libs/qhotkey/qhotkey-1.5.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
3 files changed, 55 insertions(+)
diff --git a/dev-libs/qhotkey/Manifest b/dev-libs/qhotkey/Manifest
new file mode 100644
index 000000000000..627b3a927533
--- /dev/null
+++ b/dev-libs/qhotkey/Manifest
@@ -0,0 +1 @@
+DIST qhotkey-1.5.0.tar.gz 53083 BLAKE2B fab832d97ea8525b6d2916543b60c4e9ec2af1e0461b402d22367f5a9654b564cc24ee835e2157b1ef9f2dece66b750105b9815ccd7e0db4ae7352b33a5d6750 SHA512 c57135864e976c0881bca320f39ff98ec6973cb226902fe051b844ad29d106593bdf5524335b8f83a62cecac362af95b61964bc5fa6a47abcb7adf668bcc14c1
diff --git a/dev-libs/qhotkey/metadata.xml b/dev-libs/qhotkey/metadata.xml
new file mode 100644
index 000000000000..884dd3b49960
--- /dev/null
+++ b/dev-libs/qhotkey/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>gentoo@retornaz.com</email>
+ <name>Quentin Retornaz</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Skycoder42/QHotkey</remote-id>
+ </upstream>
+ <use>
+ <flag name="qt6">Use Qt6 dependencies</flag>
+ </use>
+</pkgmetadata>
diff --git a/dev-libs/qhotkey/qhotkey-1.5.0.ebuild b/dev-libs/qhotkey/qhotkey-1.5.0.ebuild
new file mode 100644
index 000000000000..5721563f8374
--- /dev/null
+++ b/dev-libs/qhotkey/qhotkey-1.5.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A global shortcut/hotkey library for desktop Qt applications"
+HOMEPAGE="https://github.com/Skycoder42/QHotkey"
+
+MY_PN="QHotkey"
+
+SRC_URI="https://github.com/Skycoder42/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD-with-attribution"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="qt6"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DEPEND="
+ !qt6? (
+ dev-qt/qtcore:5
+ dev-qt/qtx11extras:5
+ )
+ qt6? (
+ dev-qt/qtbase:6
+ )
+ x11-libs/libX11
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DQT_DEFAULT_MAJOR_VERSION:STRING=$(usex qt6 "6" "5")
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qhotkey/
@ 2025-05-26 18:31 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-05-26 18:31 UTC (permalink / raw
To: gentoo-commits
commit: d9d329566a9b3854248a617876740846d9a79c7d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 18:30:22 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 26 18:30:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d32956
dev-libs/qhotkey: drop 1.5.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qhotkey/metadata.xml | 3 ---
dev-libs/qhotkey/qhotkey-1.5.0.ebuild | 36 -----------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-libs/qhotkey/metadata.xml b/dev-libs/qhotkey/metadata.xml
index 884dd3b49960..5e8a08145096 100644
--- a/dev-libs/qhotkey/metadata.xml
+++ b/dev-libs/qhotkey/metadata.xml
@@ -12,7 +12,4 @@
<upstream>
<remote-id type="github">Skycoder42/QHotkey</remote-id>
</upstream>
- <use>
- <flag name="qt6">Use Qt6 dependencies</flag>
- </use>
</pkgmetadata>
diff --git a/dev-libs/qhotkey/qhotkey-1.5.0.ebuild b/dev-libs/qhotkey/qhotkey-1.5.0.ebuild
deleted file mode 100644
index 5721563f8374..000000000000
--- a/dev-libs/qhotkey/qhotkey-1.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A global shortcut/hotkey library for desktop Qt applications"
-HOMEPAGE="https://github.com/Skycoder42/QHotkey"
-
-MY_PN="QHotkey"
-
-SRC_URI="https://github.com/Skycoder42/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD-with-attribution"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="qt6"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DEPEND="
- !qt6? (
- dev-qt/qtcore:5
- dev-qt/qtx11extras:5
- )
- qt6? (
- dev-qt/qtbase:6
- )
- x11-libs/libX11
-"
-
-src_configure() {
- local mycmakeargs=(
- -DQT_DEFAULT_MAJOR_VERSION:STRING=$(usex qt6 "6" "5")
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-26 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 6:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qhotkey/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2025-05-26 18:31 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox