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: Sat, 25 Aug 2018 12:30:56
Message-Id: 1535200231.31815da6691c1a0d7064168c28c44af2ef504cbc.asturm@gentoo
1 commit: 31815da6691c1a0d7064168c28c44af2ef504cbc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 12:22:15 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 12:30:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31815da6
7
8 dev-vcs/qgit: 2.8 version bump
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-vcs/qgit/Manifest | 1 +
13 dev-vcs/qgit/qgit-2.8.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-vcs/qgit/Manifest b/dev-vcs/qgit/Manifest
17 index 6f137bb238c..224c5a645fe 100644
18 --- a/dev-vcs/qgit/Manifest
19 +++ b/dev-vcs/qgit/Manifest
20 @@ -1 +1,2 @@
21 DIST qgit-2.7.tar.gz 259624 BLAKE2B 48c5b7bd7da6b037b4be103a7de32375128311200ab98956edb1ac269fd46d6f4ec93049d86ce92fa009999e87bb8df6706f44847f795d993c829ee9d117ce69 SHA512 024fd825aaec64301f0bcbe0ca1d02eb8da0d754d79d09075b1cd87a507d44c97092b824949f2637b37f0e71b36723cad6963cd00dcb2f7597832aba3a5ab842
22 +DIST qgit-2.8.tar.gz 260236 BLAKE2B eb6dfc83891a8598c31c4711dfcfca1952abfdd8d2e54ce295260674b63bb90ec84fc582f8b045342640e3aed1aab0f000ec89e47a9147e98d1274540a744b2e SHA512 9845064a3f0b2e48b7bb1cbe8f252eaa4e4174cfd2e270ba6c746f0200847ee4d3cdded7f9550849743781669bd7f6f1afe1e83a918b2863a915876b27a3e42a
23
24 diff --git a/dev-vcs/qgit/qgit-2.8.ebuild b/dev-vcs/qgit/qgit-2.8.ebuild
25 new file mode 100644
26 index 00000000000..fb3be3a163c
27 --- /dev/null
28 +++ b/dev-vcs/qgit/qgit-2.8.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit cmake-utils
36 +
37 +DESCRIPTION="Qt GUI for git repositories"
38 +HOMEPAGE="https://github.com/tibirna/qgit"
39 +SRC_URI="https://github.com/tibirna/qgit/archive/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
44 +IUSE=""
45 +
46 +DEPEND="
47 + dev-qt/qtcore:5
48 + dev-qt/qtgui:5
49 + dev-qt/qtwidgets:5
50 +"
51 +RDEPEND="${DEPEND}
52 + dev-vcs/git
53 + !dev-vcs/qgit:2
54 +"
55 +
56 +S=${WORKDIR}/${PN}-${P}