From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/qgit/
Date: Sun, 13 Jul 2025 14:25:19 +0000 (UTC) [thread overview]
Message-ID: <1752416532.b439a4d3f675a127b1ddacac8df503f752e59672.sping@gentoo> (raw)
commit: b439a4d3f675a127b1ddacac8df503f752e59672
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 14:18:37 2025 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 14:22:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b439a4d3
dev-vcs/qgit: 2.12 + Qt6
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
dev-vcs/qgit/Manifest | 1 +
dev-vcs/qgit/qgit-2.12.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest
index 84357b81d0fb..28235ed45532 100644
--- a/dev-vcs/qgit/Manifest
+++ b/dev-vcs/qgit/Manifest
@@ -1,2 +1,3 @@
DIST qgit-2.10.tar.gz 222077 BLAKE2B df06b8561ece9196b7fc60a542bd636446946641d26cce2ac5bda958108b34e0f767a3a19dd455f76cde7eb924625bfc695a01d24b32cbb4d85c9bd3cd525963 SHA512 ab123aae19a02c91584cca493be2c62c023aa8b2a9bc6e35c46224aed0afab8a669bd33719a0074df3b50e96fe934b9b423bdaef4940eebd785bfd670aeba4bc
DIST qgit-2.11.tar.gz 1103837 BLAKE2B 5adc6313e3d60716c874e5d47204fa74e6f03bd62b0ab1c1b35d8fcab6c3bbf4f21e4e4bc6d661a56935ef6f2a3274339acc41efb70ba62de8921e8680bdb83e SHA512 4d72a92e3398c8e4fb3ae67ee1bfeea285eced21ae56337b59224a5b6d6e2d55cf4f1411d59f31cae5d77da911527bd7770babd3b07697668c34b78e961c2580
+DIST qgit-2.12.tar.gz 1106508 BLAKE2B 67b67c95c27378fedc03b6898e55676272ca3072ad6c7123c4267cf17e5675400aeb51ddc3ac13d355723a15fc30e237e5742ec133a7948056539efbc29b3281 SHA512 637708922852d51a609fe9fc3055cd4722aebb7fb4a09e0531b719ff79a8cac2be4d85541e82368a55a71cd0c5150ac3b14e8fb4704ac3fa883f5fe8a32ac9c4
diff --git a/dev-vcs/qgit/qgit-2.12.ebuild b/dev-vcs/qgit/qgit-2.12.ebuild
new file mode 100644
index 000000000000..2595657501e2
--- /dev/null
+++ b/dev-vcs/qgit/qgit-2.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Qt-based GUI for Git repositories"
+HOMEPAGE="https://github.com/tibirna/qgit"
+SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+DEPEND="
+ dev-qt/qt5compat:6[gui]
+ dev-qt/qtbase:6[gui,widgets]
+"
+RDEPEND="${DEPEND}
+ dev-vcs/git
+"
+
+DOCS=( README.adoc )
+
+src_configure() {
+ local mycmakeargs=(
+ -DQT_PACKAGE=Qt6
+ )
+ cmake_src_configure
+}
next reply other threads:[~2025-07-13 14:25 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-13 14:25 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-15 22:02 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/qgit/ Sebastian Pipping
2025-07-15 15:39 Andreas Sturmlechner
2025-07-13 22:16 Sam James
2025-07-13 20:47 Sam James
2025-07-07 10:52 Sebastian Pipping
2022-02-21 12:06 Andreas Sturmlechner
2022-02-11 19:07 Jakov Smolić
2022-02-09 6:53 Agostino Sarubbo
2022-01-11 17:30 Sebastian Pipping
2022-01-09 21:45 Andreas Sturmlechner
2020-11-23 23:11 Andreas Sturmlechner
2020-11-16 23:21 David Seifert
2020-04-04 0:55 Andreas Sturmlechner
2020-04-03 13:12 Agostino Sarubbo
2020-04-03 12:05 Agostino Sarubbo
2020-02-24 22:14 Andreas Sturmlechner
2018-09-15 16:43 Mikle Kolyada
2018-09-12 20:47 Thomas Deutschmann
2018-08-25 12:30 Andreas Sturmlechner
2017-06-20 16:25 Davide Pesavento
2017-06-20 5:17 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-06-18 10:59 Michael Palimaka
2017-04-22 19:06 Davide Pesavento
2016-10-22 13:41 Davide Pesavento
2016-10-22 11:09 Michael Palimaka
2016-06-13 21:49 Davide Pesavento
2016-05-13 18:21 Davide Pesavento
2016-05-11 19:35 Davide Pesavento
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=1752416532.b439a4d3f675a127b1ddacac8df503f752e59672.sping@gentoo \
--to=sping@gentoo.org \
--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