public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
Date: Sun, 13 Nov 2016 21:49:38 +0000 (UTC)	[thread overview]
Message-ID: <1479073719.a2b13e11f194a23e55919ebf3c2d7b3b54d0a74e.soap@gentoo> (raw)

commit:     a2b13e11f194a23e55919ebf3c2d7b3b54d0a74e
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Nov 12 15:45:05 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 21:48:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b13e11

sci-physics/xfoil: Removing EAPI version 6.97

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2826

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-physics/xfoil/xfoil-6.97.ebuild | 71 -------------------------------------
 1 file changed, 71 deletions(-)

diff --git a/sci-physics/xfoil/xfoil-6.97.ebuild b/sci-physics/xfoil/xfoil-6.97.ebuild
deleted file mode 100644
index d1679ff..00000000
--- a/sci-physics/xfoil/xfoil-6.97.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils fortran-2
-
-DESCRIPTION="Design and analysis of subsonic isolated airfoils"
-HOMEPAGE="http://raphael.mit.edu/xfoil/"
-SRC_URI="
-	http://web.mit.edu/drela/Public/web/${PN}/${PN}${PV}.tar.gz
-	doc? ( http://web.mit.edu/drela/Public/web/${PN}/dataflow.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/Xfoil"
-
-src_prepare() {
-	sed \
-		-e '/^FC/d' \
-		-e '/^CC/d' \
-		-e '/^FFLAGS/d' \
-		-e '/^CFLAGS/d' \
-		-e 's/^\(FFLOPT .*\)/FFLOPT = $(FFLAGS)/g' \
-		-i {bin,plotlib,orrs/bin}/Makefile plotlib/config.make \
-		|| die "sed for flags and compilers failed"
-
-	# fix bug #147033
-	[[ $(tc-getFC) == *gfortran ]] && \
-		epatch "${FILESDIR}"/${PN}-6.96-gfortran.patch
-
-	epatch "${FILESDIR}"/${P}-overflow.patch
-
-	sed \
-		-e "s:/var/local/codes/orrs/osmap.dat:${EPREFIX}/usr/share/xfoil/orrs/osmap.dat:" \
-		-i orrs/src/osmap.f || die "sed osmap.f failed"
-}
-
-src_compile() {
-	cd "${S}"/orrs/bin
-	emake FLG="${FFLAGS}" FTNLIB="${LDFLAGS}" OS
-	cd "${S}"/orrs
-	bin/osgen osmaps_ns.lst
-	cd "${S}"/plotlib
-	emake CFLAGS="${CFLAGS} -DUNDERSCORE"
-	cd "${S}"/bin
-	for i in xfoil pplot pxplot; do
-		emake \
-			PLTOBJ="../plotlib/libPlt.a" \
-			CFLAGS="${CFLAGS} -DUNDERSCORE" \
-			FTNLIB="${LDFLAGS}" \
-			${i}
-	done
-}
-
-src_install() {
-	dobin bin/pplot bin/pxplot bin/xfoil
-	insinto /usr/share/xfoil/orrs
-	doins orrs/osm*.dat
-	dodoc *.txt README
-	insinto /usr/share/doc/${PF}/
-	use examples && doins -r runs
-	use doc && dodoc "${DISTDIR}"/dataflow.pdf
-}


             reply	other threads:[~2016-11-13 21:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-13 21:49 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-05 21:28 [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/ Andrew Savchenko
2017-11-25 17:42 David Seifert
2020-02-13 21:40 David Seifert
2021-02-19 13:11 Sam James
2024-04-11  6:08 Guilherme Amadio

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=1479073719.a2b13e11f194a23e55919ebf3c2d7b3b54d0a74e.soap@gentoo \
    --to=soap@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