Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gitg: ChangeLog gitg-0.0.3.ebuild
Date: Wed, 29 Apr 2009 10:06:52
Message-Id: E1Lz6gk-0001Kc-2v@stork.gentoo.org
1 ikelos 09/04/29 10:06:50
2
3 Modified: ChangeLog
4 Added: gitg-0.0.3.ebuild
5 Log:
6 Version bump gitg, thanks to voyageur for the notice.
7 (Portage version: 2.2_rc31/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-util/gitg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 5 Apr 2009 16:47:11 -0000 1.2
23 +++ ChangeLog 29 Apr 2009 10:06:49 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/gitg
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.2 2009/04/05 16:47:11 ikelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.3 2009/04/29 10:06:49 ikelos Exp $
29 +
30 +*gitg-0.0.3 (29 Apr 2009)
31 +
32 + 29 Apr 2009; Mike Auty <ikelos@g.o> +gitg-0.0.3.ebuild:
33 + Version bump gitg, thanks to voyageur for the notice.
34
35 *gitg-0.0.2 (05 Apr 2009)
36
37
38
39
40 1.1 dev-util/gitg/gitg-0.0.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/gitg-0.0.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/gitg-0.0.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gitg-0.0.3.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/gitg-0.0.3.ebuild,v 1.1 2009/04/29 10:06:50 ikelos Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="git repository viewer for GNOME"
54 HOMEPAGE="http://trac.novowork.com/gitg/"
55 SRC_URI="http://trac.novowork.com/gitg/raw-attachment/wiki/Releases/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/glib-2.16
63 >=x11-libs/gtk+-2.12
64 >=x11-libs/gtksourceview-2.2
65 >=gnome-base/gconf-2.10
66 dev-util/git"
67
68 DEPEND="${RDEPEND}
69 sys-devel/gettext
70 >=dev-util/pkgconfig-0.15
71 >=dev-util/intltool-0.35"
72
73 DOCS="AUTHORS ChangeLog NEWS README"
74
75 pkg_setup() {
76 G2CONF="${G2CONF} --disable-bundle"
77 }