Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: yasm-1.1.0.ebuild ChangeLog
Date: Fri, 29 Oct 2010 10:54:04
Message-Id: 20101029105359.C969920051@flycatcher.gentoo.org
1 hwoarang 10/10/29 10:53:59
2
3 Modified: yasm-1.1.0.ebuild ChangeLog
4 Log:
5 Stable on amd64 wrt bug #343143
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/yasm/yasm-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: yasm-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- yasm-1.1.0.ebuild 20 Aug 2010 13:20:35 -0000 1.1
23 +++ yasm-1.1.0.ebuild 29 Oct 2010 10:53:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild,v 1.1 2010/08/20 13:20:35 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild,v 1.2 2010/10/29 10:53:59 hwoarang Exp $
29
30 EAPI=2
31 PYTHON_DEPEND="python? 2:2.4"
32 @@ -13,7 +13,7 @@
33
34 LICENSE="Artistic BSD GPL-2 LGPL-2"
35 SLOT="0"
36 -KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
37 +KEYWORDS="-* amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
38 IUSE="nls python"
39
40 RDEPEND="nls? ( virtual/libintl )"
41
42
43
44 1.42 dev-lang/yasm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.42&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.42&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.41&r2=1.42
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
53 retrieving revision 1.41
54 retrieving revision 1.42
55 diff -u -r1.41 -r1.42
56 --- ChangeLog 20 Aug 2010 13:20:35 -0000 1.41
57 +++ ChangeLog 29 Oct 2010 10:53:59 -0000 1.42
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/yasm
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.41 2010/08/20 13:20:35 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.42 2010/10/29 10:53:59 hwoarang Exp $
63 +
64 + 29 Oct 2010; Markos Chandras <hwoarang@g.o> yasm-1.1.0.ebuild:
65 + Stable on amd64 wrt bug #343143
66
67 *yasm-1.1.0 (20 Aug 2010)