Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc: boinc-6.4.5-r1.ebuild ChangeLog
Date: Mon, 30 Mar 2009 13:54:38
Message-Id: E1LoHwh-0000S1-SV@stork.gentoo.org
1 scarabeus 09/03/30 13:54:35
2
3 Modified: boinc-6.4.5-r1.ebuild ChangeLog
4 Log:
5 Make the desktop filename less funky. Per bug #263140.
6 (Portage version: 2.2_rc26/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 sci-misc/boinc/boinc-6.4.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: boinc-6.4.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- boinc-6.4.5-r1.ebuild 18 Feb 2009 11:38:28 -0000 1.2
22 +++ boinc-6.4.5-r1.ebuild 30 Mar 2009 13:54:35 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v 1.2 2009/02/18 11:38:28 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v 1.3 2009/03/30 13:54:35 scarabeus Exp $
28
29 #
30 # Don't forget to keep things in sync with binary boinc package!
31 @@ -113,7 +113,7 @@
32
33 if use X; then
34 newicon "${S}"/sea/${PN}mgr.48x48.png ${PN}.png
35 - make_desktop_entry /usr/bin/boinc_gui "${PN}" ${PN} "Education;Science" /var/lib/${PN}
36 + make_desktop_entry boinc_gui "${PN}" "${PN}" "Education;Science" /var/lib/${PN}
37 fi
38
39 # cleanup cruft
40
41
42
43 1.57 sci-misc/boinc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.57&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.57&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?r1=1.56&r2=1.57
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v
52 retrieving revision 1.56
53 retrieving revision 1.57
54 diff -u -r1.56 -r1.57
55 --- ChangeLog 11 Mar 2009 20:48:17 -0000 1.56
56 +++ ChangeLog 30 Mar 2009 13:54:35 -0000 1.57
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-misc/boinc
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.56 2009/03/11 20:48:17 scarabeus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.57 2009/03/30 13:54:35 scarabeus Exp $
62 +
63 + 30 Mar 2009; Tomas Chvatal <scarabeus@g.o> boinc-6.4.5-r1.ebuild:
64 + Make the desktop filename less funky. Per bug #263140.
65
66 11 Mar 2009; Tomas Chvatal <scarabeus@g.o> files/boinc.init:
67 Fix directory rights for workdir when attaching to a project. Per bug