public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
@ 2009-07-21  2:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-21  2:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/07/21 02:09:30

  Modified:             ChangeLog
  Added:                nasm-2.07.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.57                 dev-lang/nasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	11 Jan 2009 15:12:56 -0000	1.56
+++ ChangeLog	21 Jul 2009 02:09:30 -0000	1.57
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/nasm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.56 2009/01/11 15:12:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.57 2009/07/21 02:09:30 mr_bones_ Exp $
+
+*nasm-2.07 (21 Jul 2009)
+
+  21 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> +nasm-2.07.ebuild:
+  version bump
 
   11 Jan 2009; Markus Meier <maekke@gentoo.org> nasm-2.05.01.ebuild:
   amd64/x86 stable, bug #254511



1.1                  dev-lang/nasm/nasm-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.1&content-type=text/plain

Index: nasm-2.07.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.1 2009/07/21 02:09:30 mr_bones_ Exp $

EAPI=2
inherit autotools eutils toolchain-funcs 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="LGPL-2.1"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
IUSE="doc"

DEPEND="dev-lang/perl
	doc? ( virtual/ghostscript sys-apps/texinfo )"
RDEPEND=""

S=${WORKDIR}/${P/_}

src_configure() {
	strip-flags
	econf
}

src_compile() {
	emake all || die "emake failed"
	emake rdf || die "emake failed"
	if use doc ; then
		emake doc || die "emake failed"
	fi
}

src_install() {
	dobin nasm ndisasm rdoff/{ldrdf,rdf2bin,rdf2ihx,rdfdump,rdflib,rdx} \
		|| die "dobin failed"
	dosym /usr/bin/rdf2bin /usr/bin/rdf2com
	doman nasm.1 ndisasm.1
	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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
@ 2009-08-14 20:33 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-08-14 20:33 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/14 20:33:26

  Modified:             ChangeLog nasm-2.07.ebuild
  Log:
  amd64/x86 stable, bug #280723
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 dev-lang/nasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	21 Jul 2009 02:09:30 -0000	1.57
+++ ChangeLog	14 Aug 2009 20:33:26 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/nasm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.57 2009/07/21 02:09:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.58 2009/08/14 20:33:26 maekke Exp $
+
+  14 Aug 2009; Markus Meier <maekke@gentoo.org> nasm-2.07.ebuild:
+  amd64/x86 stable, bug #280723
 
 *nasm-2.07 (21 Jul 2009)
 



1.2                  dev-lang/nasm/nasm-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?r1=1.1&r2=1.2

Index: nasm-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nasm-2.07.ebuild	21 Jul 2009 02:09:30 -0000	1.1
+++ nasm-2.07.ebuild	14 Aug 2009 20:33:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.1 2009/07/21 02:09:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.2 2009/08/14 20:33:26 maekke Exp $
 
 EAPI=2
 inherit autotools eutils toolchain-funcs flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~x86-fbsd"
 IUSE="doc"
 
 DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
@ 2009-09-12 19:31 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-12 19:31 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/09/12 19:31:03

  Modified:             ChangeLog nasm-2.07.ebuild
  Log:
  work around parallel-build issues and use the upstream makefiles for more (bug #284535)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.60                 dev-lang/nasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	14 Aug 2009 20:35:55 -0000	1.59
+++ ChangeLog	12 Sep 2009 19:31:03 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/nasm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.59 2009/08/14 20:35:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.60 2009/09/12 19:31:03 mr_bones_ Exp $
+
+  12 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> nasm-2.07.ebuild:
+  work around parallel-build issues and use the upstream makefiles for more
+  (bug #284535)
 
   14 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> -nasm-2.04.ebuild,
   -nasm-2.05.01.ebuild:



1.3                  dev-lang/nasm/nasm-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?r1=1.2&r2=1.3

Index: nasm-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nasm-2.07.ebuild	14 Aug 2009 20:33:26 -0000	1.2
+++ nasm-2.07.ebuild	12 Sep 2009 19:31:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.2 2009/08/14 20:33:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.3 2009/09/12 19:31:03 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools eutils toolchain-funcs flag-o-matic
@@ -26,18 +26,15 @@
 }
 
 src_compile() {
-	emake all || die "emake failed"
-	emake rdf || die "emake failed"
+	emake nasmlib.o || die
+	emake all || die
 	if use doc ; then
-		emake doc || die "emake failed"
+		emake doc || die
 	fi
 }
 
 src_install() {
-	dobin nasm ndisasm rdoff/{ldrdf,rdf2bin,rdf2ihx,rdfdump,rdflib,rdx} \
-		|| die "dobin failed"
-	dosym /usr/bin/rdf2bin /usr/bin/rdf2com
-	doman nasm.1 ndisasm.1
+	emake INSTALLROOT="${D}" install install_rdf || die
 	dodoc AUTHORS CHANGES ChangeLog README TODO
 	if use doc ; then
 		doinfo doc/info/*






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
@ 2009-12-26 17:33 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 17:33 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 17:33:06

  Modified:             ChangeLog nasm-2.07.ebuild
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 dev-lang/nasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	12 Sep 2009 19:31:03 -0000	1.60
+++ ChangeLog	26 Dec 2009 17:33:05 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/nasm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.60 2009/09/12 19:31:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.61 2009/12/26 17:33:05 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> nasm-2.07.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   12 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> nasm-2.07.ebuild:
   work around parallel-build issues and use the upstream makefiles for more



1.4                  dev-lang/nasm/nasm-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?r1=1.3&r2=1.4

Index: nasm-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nasm-2.07.ebuild	12 Sep 2009 19:31:03 -0000	1.3
+++ nasm-2.07.ebuild	26 Dec 2009 17:33:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.3 2009/09/12 19:31:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.4 2009/12/26 17:33:05 pva Exp $
 
 EAPI=2
 inherit autotools eutils toolchain-funcs flag-o-matic
@@ -15,7 +15,7 @@
 IUSE="doc"
 
 DEPEND="dev-lang/perl
-	doc? ( virtual/ghostscript sys-apps/texinfo )"
+	doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
 RDEPEND=""
 
 S=${WORKDIR}/${P/_}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild
@ 2010-01-02 18:39 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-02 18:39 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/02 18:39:12

  Modified:             ChangeLog nasm-2.07.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.62                 dev-lang/nasm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	26 Dec 2009 17:33:05 -0000	1.61
+++ ChangeLog	2 Jan 2010 18:39:11 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/nasm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.61 2009/12/26 17:33:05 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.62 2010/01/02 18:39:11 fauli Exp $
+
+  02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> nasm-2.07.ebuild:
+  Transfer Prefix keywords
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> nasm-2.07.ebuild:
   virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only



1.5                  dev-lang/nasm/nasm-2.07.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild?r1=1.4&r2=1.5

Index: nasm-2.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nasm-2.07.ebuild	26 Dec 2009 17:33:05 -0000	1.4
+++ nasm-2.07.ebuild	2 Jan 2010 18:39:11 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.4 2009/12/26 17:33:05 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.5 2010/01/02 18:39:11 fauli Exp $
 
 EAPI=2
 inherit autotools eutils toolchain-funcs flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="-* amd64 x86 ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-lang/perl






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-02 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-14 20:33 [gentoo-commits] gentoo-x86 commit in dev-lang/nasm: ChangeLog nasm-2.07.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-02 18:39 Christian Faulhammer (fauli)
2009-12-26 17:33 Peter Volkov (pva)
2009-09-12 19:31 Michael Sterrett (mr_bones_)
2009-07-21  2:09 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