public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/
Date: Wed, 26 Jun 2013 14:55:13 +0000 (UTC)	[thread overview]
Message-ID: <1372257899.3345fcfb49608b0150324ef0d82579c8198c3257.jlec@gentoo> (raw)
Message-ID: <20130626145513.XlXj3932zotcKDUzMTtk7D6JPZTVgTaaafy23B9XdvI@z> (raw)

commit:     3345fcfb49608b0150324ef0d82579c8198c3257
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 14:43:56 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 14:44:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3345fcfb

sci-chemistry/ucsf-tools: Fix compilation with latest gcc

Package-Manager: portage-2.2.0_alpha184

---
 sci-chemistry/ucsf-tools/ChangeLog              |  3 +++
 sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/ucsf-tools/ChangeLog b/sci-chemistry/ucsf-tools/ChangeLog
index 758f3fd..397511d3 100644
--- a/sci-chemistry/ucsf-tools/ChangeLog
+++ b/sci-chemistry/ucsf-tools/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jun 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild:
+  Fix compilation with latest gcc
+
   23 Apr 2013; Justin Lecher <jlec@gentoo.org> ucsf-tools-9999.ebuild,
   metadata.xml:
   Fix metadata, #466774; bump EAPI; set restricter license

diff --git a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
index bacdbce..127745d 100644
--- a/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
+++ b/sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=y
 
-inherit autotools-utils
+inherit autotools-utils flag-o-matic
 
 DESCRIPTION="The USF program suite"
 HOMEPAGE="http://xray.bmc.uu.se/usf/"
@@ -30,3 +30,14 @@ src_unpack() {
 	cd "${S}"
 	unpack mark-20110912.tgz
 }
+
+src_prepare() {
+	local src
+	append-fflags -ffixed-line-length-132
+	for src in \
+		ave coma comap comdem dataman essens imp lsqman mama mapfix \
+		mapman mave ncs6d o2d prof solex spancsi; do
+			mv ${src}/${src}.{f,F} || die
+	done
+	autotools-utils_src_prepare
+}


             reply	other threads:[~2013-06-26 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 14:45 Justin Lecher [this message]
2013-06-26 14:55 ` [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-03-08  9:37 Justin Lecher
2013-06-26 14:53 Justin Lecher
2013-05-06  8:26 Justin Lecher
2012-08-13 20:22 Justin Lecher

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=1372257899.3345fcfb49608b0150324ef0d82579c8198c3257.jlec@gentoo \
    --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