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, 11 May 2009 17:33:22
Message-Id: E1M3ZNO-0000IS-02@stork.gentoo.org
1 scarabeus 09/05/11 17:33:17
2
3 Modified: boinc-6.4.5-r1.ebuild ChangeLog
4 Log:
5 Update in-ebuild url to be correct
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild?rev=1.6&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.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- boinc-6.4.5-r1.ebuild 23 Apr 2009 16:00:16 -0000 1.5
22 +++ boinc-6.4.5-r1.ebuild 11 May 2009 17:33:17 -0000 1.6
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.5 2009/04/23 16:00:16 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.4.5-r1.ebuild,v 1.6 2009/05/11 17:33:17 scarabeus Exp $
28
29 #
30 # Don't forget to keep things in sync with binary boinc package!
31 @@ -149,7 +149,7 @@
32 elog "You need to attach to a project to do anything useful with ${PN}."
33 elog "You can do this by running /etc/init.d/${PN} attach"
34 elog "The howto for configuration is located at:"
35 - elog "http://${PN}.berkeley.edu/anonymous_platform.php"
36 + elog "http://boinc.berkeley.edu/wiki/Anonymous_platform"
37 elog
38 # Add warning about the new password for the client, bug 121896.
39 elog "If you need to use the graphical client the password is in:"
40
41
42
43 1.61 sci-misc/boinc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.61&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.61&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?r1=1.60&r2=1.61
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v
52 retrieving revision 1.60
53 retrieving revision 1.61
54 diff -u -r1.60 -r1.61
55 --- ChangeLog 23 Apr 2009 16:13:33 -0000 1.60
56 +++ ChangeLog 11 May 2009 17:33:17 -0000 1.61
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.60 2009/04/23 16:13:33 scarabeus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.61 2009/05/11 17:33:17 scarabeus Exp $
62 +
63 + 11 May 2009; Tomas Chvatal <scarabeus@g.o> boinc-6.4.5-r1.ebuild:
64 + Update in-ebuild url to be correct
65
66 23 Apr 2009; Tomas Chvatal <scarabeus@g.o> files/boinc.init:
67 Some gentoo syntax improvement in init.d file.