public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Anderson (gentoofan23)" <gentoofan23@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-0.8.0.ebuild
Date: Sun, 07 Jun 2009 13:11:30 +0000	[thread overview]
Message-ID: <E1MDI9q-0005jk-Gm@stork.gentoo.org> (raw)

gentoofan23    09/06/07 13:11:30

  Modified:             ChangeLog yasm-0.8.0.ebuild
  Log:
  stable amd64 as requested by Samuli Suominen to fix bug #273008. General QA cleanup by myself and Samuli. Convert to EAPI 2 for simplicity.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 dev-lang/yasm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	19 Apr 2009 14:01:33 -0000	1.32
+++ ChangeLog	7 Jun 2009 13:11:30 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/yasm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.32 2009/04/19 14:01:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.33 2009/06/07 13:11:30 gentoofan23 Exp $
+
+  07 Jun 2009; Thomas Anderson <gentoofan23@gentoo.org> yasm-0.8.0.ebuild:
+  stable amd64 as requested by Samuli Suominen to fix bug #273008. General QA
+  cleanup by myself and Samuli. Convert to EAPI 2 for simplicity.
 
   19 Apr 2009; Markus Meier <maekke@gentoo.org> yasm-0.7.2:
   x86 stable, bug #266057



1.2                  dev-lang/yasm/yasm-0.8.0.ebuild

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

Index: yasm-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yasm-0.8.0.ebuild	13 Apr 2009 22:38:45 -0000	1.1
+++ yasm-0.8.0.ebuild	7 Jun 2009 13:11:30 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.8.0.ebuild,v 1.1 2009/04/13 22:38:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.8.0.ebuild,v 1.2 2009/06/07 13:11:30 gentoofan23 Exp $
+
+EAPI="2"
 
 DESCRIPTION="Assembler that supports amd64"
 HOMEPAGE="http://www.tortall.net/projects/yasm/"
@@ -8,28 +10,17 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="-* amd64 ~x86 ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"
 DEPEND="nls? ( sys-devel/gettext )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	# Remove macho tests (gas{32,64},nasm{32,64}) until fixed upstream.
-	# Necessary to pass test phase on at least amd64 with gcc-4.1.2.
-	sed -i \
-		-e '/modules\/objfmts\/macho\/tests\/.*\/.*macho.*_test.sh/d' \
-		Makefile.in
-}
-
-src_compile() {
-	econf $(use_enable nls) || die "econf failed"
-	emake || die "emake failed"
+src_configure() {
+	econf $(use_enable nls)
 }
 
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS INSTALL
+	dodoc AUTHORS
 }






             reply	other threads:[~2009-06-07 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-07 13:11 Thomas Anderson (gentoofan23) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-02 18:46 [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: ChangeLog yasm-0.8.0.ebuild Christian Faulhammer (fauli)
2009-06-10 19:50 Markus Meier (maekke)
2009-04-13 22:38 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MDI9q-0005jk-Gm@stork.gentoo.org \
    --to=gentoofan23@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox