Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gimps: gimps-24.14-r1.ebuild ChangeLog
Date: Wed, 14 Nov 2007 17:56:02
Message-Id: E1IsMSy-0004OJ-Nk@stork.gentoo.org
1 spock 07/11/14 17:55:56
2
3 Modified: gimps-24.14-r1.ebuild ChangeLog
4 Log:
5 amd64 stable, bug #189861
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 sci-mathematics/gimps/gimps-24.14-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gimps-24.14-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gimps-24.14-r1.ebuild 10 Sep 2007 16:44:46 -0000 1.4
22 +++ gimps-24.14-r1.ebuild 14 Nov 2007 17:55:56 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.4 2007/09/10 16:44:46 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.5 2007/11/14 17:55:56 spock Exp $
28
29 IUSE=""
30 DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search"
31 @@ -19,18 +19,16 @@
32 I="/opt/gimps"
33
34 src_install () {
35 - cd ${S}
36 -
37 dodir ${I} /var/lib/gimps
38 - cp mprime ${D}/${I}
39 - chmod a-w ${D}/${I}/mprime
40 - chown root:0 ${D}/${I}
41 - chown root:0 ${D}/${I}/mprime
42 + cp mprime "${D}/${I}"
43 + chmod a-w "${D}/${I}/mprime"
44 + chown root:0 "${D}/${I}"
45 + chown root:0 "${D}/${I}/mprime"
46
47 dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt
48
49 - newinitd ${FILESDIR}/gimps-24.14-init.d gimps
50 - newconfd ${FILESDIR}/gimps-24.14-conf.d gimps
51 + newinitd "${FILESDIR}/gimps-24.14-init.d" gimps
52 + newconfd "${FILESDIR}/gimps-24.14-conf.d" gimps
53 }
54
55 pkg_postinst () {
56
57
58
59 1.20 sci-mathematics/gimps/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/ChangeLog?rev=1.20&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/ChangeLog?rev=1.20&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gimps/ChangeLog?r1=1.19&r2=1.20
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v
68 retrieving revision 1.19
69 retrieving revision 1.20
70 diff -u -r1.19 -r1.20
71 --- ChangeLog 10 Sep 2007 16:44:46 -0000 1.19
72 +++ ChangeLog 14 Nov 2007 17:55:56 -0000 1.20
73 @@ -1,6 +1,9 @@
74 # ChangeLog for sci-mathematics/gimps
75 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.19 2007/09/10 16:44:46 opfer Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.20 2007/11/14 17:55:56 spock Exp $
78 +
79 + 14 Nov 2007; MichaƂ Januszewski <spock@g.o> gimps-24.14-r1.ebuild:
80 + amd64 stable, bug #189861.
81
82 10 Sep 2007; Christian Faulhammer <opfer@g.o>
83 gimps-24.14-r1.ebuild:
84
85
86
87 --
88 gentoo-commits@g.o mailing list