* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: nasm-2.09.10.ebuild ChangeLog
@ 2011-08-14 20:54 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-08-14 20:54 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 11/08/14 20:54:10
Modified: ChangeLog
Added: nasm-2.09.10.ebuild
Log:
version bump
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.85 dev-lang/nasm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 13 Jul 2011 22:37:54 -0000 1.84
+++ ChangeLog 14 Aug 2011 20:54:10 -0000 1.85
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/nasm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.84 2011/07/13 22:37:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.85 2011/08/14 20:54:10 mr_bones_ Exp $
+
+*nasm-2.09.10 (14 Aug 2011)
+
+ 14 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> +nasm-2.09.10.ebuild:
+ version bump
*nasm-2.10_rc6 (13 Jul 2011)
1.1 dev-lang/nasm/nasm-2.09.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.1&content-type=text/plain
Index: nasm-2.09.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v 1.1 2011/08/14 20:54:10 mr_bones_ Exp $
EAPI=2
inherit flag-o-matic
DESCRIPTION="groovy little assembler"
HOMEPAGE="http://nasm.sourceforge.net/"
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
RDEPEND=""
S=${WORKDIR}/${P/_}
src_configure() {
strip-flags
econf
}
src_compile() {
emake nasmlib.o || die
emake all || die
if use doc ; then
emake doc || die
fi
}
src_install() {
emake INSTALLROOT="${D}" install install_rdf || die
dodoc AUTHORS CHANGES ChangeLog README TODO
if use doc ; then
doinfo doc/info/*
dohtml doc/html/*
dodoc doc/nasmdoc.*
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: nasm-2.09.10.ebuild ChangeLog
@ 2011-10-06 19:32 Steve Dibb (beandog)
0 siblings, 0 replies; 3+ messages in thread
From: Steve Dibb (beandog) @ 2011-10-06 19:32 UTC (permalink / raw
To: gentoo-commits
beandog 11/10/06 19:32:14
Modified: nasm-2.09.10.ebuild ChangeLog
Log:
amd64 stable, bug 385901
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-lang/nasm/nasm-2.09.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?r1=1.1&r2=1.2
Index: nasm-2.09.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nasm-2.09.10.ebuild 14 Aug 2011 20:54:10 -0000 1.1
+++ nasm-2.09.10.ebuild 6 Oct 2011 19:32:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v 1.1 2011/08/14 20:54:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v 1.2 2011/10/06 19:32:14 beandog Exp $
EAPI=2
inherit flag-o-matic
@@ -11,14 +11,14 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="-* amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
RDEPEND=""
-S=${WORKDIR}/${P/_}
+S="${WORKDIR}/${P/_}"
src_configure() {
strip-flags
1.86 dev-lang/nasm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 14 Aug 2011 20:54:10 -0000 1.85
+++ ChangeLog 6 Oct 2011 19:32:14 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/nasm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.85 2011/08/14 20:54:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.86 2011/10/06 19:32:14 beandog Exp $
+
+ 06 Oct 2011; Steve Dibb <beandog@gentoo.org> nasm-2.09.10.ebuild:
+ amd64 stable, bug 385901
*nasm-2.09.10 (14 Aug 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: nasm-2.09.10.ebuild ChangeLog
@ 2011-10-08 16:33 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-08 16:33 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/08 16:33:33
Modified: nasm-2.09.10.ebuild ChangeLog
Log:
x86 stable wrt bug #385901
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.4 dev-lang/nasm/nasm-2.09.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild?r1=1.3&r2=1.4
Index: nasm-2.09.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nasm-2.09.10.ebuild 6 Oct 2011 21:08:17 -0000 1.3
+++ nasm-2.09.10.ebuild 8 Oct 2011 16:33:33 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v 1.3 2011/10/06 21:08:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.09.10.ebuild,v 1.4 2011/10/08 16:33:33 phajdan.jr Exp $
EAPI=2
inherit flag-o-matic
@@ -11,7 +11,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="-* amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
1.87 dev-lang/nasm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 6 Oct 2011 19:32:14 -0000 1.86
+++ ChangeLog 8 Oct 2011 16:33:33 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/nasm
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.86 2011/10/06 19:32:14 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.87 2011/10/08 16:33:33 phajdan.jr Exp $
+
+ 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> nasm-2.09.10.ebuild:
+ x86 stable wrt bug #385901
06 Oct 2011; Steve Dibb <beandog@gentoo.org> nasm-2.09.10.ebuild:
amd64 stable, bug 385901
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-08 16:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 19:32 [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: nasm-2.09.10.ebuild ChangeLog Steve Dibb (beandog)
-- strict thread matches above, loose matches on Subject: below --
2011-10-08 16:33 PaweA Hajdan (phajdan.jr)
2011-08-14 20:54 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox