Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/cohoba: ChangeLog cohoba-0.0.4.ebuild
Date: Wed, 29 Sep 2010 09:39:02
Message-Id: 20100929093859.6E43420051@flycatcher.gentoo.org
1 pacho 10/09/29 09:38:59
2
3 Modified: ChangeLog cohoba-0.0.4.ebuild
4 Log:
5 Fix install of missing documentation (bug #304619 by Flameeyes) and add proper die statement.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 net-voip/cohoba/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 5 Jun 2008 11:57:38 -0000 1.7
22 +++ ChangeLog 29 Sep 2010 09:38:59 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-voip/cohoba
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.7 2008/06/05 11:57:38 remi Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/ChangeLog,v 1.8 2010/09/29 09:38:59 pacho Exp $
29 +
30 + 29 Sep 2010; Pacho Ramos <pacho@g.o> cohoba-0.0.4.ebuild:
31 + Fix install of missing documentation (bug #304619 by Flameeyes) and add
32 + proper die statement.
33
34 05 Jun 2008; RĂ©mi Cardona <remi@g.o> cohoba-0.0.4.ebuild:
35 pkgmove to gnome-base/gnome-control-center
36
37
38
39 1.6 net-voip/cohoba/cohoba-0.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild?r1=1.5&r2=1.6
44
45 Index: cohoba-0.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- cohoba-0.0.4.ebuild 5 Jun 2008 11:57:38 -0000 1.5
52 +++ cohoba-0.0.4.ebuild 29 Sep 2010 09:38:59 -0000 1.6
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v 1.5 2008/06/05 11:57:38 remi Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.4.ebuild,v 1.6 2010/09/29 09:38:59 pacho Exp $
59
60 inherit eutils
61
62 @@ -23,7 +23,7 @@
63
64 src_install() {
65 emake install DESTDIR="${D}" || die "emake install failed"
66 - dodoc AUTHORS ChangeLog NEWS README TODO
67 + dodoc AUTHORS ChangeLog NEWS README || die
68 }
69
70 pkg_postinst() {