Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/qgit/
Date: Mon, 21 Feb 2022 12:06:29
Message-Id: 1645445176.38141793e998c8692957e89f502a16b719958230.asturm@gentoo
1 commit: 38141793e998c8692957e89f502a16b719958230
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 11:10:30 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 12:06:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38141793
7
8 dev-vcs/qgit: Drop 2.9
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-vcs/qgit/Manifest | 1 -
14 dev-vcs/qgit/qgit-2.9.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest
18 index bce072a9b1ed..bbf805aa10cb 100644
19 --- a/dev-vcs/qgit/Manifest
20 +++ b/dev-vcs/qgit/Manifest
21 @@ -1,2 +1 @@
22 DIST qgit-2.10.tar.gz 222077 BLAKE2B df06b8561ece9196b7fc60a542bd636446946641d26cce2ac5bda958108b34e0f767a3a19dd455f76cde7eb924625bfc695a01d24b32cbb4d85c9bd3cd525963 SHA512 ab123aae19a02c91584cca493be2c62c023aa8b2a9bc6e35c46224aed0afab8a669bd33719a0074df3b50e96fe934b9b423bdaef4940eebd785bfd670aeba4bc
23 -DIST qgit-2.9.tar.gz 263875 BLAKE2B 8ec1235c760f2473a0700e7033ab99f3e72f019dee47761b86999a7de173132cf6592e9f5652b68285cd126adc4efffb5688944f34be2686683727354ab041c5 SHA512 2c91e02d0a7ea1e4620882520c77b47ff9b28fb9c9f9d178bf98b3e728e600e8d86a9e6e4cd60c33dbe63ced3636934fb7cdd6b0d5fa58182873675e3f97cc33
24
25 diff --git a/dev-vcs/qgit/qgit-2.9.ebuild b/dev-vcs/qgit/qgit-2.9.ebuild
26 deleted file mode 100644
27 index c7025221d0ff..000000000000
28 --- a/dev-vcs/qgit/qgit-2.9.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit xdg cmake
37 -
38 -DESCRIPTION="Qt GUI for git repositories"
39 -HOMEPAGE="https://github.com/tibirna/qgit"
40 -SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - dev-qt/qtcore:5
49 - dev-qt/qtgui:5
50 - dev-qt/qtwidgets:5
51 -"
52 -RDEPEND="${DEPEND}
53 - dev-vcs/git
54 - !dev-vcs/qgit:2
55 -"
56 -
57 -S="${WORKDIR}/${PN}-${P}"
58 -
59 -DOCS=( README.adoc )