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-vcs/gitg: gitg-0.0.8.ebuild ChangeLog gitg-0.0.1.ebuild gitg-0.0.4.ebuild gitg-0.0.2.ebuild gitg-0.0.3.ebuild
Date: Thu, 30 Dec 2010 22:41:58
Message-Id: 20101230224128.BB75E20054@flycatcher.gentoo.org
1 ikelos 10/12/30 22:41:28
2
3 Modified: ChangeLog
4 Added: gitg-0.0.8.ebuild
5 Removed: gitg-0.0.1.ebuild gitg-0.0.4.ebuild
6 gitg-0.0.2.ebuild gitg-0.0.3.ebuild
7 Log:
8 Version bump gitg to 0.0.8.
9
10 (Portage version: 2.2.0_alpha10/cvs/Linux i686)
11
12 Revision Changes Path
13 1.5 dev-vcs/gitg/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.4&r2=1.5
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- ChangeLog 17 Jul 2010 11:21:22 -0000 1.4
26 +++ ChangeLog 30 Dec 2010 22:41:28 -0000 1.5
27 @@ -1,6 +1,16 @@
28 # ChangeLog for dev-vcs/gitg
29 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.4 2010/07/17 11:21:22 tanderson Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.5 2010/12/30 22:41:28 ikelos Exp $
32 +
33 + 30 Dec 2010; Mike Auty <ikelos@g.o> -gitg-0.0.1.ebuild,
34 + -gitg-0.0.2.ebuild, -gitg-0.0.3.ebuild, -gitg-0.0.4.ebuild,
35 + +gitg-0.0.8.ebuild:
36 + Remove old never-stabilized versions of gitg.
37 +
38 +*gitg-0.0.8 (30 Dec 2010)
39 +
40 + 30 Dec 2010; Mike Auty <ikelos@g.o> +gitg-0.0.8.ebuild:
41 + Version bump gitg to 0.0.8.
42
43 17 Jul 2010; Thomas Anderson <tanderson@g.o> gitg-0.0.6.ebuild:
44 stable amd64, bug 327337
45
46
47
48 1.1 dev-vcs/gitg/gitg-0.0.8.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.1&content-type=text/plain
52
53 Index: gitg-0.0.8.ebuild
54 ===================================================================
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.1 2010/12/30 22:41:28 ikelos Exp $
58
59 EAPI="2"
60
61 inherit gnome2
62
63 DESCRIPTION="git repository viewer for GNOME"
64 HOMEPAGE="http://trac.novowork.com/gitg/"
65
66 LICENSE="|| ( GPL-2 GPL-3 )"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND=">=dev-libs/glib-2.26
72 >=x11-libs/gtk+-2.18
73 >=x11-libs/gtksourceview-2.8
74 >=gnome-base/gconf-2.10
75 dev-vcs/git"
76
77 DEPEND="${RDEPEND}
78 sys-devel/gettext
79 >=dev-util/pkgconfig-0.15
80 >=dev-util/intltool-0.35"
81
82 DOCS="AUTHORS ChangeLog NEWS README"
83
84 src_prepare() {
85 # Fix intltoolize broken file, see <https://bugzilla.gnome.org/show_bug.cgi?id=577133>
86 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
87 }
88
89 pkg_setup() {
90 G2CONF="${G2CONF} --disable-bundle"
91 }