Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-vcs/qgit/
Date: Mon, 01 Oct 2012 09:10:32
Message-Id: 1349082611.bc12b4fa2c033a3e10fefc0a622cfb920aacffb5.pesa@gentoo
1 commit: bc12b4fa2c033a3e10fefc0a622cfb920aacffb5
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 1 09:10:11 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 09:10:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bc12b4fa
7
8 [dev-vcs/qgit] Sync with portage.
9
10 (Portage version: 2.2.0_alpha134/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-vcs/qgit/metadata.xml | 9 ++++-----
14 dev-vcs/qgit/qgit-9999.ebuild | 18 +++++++++++-------
15 2 files changed, 15 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-vcs/qgit/metadata.xml b/dev-vcs/qgit/metadata.xml
18 index ba70654..3c06801 100644
19 --- a/dev-vcs/qgit/metadata.xml
20 +++ b/dev-vcs/qgit/metadata.xml
21 @@ -1,9 +1,8 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 - <herd></herd>
26 - <maintainer>
27 - <email>reavertm@××××××.fm</email>
28 - <name>Maciej Mrozowski</name>
29 - </maintainer>
30 + <maintainer>
31 + <email>pesa@g.o</email>
32 + <name>Davide Pesavento</name>
33 + </maintainer>
34 </pkgmetadata>
35
36 diff --git a/dev-vcs/qgit/qgit-9999.ebuild b/dev-vcs/qgit/qgit-9999.ebuild
37 index aee16ea..d806fb6 100644
38 --- a/dev-vcs/qgit/qgit-9999.ebuild
39 +++ b/dev-vcs/qgit/qgit-9999.ebuild
40 @@ -3,12 +3,13 @@
41 # $Header: $
42
43 EAPI=4
44 -inherit qt4-r2 git-2
45
46 -DESCRIPTION="GUI interface for git/cogito SCM"
47 -HOMEPAGE="http://digilander.libero.it/mcostalba/"
48 -EGIT_REPO_URI="git://repo.or.cz/${PN}4/redivivus.git
49 - http://repo.or.cz/r/${PN}4/redivivus.git"
50 +inherit eutils qt4-r2 git-2
51 +
52 +DESCRIPTION="Qt4 GUI for git repositories"
53 +HOMEPAGE="http://libre.tibirna.org/projects/qgit/wiki/QGit"
54 +EGIT_REPO_URI="git://repo.or.cz/qgit4/redivivus.git
55 + http://repo.or.cz/r/qgit4/redivivus.git"
56
57 LICENSE="GPL-2"
58 SLOT="2"
59 @@ -17,9 +18,12 @@ IUSE=""
60
61 DEPEND="x11-libs/qt-gui:4"
62 RDEPEND="${DEPEND}
63 - >=dev-vcs/git-1.5.3"
64 + >=dev-vcs/git-1.6
65 +"
66
67 src_install() {
68 - newbin bin/${PN} ${PN}4
69 + newbin bin/qgit qgit4
70 + newicon src/resources/qgit.png qgit4.png
71 + make_desktop_entry qgit4 QGit qgit4
72 dodoc README
73 }