Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
Date: Sat, 26 Dec 2009 17:57:12
Message-Id: E1NOaVm-0001rb-5E@stork.gentoo.org
1 pva 09/12/26 17:33:06
2
3 Modified: ChangeLog nasm-2.07.ebuild
4 Log:
5 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.61 dev-lang/nasm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.61&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.61&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.60&r2=1.61
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
18 retrieving revision 1.60
19 retrieving revision 1.61
20 diff -u -r1.60 -r1.61
21 --- ChangeLog 12 Sep 2009 19:31:03 -0000 1.60
22 +++ ChangeLog 26 Dec 2009 17:33:05 -0000 1.61
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/nasm
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.60 2009/09/12 19:31:03 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.61 2009/12/26 17:33:05 pva Exp $
28 +
29 + 26 Dec 2009; Peter Volkov <pva@g.o> nasm-2.07.ebuild:
30 + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
31 + implementation left in the tree.
32
33 12 Sep 2009; Michael Sterrett <mr_bones_@g.o> nasm-2.07.ebuild:
34 work around parallel-build issues and use the upstream makefiles for more
35
36
37
38 1.4 dev-lang/nasm/nasm-2.07.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?r1=1.3&r2=1.4
43
44 Index: nasm-2.07.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- nasm-2.07.ebuild 12 Sep 2009 19:31:03 -0000 1.3
51 +++ nasm-2.07.ebuild 26 Dec 2009 17:33:05 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.3 2009/09/12 19:31:03 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.4 2009/12/26 17:33:05 pva Exp $
57
58 EAPI=2
59 inherit autotools eutils toolchain-funcs flag-o-matic
60 @@ -15,7 +15,7 @@
61 IUSE="doc"
62
63 DEPEND="dev-lang/perl
64 - doc? ( virtual/ghostscript sys-apps/texinfo )"
65 + doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
66 RDEPEND=""
67
68 S=${WORKDIR}/${P/_}