Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gitg: ChangeLog gitg-0.0.6.ebuild
Date: Sun, 21 Feb 2010 16:40:41
Message-Id: E1NjErH-0005id-UM@stork.gentoo.org
1 sping 10/02/21 16:40:39
2
3 Modified: ChangeLog
4 Added: gitg-0.0.6.ebuild
5 Log:
6 dev-util/gitg: Bump to 0.0.6
7 (Portage version: 2.2_rc61/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 dev-util/gitg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Dec 2009 11:24:57 -0000 1.10
23 +++ ChangeLog 21 Feb 2010 16:40:39 -0000 1.11
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.10 2009/12/07 11:24:57 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/ChangeLog,v 1.11 2010/02/21 16:40:39 sping Exp $
30 +
31 +*gitg-0.0.6 (21 Feb 2010)
32 +
33 + 21 Feb 2010; Sebastian Pipping <sping@g.o> +gitg-0.0.6.ebuild:
34 + Bump to 0.0.6
35
36 07 Dec 2009; Markus Meier <maekke@g.o> gitg-0.0.5.ebuild:
37 amd64 stable, bug #288185
38
39
40
41 1.1 dev-util/gitg/gitg-0.0.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/gitg-0.0.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gitg/gitg-0.0.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gitg-0.0.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/gitg/gitg-0.0.6.ebuild,v 1.1 2010/02/21 16:40:39 sping Exp $
51
52 EAPI="2"
53
54 inherit gnome2
55
56 DESCRIPTION="git repository viewer for GNOME"
57 HOMEPAGE="http://trac.novowork.com/gitg/"
58
59 LICENSE="|| ( GPL-2 GPL-3 )"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND=">=dev-libs/glib-2.16
65 >=x11-libs/gtk+-2.16
66 >=x11-libs/gtksourceview-2.8
67 >=gnome-base/gconf-2.10
68 dev-util/git"
69
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/pkgconfig-0.15
73 >=dev-util/intltool-0.35"
74
75 DOCS="AUTHORS ChangeLog NEWS README"
76
77 src_prepare() {
78 # Fix intltoolize broken file, see <https://bugzilla.gnome.org/show_bug.cgi?id=577133>
79 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
80 }
81
82 pkg_setup() {
83 G2CONF="${G2CONF} --disable-bundle"
84 }