Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/qgit: qgit-2.5.ebuild ChangeLog
Date: Mon, 01 Oct 2012 09:05:24
Message-Id: 20121001090447.A761D21600@flycatcher.gentoo.org
1 pesa 12/10/01 09:04:47
2
3 Modified: ChangeLog
4 Added: qgit-2.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-vcs/qgit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 25 Mar 2012 20:01:51 -0000 1.8
24 +++ ChangeLog 1 Oct 2012 09:04:47 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/qgit
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.8 2012/03/25 20:01:51 pesa Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.9 2012/10/01 09:04:47 pesa Exp $
30 +
31 +*qgit-2.5 (01 Oct 2012)
32 +
33 + 01 Oct 2012; Davide Pesavento <pesa@g.o> +qgit-2.5.ebuild:
34 + Version bump.
35
36 25 Mar 2012; Davide Pesavento <pesa@g.o> -qgit-2.3-r1.ebuild,
37 -qgit-2.3.ebuild:
38 @@ -247,4 +252,3 @@
39 30 Oct 2005; Fernando J. Pereda <ferdy@g.o> +metadata.xml,
40 +qgit-0.96.1.ebuild:
41 initial commit. fixes #110072
42 -
43
44
45
46 1.1 dev-vcs/qgit/qgit-2.5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild?rev=1.1&content-type=text/plain
50
51 Index: qgit-2.5.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v 1.1 2012/10/01 09:04:47 pesa Exp $
56
57 EAPI=4
58
59 inherit eutils qt4-r2
60
61 DESCRIPTION="Qt4 GUI for git repositories"
62 HOMEPAGE="http://libre.tibirna.org/projects/qgit/wiki/QGit"
63 SRC_URI="http://libre.tibirna.org/attachments/download/9/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="2"
67 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
68 IUSE=""
69
70 DEPEND="x11-libs/qt-gui:4"
71 RDEPEND="${DEPEND}
72 >=dev-vcs/git-1.6
73 "
74
75 S=${WORKDIR}/redivivus
76
77 src_install() {
78 newbin bin/qgit qgit4
79 newicon src/resources/qgit.png qgit4.png
80 make_desktop_entry qgit4 QGit qgit4
81 dodoc README
82 }