Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/simh: simh-3.3.0.ebuild ChangeLog
Date: Tue, 31 Dec 2013 17:07:46
Message-Id: 20131231170743.C11102004C@flycatcher.gentoo.org
1 tomwij 13/12/31 17:07:43
2
3 Modified: simh-3.3.0.ebuild ChangeLog
4 Log:
5 [QA] Remove unused files. Quote S variable in simh-3.3.0.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.5 app-emulation/simh/simh-3.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?r1=1.4&r2=1.5
15
16 Index: simh-3.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- simh-3.3.0.ebuild 29 Nov 2012 11:31:35 -0000 1.4
23 +++ simh-3.3.0.ebuild 31 Dec 2013 17:07:43 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.4 2012/11/29 11:31:35 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.5 2013/12/31 17:07:43 tomwij Exp $
30
31 inherit eutils versionator
32
33 @@ -41,7 +41,7 @@
34 newbin ${BINFILE} "simh-${BINFILE}"
35 done
36
37 - cd ${S}
38 + cd "${S}"
39 dodir /usr/share/simh
40 insinto /usr/share/simh
41 doins VAX/*.bin
42
43
44
45 1.19 app-emulation/simh/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.19&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.19&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.18&r2=1.19
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
54 retrieving revision 1.18
55 retrieving revision 1.19
56 diff -u -r1.18 -r1.19
57 --- ChangeLog 29 Nov 2012 11:31:35 -0000 1.18
58 +++ ChangeLog 31 Dec 2013 17:07:43 -0000 1.19
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-emulation/simh
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.18 2012/11/29 11:31:35 pinkbyte Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.19 2013/12/31 17:07:43 tomwij Exp $
65 +
66 + 31 Dec 2013; Tom Wijsman <TomWij@g.o> -files/simh-3.7.0-asneeded.patch,
67 + simh-3.3.0.ebuild:
68 + [QA] Remove unused files. Quote S variable in simh-3.3.0.
69
70 29 Nov 2012; Sergey Popov <pinkbyte@g.o> simh-3.3.0.ebuild,
71 simh-3.8.1.ebuild, simh-3.9.0-r1.ebuild:
72 @@ -81,4 +85,3 @@
73
74 27 Aug 2005; <rphillips@g.o> :
75 New ebuild. Thanks to Emil Skoldberg. Fixes #73996
76 -