Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/xombrero: ChangeLog xombrero-1.4.0.ebuild
Date: Thu, 31 Jan 2013 03:25:27
Message-Id: 20130131032516.A9D502171D@flycatcher.gentoo.org
1 rafaelmartins 13/01/31 03:25:16
2
3 Modified: ChangeLog xombrero-1.4.0.ebuild
4 Log:
5 Fix xombrero.desktop installation
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.2 www-client/xombrero/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/xombrero/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 31 Jan 2013 00:25:39 -0000 1.1
23 +++ ChangeLog 31 Jan 2013 03:25:16 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/xombrero
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/ChangeLog,v 1.1 2013/01/31 00:25:39 rafaelmartins Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/ChangeLog,v 1.2 2013/01/31 03:25:16 rafaelmartins Exp $
29 +
30 + 31 Jan 2013; Rafael G. Martins <rafaelmartins@g.o>
31 + xombrero-1.4.0.ebuild:
32 + Fix xombrero.desktop installation
33
34 *xombrero-9999 (31 Jan 2013)
35 *xombrero-1.4.0 (31 Jan 2013)
36
37
38
39 1.2 www-client/xombrero/xombrero-1.4.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild?r1=1.1&r2=1.2
44
45 Index: xombrero-1.4.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- xombrero-1.4.0.ebuild 31 Jan 2013 00:25:39 -0000 1.1
52 +++ xombrero-1.4.0.ebuild 31 Jan 2013 03:25:16 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild,v 1.1 2013/01/31 00:25:39 rafaelmartins Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild,v 1.2 2013/01/31 03:25:16 rafaelmartins Exp $
58
59 EAPI="4"
60
61 @@ -55,6 +55,7 @@
62 sed -i \
63 -e 's/-O2//' \
64 -e 's/-ggdb3//' \
65 + -e 's,install: all,install: all\n\tinstall -m 755 -d $(DESTDIR)$(PREFIX)/share/applications,g' \
66 Makefile || die 'sed Makefile failed.'
67 sed -i \
68 -e 's#https://www\.cyphertite\.com#http://www.gentoo.org/#' \