Gentoo Archives: gentoo-commits

From: "Markus Rothe (corsair)" <corsair@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: yasm-0.7.1.ebuild yasm-0.7.2.ebuild ChangeLog yasm-0.6.2.ebuild yasm-0.7.0.ebuild
Date: Sat, 11 Oct 2008 08:29:45
Message-Id: E1KoZr4-00046G-E2@stork.gentoo.org
1 corsair 08/10/11 08:29:42
2
3 Modified: yasm-0.7.1.ebuild yasm-0.7.2.ebuild ChangeLog
4 yasm-0.6.2.ebuild yasm-0.7.0.ebuild
5 Log:
6 Remove ~ppc64 keywords. This is useless on ppc64..
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 dev-lang/yasm/yasm-0.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild?r1=1.1&r2=1.2
15
16 Index: yasm-0.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yasm-0.7.1.ebuild 12 Aug 2008 18:13:09 -0000 1.1
23 +++ yasm-0.7.1.ebuild 11 Oct 2008 08:29:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild,v 1.1 2008/08/12 18:13:09 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.1.ebuild,v 1.2 2008/10/11 08:29:42 corsair Exp $
29
30 DESCRIPTION="Assembler that supports amd64"
31 HOMEPAGE="http://www.tortall.net/projects/yasm/"
32 @@ -8,7 +8,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x86-fbsd"
37 +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
38 IUSE="nls"
39
40 RDEPEND="nls? ( virtual/libintl )"
41
42
43
44 1.2 dev-lang/yasm/yasm-0.7.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild?r1=1.1&r2=1.2
49
50 Index: yasm-0.7.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- yasm-0.7.2.ebuild 10 Oct 2008 21:29:37 -0000 1.1
57 +++ yasm-0.7.2.ebuild 11 Oct 2008 08:29:42 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild,v 1.1 2008/10/10 21:29:37 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild,v 1.2 2008/10/11 08:29:42 corsair Exp $
63
64 DESCRIPTION="Assembler that supports amd64"
65 HOMEPAGE="http://www.tortall.net/projects/yasm/"
66 @@ -8,7 +8,7 @@
67
68 LICENSE="BSD"
69 SLOT="0"
70 -KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x86-fbsd"
71 +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
72 IUSE="nls"
73
74 RDEPEND="nls? ( virtual/libintl )"
75
76
77
78 1.28 dev-lang/yasm/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.28&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.28&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.27&r2=1.28
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
87 retrieving revision 1.27
88 retrieving revision 1.28
89 diff -u -r1.27 -r1.28
90 --- ChangeLog 10 Oct 2008 21:29:37 -0000 1.27
91 +++ ChangeLog 11 Oct 2008 08:29:42 -0000 1.28
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-lang/yasm
94 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.27 2008/10/10 21:29:37 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.28 2008/10/11 08:29:42 corsair Exp $
97 +
98 + 11 Oct 2008; Markus Rothe <corsair@g.o> yasm-0.6.2.ebuild,
99 + yasm-0.7.0.ebuild, yasm-0.7.1.ebuild, yasm-0.7.2.ebuild:
100 + Remove ~ppc64 keywords. This is useless on ppc64..
101
102 *yasm-0.7.2 (10 Oct 2008)
103
104
105
106
107 1.6 dev-lang/yasm/yasm-0.6.2.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild?rev=1.6&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild?rev=1.6&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild?r1=1.5&r2=1.6
112
113 Index: yasm-0.6.2.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v
116 retrieving revision 1.5
117 retrieving revision 1.6
118 diff -u -r1.5 -r1.6
119 --- yasm-0.6.2.ebuild 9 Apr 2008 16:01:46 -0000 1.5
120 +++ yasm-0.6.2.ebuild 11 Oct 2008 08:29:42 -0000 1.6
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v 1.5 2008/04/09 16:01:46 aballier Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v 1.6 2008/10/11 08:29:42 corsair Exp $
126
127 DESCRIPTION="assembler that supports amd64"
128 HOMEPAGE="http://www.tortall.net/projects/yasm/"
129 @@ -8,7 +8,7 @@
130
131 LICENSE="BSD"
132 SLOT="0"
133 -KEYWORDS="-* amd64 ~ppc64 x86 ~x86-fbsd"
134 +KEYWORDS="-* amd64 x86 ~x86-fbsd"
135 IUSE="nls"
136
137 RDEPEND="nls? ( virtual/libintl )"
138
139
140
141 1.2 dev-lang/yasm/yasm-0.7.0.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild?r1=1.1&r2=1.2
146
147 Index: yasm-0.7.0.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- yasm-0.7.0.ebuild 16 Apr 2008 12:36:43 -0000 1.1
154 +++ yasm-0.7.0.ebuild 11 Oct 2008 08:29:42 -0000 1.2
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2008 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild,v 1.1 2008/04/16 12:36:43 yngwin Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.0.ebuild,v 1.2 2008/10/11 08:29:42 corsair Exp $
160
161 DESCRIPTION="assembler that supports amd64"
162 HOMEPAGE="http://www.tortall.net/projects/yasm/"
163 @@ -8,7 +8,7 @@
164
165 LICENSE="BSD"
166 SLOT="0"
167 -KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x86-fbsd"
168 +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
169 IUSE="nls"
170
171 RDEPEND="nls? ( virtual/libintl )"