Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/simh: simh-3.3.0.ebuild ChangeLog simh-3.9.0-r1.ebuild simh-3.8.1.ebuild
Date: Thu, 29 Nov 2012 11:31:47
Message-Id: 20121129113137.045F720C65@flycatcher.gentoo.org
1 pinkbyte 12/11/29 11:31:35
2
3 Modified: simh-3.3.0.ebuild ChangeLog simh-3.9.0-r1.ebuild
4 simh-3.8.1.ebuild
5 Log:
6 Set proper license for package, wrt bug #444474. Thanks to Ulrich Müller for discovering this issue
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 app-emulation/simh/simh-3.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild?r1=1.3&r2=1.4
16
17 Index: simh-3.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- simh-3.3.0.ebuild 12 Jul 2007 06:39:56 -0000 1.3
24 +++ simh-3.3.0.ebuild 29 Nov 2012 11:31:35 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2005 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.3 2007/07/12 06:39:56 mr_bones_ Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.3.0.ebuild,v 1.4 2012/11/29 11:31:35 pinkbyte Exp $
31
32 inherit eutils versionator
33
34 @@ -9,7 +9,7 @@
35 HOMEPAGE="http://simh.trailing-edge.com/"
36 SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"
37
38 -LICENSE="as-is"
39 +LICENSE="MIT"
40 SLOT="0"
41 KEYWORDS="x86"
42
43
44
45
46 1.18 app-emulation/simh/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.18&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.18&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.17&r2=1.18
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
55 retrieving revision 1.17
56 retrieving revision 1.18
57 diff -u -r1.17 -r1.18
58 --- ChangeLog 23 Jun 2012 19:10:37 -0000 1.17
59 +++ ChangeLog 29 Nov 2012 11:31:35 -0000 1.18
60 @@ -1,6 +1,11 @@
61 # ChangeLog for app-emulation/simh
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.17 2012/06/23 19:10:37 xmw Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.18 2012/11/29 11:31:35 pinkbyte Exp $
65 +
66 + 29 Nov 2012; Sergey Popov <pinkbyte@g.o> simh-3.3.0.ebuild,
67 + simh-3.8.1.ebuild, simh-3.9.0-r1.ebuild:
68 + Set proper license for package, wrt bug #444474. Thanks to Ulrich Müller for
69 + discovering this issue
70
71 *simh-3.9.0-r1 (23 Jun 2012)
72
73
74
75
76 1.2 app-emulation/simh/simh-3.9.0-r1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild?r1=1.1&r2=1.2
81
82 Index: simh-3.9.0-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- simh-3.9.0-r1.ebuild 23 Jun 2012 19:10:37 -0000 1.1
89 +++ simh-3.9.0-r1.ebuild 29 Nov 2012 11:31:35 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild,v 1.1 2012/06/23 19:10:37 xmw Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.9.0-r1.ebuild,v 1.2 2012/11/29 11:31:35 pinkbyte Exp $
95
96 EAPI=4
97
98 @@ -11,7 +11,7 @@
99 HOMEPAGE="http://simh.trailing-edge.com/"
100 SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"
101
102 -LICENSE="as-is"
103 +LICENSE="MIT"
104 SLOT="0"
105 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
106 IUSE=""
107
108
109
110 1.3 app-emulation/simh/simh-3.8.1.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild?rev=1.3&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild?rev=1.3&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild?r1=1.2&r2=1.3
115
116 Index: simh-3.8.1.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- simh-3.8.1.ebuild 21 Nov 2010 19:54:26 -0000 1.2
123 +++ simh-3.8.1.ebuild 29 Nov 2012 11:31:35 -0000 1.3
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2010 Gentoo Foundation
126 +# Copyright 1999-2012 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild,v 1.2 2010/11/21 19:54:26 xmw Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.8.1.ebuild,v 1.3 2012/11/29 11:31:35 pinkbyte Exp $
130
131 inherit eutils toolchain-funcs versionator
132
133 @@ -9,7 +9,7 @@
134 HOMEPAGE="http://simh.trailing-edge.com/"
135 SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip"
136
137 -LICENSE="as-is"
138 +LICENSE="MIT"
139 SLOT="0"
140 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
141 IUSE=""