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-vcs/gitg: gitg-0.0.8.ebuild ChangeLog
Date: Sun, 02 Jan 2011 01:58:12
Message-Id: 20110102015802.51FA220054@flycatcher.gentoo.org
1 sping 11/01/02 01:58:02
2
3 Modified: gitg-0.0.8.ebuild ChangeLog
4 Log:
5 dev-vcs/gitg: Remove gone configure option, integrate test suite
6
7 (Portage version: 2.1.9.27/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gitg-0.0.8.ebuild 30 Dec 2010 23:59:59 -0000 1.2
23 +++ gitg-0.0.8.ebuild 2 Jan 2011 01:58:02 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.0.8.ebuild,v 1.3 2011/01/02 01:58:02 sping Exp $
30
31 EAPI="3"
32
33 @@ -37,6 +37,6 @@
34 find "${ED}" -name "*.la" -delete || die "Removal of .la files failed"
35 }
36
37 -pkg_setup() {
38 - G2CONF="${G2CONF} --disable-bundle"
39 +src_test() {
40 + emake check || die
41 }
42
43
44
45 1.7 dev-vcs/gitg/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitg/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 30 Dec 2010 23:59:59 -0000 1.6
58 +++ ChangeLog 2 Jan 2011 01:58:02 -0000 1.7
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-vcs/gitg
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.6 2010/12/30 23:59:59 ikelos Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.7 2011/01/02 01:58:02 sping Exp $
65 +
66 + 02 Jan 2011; Sebastian Pipping <sping@g.o> gitg-0.0.8.ebuild:
67 + Remove gone configure option --disable-bundle, integrate test suite from
68 + "make check"
69
70 30 Dec 2010; Mike Auty <ikelos@g.o> gitg-0.0.8.ebuild:
71 Fix a few dependency/ebuild issues as mentioned in bug 350189.