Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-1.1.0-r1.ebuild yasm-1.2.0.ebuild
Date: Sun, 20 Nov 2011 00:13:17
Message-Id: 20111120000417.4F45D2004B@flycatcher.gentoo.org
1 ssuominen 11/11/20 00:04:16
2
3 Modified: ChangeLog yasm-1.1.0-r1.ebuild yasm-1.2.0.ebuild
4 Log:
5 Missing BSD-2 license (frontends use it per COPYING) wrt #360501 by "Luke-Jr"
6
7 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.48 dev-lang/yasm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 19 Nov 2011 23:57:08 -0000 1.47
23 +++ ChangeLog 20 Nov 2011 00:04:16 -0000 1.48
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/yasm
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.47 2011/11/19 23:57:08 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.48 2011/11/20 00:04:16 ssuominen Exp $
29 +
30 + 20 Nov 2011; Samuli Suominen <ssuominen@g.o> yasm-1.1.0-r1.ebuild,
31 + yasm-1.2.0.ebuild:
32 + Missing BSD-2 license (frontends use it per COPYING) wrt #360501 by "Luke-Jr"
33
34 *yasm-1.2.0 (19 Nov 2011)
35
36
37
38
39 1.4 dev-lang/yasm/yasm-1.1.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: yasm-1.1.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- yasm-1.1.0-r1.ebuild 26 Jan 2011 18:55:10 -0000 1.3
52 +++ yasm-1.1.0-r1.ebuild 20 Nov 2011 00:04:16 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.3 2011/01/26 18:55:10 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.4 2011/11/20 00:04:16 ssuominen Exp $
58
59 EAPI=2
60 PYTHON_DEPEND="python? 2:2.6"
61 @@ -11,7 +11,7 @@
62 HOMEPAGE="http://www.tortall.net/projects/yasm/"
63 SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
64
65 -LICENSE="Artistic BSD GPL-2 LGPL-2"
66 +LICENSE="Artistic BSD BSD-2 GPL-2 LGPL-2"
67 SLOT="0"
68 KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
69 IUSE="nls python"
70
71
72
73 1.2 dev-lang/yasm/yasm-1.2.0.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild?r1=1.1&r2=1.2
78
79 Index: yasm-1.2.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- yasm-1.2.0.ebuild 19 Nov 2011 23:57:08 -0000 1.1
86 +++ yasm-1.2.0.ebuild 20 Nov 2011 00:04:16 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.1 2011/11/19 23:57:08 ssuominen Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.2 2011/11/20 00:04:16 ssuominen Exp $
92
93 EAPI=4
94 PYTHON_DEPEND="python? 2:2.7"
95 @@ -10,7 +10,7 @@
96 HOMEPAGE="http://www.tortall.net/projects/yasm/"
97 SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
98
99 -LICENSE="Artistic BSD GPL-2 LGPL-2"
100 +LICENSE="Artistic BSD BSD-2 GPL-2 LGPL-2"
101 SLOT="0"
102 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
103 IUSE="nls python"