Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-vcs/qgit/
Date: Mon, 30 Nov 2020 01:10:35
Message-Id: 1606698439.ed03ff55e1428ffd04d3e0161cf5ceae8ed719b3.asturm@gentoo
1 commit: ed03ff55e1428ffd04d3e0161cf5ceae8ed719b3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 01:07:19 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 01:07:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ed03ff55
7
8 dev-vcs/qgit: Drop 1.5.8
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-vcs/qgit/qgit-1.5.8.ebuild | 27 ---------------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-vcs/qgit/qgit-1.5.8.ebuild b/dev-vcs/qgit/qgit-1.5.8.ebuild
17 deleted file mode 100644
18 index 0d301f92..00000000
19 --- a/dev-vcs/qgit/qgit-1.5.8.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -inherit qt3
26 -
27 -MY_PV=${PV//_/}
28 -MY_P=${PN}-${MY_PV}
29 -
30 -DESCRIPTION="GUI interface for git/cogito SCM"
31 -HOMEPAGE="https://digilander.libero.it/mcostalba/"
32 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND="=dev-qt/qt-meta-3*"
40 -RDEPEND="${DEPEND}
41 - >=dev-vcs/git-1.5"
42 -
43 -S="${WORKDIR}/${MY_P}"
44 -
45 -src_install() {
46 - dobin src/qgit
47 - dodoc README ChangeLog
48 -}