Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@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
Date: Wed, 26 Jan 2011 17:32:33
Message-Id: 20110126173223.599AE20054@flycatcher.gentoo.org
1 phajdan.jr 11/01/26 17:32:23
2
3 Modified: ChangeLog yasm-1.1.0-r1.ebuild
4 Log:
5 x86 stable wrt bug #352742
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.45 dev-lang/yasm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 25 Dec 2010 05:29:26 -0000 1.44
23 +++ ChangeLog 26 Jan 2011 17:32:23 -0000 1.45
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/yasm
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.44 2010/12/25 05:29:26 ssuominen Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.45 2011/01/26 17:32:23 phajdan.jr Exp $
30 +
31 + 26 Jan 2011; Pawel Hajdan jr <phajdan.jr@g.o> yasm-1.1.0-r1.ebuild:
32 + x86 stable wrt bug #352742
33
34 *yasm-1.1.0-r1 (25 Dec 2010)
35
36
37
38
39 1.2 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.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild?rev=1.2&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.1&r2=1.2
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.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- yasm-1.1.0-r1.ebuild 25 Dec 2010 05:29:26 -0000 1.1
52 +++ yasm-1.1.0-r1.ebuild 26 Jan 2011 17:32:23 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.1 2010/12/25 05:29:26 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.2 2011/01/26 17:32:23 phajdan.jr Exp $
59
60 EAPI=2
61 PYTHON_DEPEND="python? 2:2.6"
62 @@ -13,7 +13,7 @@
63
64 LICENSE="Artistic BSD GPL-2 LGPL-2"
65 SLOT="0"
66 -KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
67 +KEYWORDS="-* ~amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
68 IUSE="nls python"
69
70 RDEPEND="nls? ( virtual/libintl )"