Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: nasm-2.09.03.ebuild ChangeLog nasm-2.10_rc1.ebuild
Date: Thu, 28 Oct 2010 19:52:17
Message-Id: 20101028195211.DC2A720051@flycatcher.gentoo.org
1 mr_bones_ 10/10/28 19:52:11
2
3 Modified: ChangeLog
4 Added: nasm-2.09.03.ebuild nasm-2.10_rc1.ebuild
5 Log:
6 version bump; add rc for testing
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.72 dev-lang/nasm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.71&r2=1.72
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- ChangeLog 28 Sep 2010 17:06:40 -0000 1.71
23 +++ ChangeLog 28 Oct 2010 19:52:11 -0000 1.72
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-lang/nasm
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.71 2010/09/28 17:06:40 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.72 2010/10/28 19:52:11 mr_bones_ Exp $
29 +
30 +*nasm-2.10_rc1 (28 Oct 2010)
31 +*nasm-2.09.03 (28 Oct 2010)
32 +
33 + 28 Oct 2010; Michael Sterrett <mr_bones_@g.o> +nasm-2.09.03.ebuild,
34 + +nasm-2.10_rc1.ebuild:
35 + version bump; add rc for testing
36
37 *nasm-2.09.02 (28 Sep 2010)
38
39
40
41
42 1.1 dev-lang/nasm/nasm-2.09.03.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.03.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.03.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nasm-2.09.03.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.03.ebuild,v 1.1 2010/10/28 19:52:11 mr_bones_ Exp $
52
53 EAPI=2
54 inherit flag-o-matic
55
56 DESCRIPTION="groovy little assembler"
57 HOMEPAGE="http://nasm.sourceforge.net/"
58 SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2"
59
60 LICENSE="BSD-2"
61 SLOT="0"
62 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
63 IUSE="doc"
64
65 DEPEND="dev-lang/perl
66 doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
67 RDEPEND=""
68
69 S=${WORKDIR}/${P/_}
70
71 src_prepare() {
72 sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in || die
73 }
74
75 src_configure() {
76 strip-flags
77 econf
78 }
79
80 src_compile() {
81 emake nasmlib.o || die
82 emake all || die
83 if use doc ; then
84 emake doc || die
85 fi
86 }
87
88 src_install() {
89 emake INSTALLROOT="${D}" install install_rdf || die
90 dodoc AUTHORS CHANGES ChangeLog README TODO
91 if use doc ; then
92 doinfo doc/info/*
93 dohtml doc/html/*
94 dodoc doc/nasmdoc.*
95 fi
96 }
97
98
99
100 1.1 dev-lang/nasm/nasm-2.10_rc1.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.10_rc1.ebuild?rev=1.1&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.10_rc1.ebuild?rev=1.1&content-type=text/plain
104
105 Index: nasm-2.10_rc1.ebuild
106 ===================================================================
107 # Copyright 1999-2010 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 # $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10_rc1.ebuild,v 1.1 2010/10/28 19:52:11 mr_bones_ Exp $
110
111 EAPI=2
112 inherit flag-o-matic
113
114 DESCRIPTION="groovy little assembler"
115 HOMEPAGE="http://nasm.sourceforge.net/"
116 SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2"
117
118 LICENSE="BSD-2"
119 SLOT="0"
120 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
121 IUSE="doc"
122
123 DEPEND="dev-lang/perl
124 doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
125 RDEPEND=""
126
127 S=${WORKDIR}/${P/_}
128
129 src_prepare() {
130 sed -i -e '/^.PHONY: all/s/$/ test/' Makefile.in || die
131 }
132
133 src_configure() {
134 strip-flags
135 econf
136 }
137
138 src_compile() {
139 emake nasmlib.o || die
140 emake all || die
141 if use doc ; then
142 emake doc || die
143 fi
144 }
145
146 src_install() {
147 emake INSTALLROOT="${D}" install install_rdf || die
148 dodoc AUTHORS CHANGES ChangeLog README TODO
149 if use doc ; then
150 doinfo doc/info/*
151 dohtml doc/html/*
152 dodoc doc/nasmdoc.*
153 fi
154 }