From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2FA2A1381F3 for ; Wed, 26 Jun 2013 14:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D7DE09AE; Wed, 26 Jun 2013 14:45:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50297E09AE for ; Wed, 26 Jun 2013 14:45:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6258733E75D for ; Wed, 26 Jun 2013 14:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2CE5E545E for ; Wed, 26 Jun 2013 14:45:33 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1372257899.3345fcfb49608b0150324ef0d82579c8198c3257.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ucsf-tools/ChangeLog sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild X-VCS-Directories: sci-chemistry/ucsf-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3345fcfb49608b0150324ef0d82579c8198c3257 X-VCS-Branch: master Date: Wed, 26 Jun 2013 14:45:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2fce9b56-2ed1-4e6c-bb34-0a9e303bcef8 X-Archives-Hash: e568709b5e5d02715042b5dd8ca65f33 commit: 3345fcfb49608b0150324ef0d82579c8198c3257 Author: Justin Lecher gentoo org> AuthorDate: Wed Jun 26 14:43:56 2013 +0000 Commit: Justin Lecher gentoo 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 ucsf-tools-9999.ebuild: + Fix compilation with latest gcc + 23 Apr 2013; Justin Lecher 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 +} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D002C1381F3 for ; Wed, 26 Jun 2013 14:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3168FE08E0; Wed, 26 Jun 2013 14:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D58EE08E0 for ; Wed, 26 Jun 2013 14:55:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 757BC33E75A for ; Wed, 26 Jun 2013 14:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1BB3DE5461 for ; Wed, 26 Jun 2013 14:55:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1372257899.3345fcfb49608b0150324ef0d82579c8198c3257.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/ucsf-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/ucsf-tools/ChangeLog sci-chemistry/ucsf-tools/ucsf-tools-9999.ebuild X-VCS-Directories: sci-chemistry/ucsf-tools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3345fcfb49608b0150324ef0d82579c8198c3257 X-VCS-Branch: master Date: Wed, 26 Jun 2013 14:55:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4bd04a54-4f21-4628-92d1-1c4d8d33436c X-Archives-Hash: 9c134a4be75d9c4659b2fcafa6727894 Message-ID: <20130626145513.XlXj3932zotcKDUzMTtk7D6JPZTVgTaaafy23B9XdvI@z> commit: 3345fcfb49608b0150324ef0d82579c8198c3257 Author: Justin Lecher gentoo org> AuthorDate: Wed Jun 26 14:43:56 2013 +0000 Commit: Justin Lecher gentoo 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 ucsf-tools-9999.ebuild: + Fix compilation with latest gcc + 23 Apr 2013; Justin Lecher 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 +}