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
Date: Fri, 31 Dec 2010 00:00:10
Message-Id: 20101230235959.736DA2004E@flycatcher.gentoo.org
1 ikelos 10/12/30 23:59:59
2
3 Modified: gitg-0.0.8.ebuild ChangeLog
4 Log:
5 Fix a few dependency/ebuild issues as mentioned in bug 350189.
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 dev-vcs/gitg/gitg-0.0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?r1=1.1&r2=1.2
15
16 Index: gitg-0.0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gitg-0.0.8.ebuild 30 Dec 2010 22:41:28 -0000 1.1
23 +++ gitg-0.0.8.ebuild 30 Dec 2010 23:59:59 -0000 1.2
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.1 2010/12/30 22:41:28 ikelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.2 2010/12/30 23:59:59 ikelos Exp $
29
30 -EAPI="2"
31 +EAPI="3"
32
33 inherit gnome2
34
35 @@ -21,9 +21,9 @@
36 dev-vcs/git"
37
38 DEPEND="${RDEPEND}
39 - sys-devel/gettext
40 + >=sys-devel/gettext-0.17
41 >=dev-util/pkgconfig-0.15
42 - >=dev-util/intltool-0.35"
43 + >=dev-util/intltool-0.40"
44
45 DOCS="AUTHORS ChangeLog NEWS README"
46
47 @@ -32,6 +32,11 @@
48 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed"
49 }
50
51 +src_install() {
52 + gnome2_src_install
53 + find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
54 +}
55 +
56 pkg_setup() {
57 G2CONF="${G2CONF} --disable-bundle"
58 }
59
60
61
62 1.6 dev-vcs/gitg/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.6&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.6&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.5&r2=1.6
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
71 retrieving revision 1.5
72 retrieving revision 1.6
73 diff -u -r1.5 -r1.6
74 --- ChangeLog 30 Dec 2010 22:41:28 -0000 1.5
75 +++ ChangeLog 30 Dec 2010 23:59:59 -0000 1.6
76 @@ -1,6 +1,9 @@
77 # ChangeLog for dev-vcs/gitg
78 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.5 2010/12/30 22:41:28 ikelos Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.6 2010/12/30 23:59:59 ikelos Exp $
81 +
82 + 30 Dec 2010; Mike Auty <ikelos@g.o> gitg-0.0.8.ebuild:
83 + Fix a few dependency/ebuild issues as mentioned in bug 350189.
84
85 30 Dec 2010; Mike Auty <ikelos@g.o> -gitg-0.0.1.ebuild,
86 -gitg-0.0.2.ebuild, -gitg-0.0.3.ebuild, -gitg-0.0.4.ebuild,