commit: 39b61680aa065027e26469a72dadaf257e4bfa5b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jul 15 15:21:26 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jul 15 15:39:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b61680
dev-vcs/qgit: drop 2.10, 2.11 Closes: https://bugs.gentoo.org/948460 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-vcs/qgit/Manifest | 2 -- dev-vcs/qgit/qgit-2.10.ebuild | 27 --------------------------- dev-vcs/qgit/qgit-2.11.ebuild | 27 --------------------------- 3 files changed, 56 deletions(-) diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest index 28235ed45532..df880553c0ce 100644 --- a/dev-vcs/qgit/Manifest +++ b/dev-vcs/qgit/Manifest @@ -1,3 +1 @@ -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.10.ebuild b/dev-vcs/qgit/qgit-2.10.ebuild deleted file mode 100644 index 965209c62aeb..000000000000 --- a/dev-vcs/qgit/qgit-2.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Qt 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" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - dev-vcs/git -" - -DOCS=( README.adoc ) diff --git a/dev-vcs/qgit/qgit-2.11.ebuild b/dev-vcs/qgit/qgit-2.11.ebuild deleted file mode 100644 index 3fb8e4e61287..000000000000 --- a/dev-vcs/qgit/qgit-2.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Qt 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" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - dev-vcs/git -" - -DOCS=( README.adoc )
