public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/maq: ChangeLog maq-0.7.1-r1.ebuild
Date: Thu, 15 Dec 2011 22:01:03 +0000 (UTC)	[thread overview]
Message-ID: <20111215220103.895A52004B@flycatcher.gentoo.org> (raw)

jlec        11/12/15 22:01:03

  Modified:             ChangeLog maq-0.7.1-r1.ebuild
  Log:
  Respect multilib, keyworded for prefix linux, remove additionally die
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-biology/maq/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/maq/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Apr 2011 07:46:27 -0000	1.5
+++ ChangeLog	15 Dec 2011 22:01:03 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-biology/maq
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/maq/ChangeLog,v 1.5 2011/04/14 07:46:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/maq/ChangeLog,v 1.6 2011/12/15 22:01:03 jlec Exp $
+
+  15 Dec 2011; Justin Lecher <jlec@gentoo.org> maq-0.7.1-r1.ebuild:
+  Respect multilib, keyworded for prefix linux, remove additionally die
 
 *maq-0.7.1-r1 (14 Apr 2011)
 



1.2                  sci-biology/maq/maq-0.7.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild?r1=1.1&r2=1.2

Index: maq-0.7.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maq-0.7.1-r1.ebuild	14 Apr 2011 07:46:27 -0000	1.1
+++ maq-0.7.1-r1.ebuild	15 Dec 2011 22:01:03 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild,v 1.1 2011/04/14 07:46:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/maq/maq-0.7.1-r1.ebuild,v 1.2 2011/12/15 22:01:03 jlec Exp $
 
-EAPI="4"
+EAPI=4
 
 inherit autotools eutils
 
@@ -15,22 +15,22 @@
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
 	epatch \
-	"${FILESDIR}"/${P}-flags.patch \
-	"${FILESDIR}"/${P}-bfr-overfl.patch
+		"${FILESDIR}"/${P}-flags.patch \
+		"${FILESDIR}"/${P}-bfr-overfl.patch
+	sed \
+		-e '/ext_CFLAGS/s:-m64::g' \
+		-i configure* || die
 	eautoreconf
 }
 
 src_install() {
 	default
 	insinto /usr/share/maq
-	doins "${WORKDIR}"/*.dat || die
+	doins "${WORKDIR}"/*.dat
 	doman maq.1
 	dodoc ${PN}.pdf
 }






             reply	other threads:[~2011-12-15 22:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15 22:01 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-23 10:15 [gentoo-commits] gentoo-x86 commit in sci-biology/maq: ChangeLog maq-0.7.1-r1.ebuild Justin Lecher (jlec)
2011-12-18 19:53 PaweA Hajdan (phajdan.jr)
2011-12-15 22:37 Justin Lecher (jlec)
2011-04-14  7:46 Justin Lecher (jlec)

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=20111215220103.895A52004B@flycatcher.gentoo.org \
    --to=jlec@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