Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/gri: ChangeLog gri-2.12.16.ebuild
Date: Tue, 25 Sep 2007 06:29:09
Message-Id: E1Ia3mo-0005HF-E4@stork.gentoo.org
1 opfer 07/09/25 06:20:46
2
3 Modified: ChangeLog gri-2.12.16.ebuild
4 Log:
5 correct the sed macro so it actually replaces the correct line
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.14 sci-misc/gri/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 24 Sep 2007 20:34:45 -0000 1.13
22 +++ ChangeLog 25 Sep 2007 06:20:45 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-misc/gri
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.13 2007/09/24 20:34:45 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.14 2007/09/25 06:20:45 opfer Exp $
28 +
29 + 25 Sep 2007; Christian Faulhammer <opfer@g.o> gri-2.12.16.ebuild:
30 + correct the sed macro so it actually replaces the correct line
31
32 24 Sep 2007; Christian Faulhammer <opfer@g.o> gri-2.12.14.ebuild:
33 stable x86, bug 193684
34
35
36
37 1.2 sci-misc/gri/gri-2.12.16.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild?r1=1.1&r2=1.2
42
43 Index: gri-2.12.16.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gri-2.12.16.ebuild 24 Sep 2007 20:27:42 -0000 1.1
50 +++ gri-2.12.16.ebuild 25 Sep 2007 06:20:45 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild,v 1.1 2007/09/24 20:27:42 opfer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.16.ebuild,v 1.2 2007/09/25 06:20:45 opfer Exp $
56
57 inherit eutils elisp-common
58
59 @@ -33,7 +33,7 @@
60
61 src_install() {
62 # Replace PREFIX now and correct paths in the startup message.
63 - sed -e s,PREFIX/share/doc/gri/,/usr/share/doc/${P}/, -i "${S}/src/startup.msg"
64 + sed -e s,PREFIX/share/gri/doc/,/usr/share/doc/${P}/, -i "${S}/src/startup.msg"
65
66 einstall || die "einstall failed."
67
68
69
70
71 --
72 gentoo-commits@g.o mailing list