* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2016-11-13 21:49 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2016-11-13 21:49 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2017-03-05 21:28 Andrew Savchenko
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Savchenko @ 2017-03-05 21:28 UTC (permalink / raw
To: gentoo-commits
commit: 0219e43ce9dac83b175116bef843cf480a70c143
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 21:28:10 2017 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 21:28:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0219e43c
sci-physics/xfoil: remove damn Id
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
sci-physics/xfoil/xfoil-6.99.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sci-physics/xfoil/xfoil-6.99.ebuild b/sci-physics/xfoil/xfoil-6.99.ebuild
index f50b8bace44..ab0b383ef99 100644
--- a/sci-physics/xfoil/xfoil-6.99.ebuild
+++ b/sci-physics/xfoil/xfoil-6.99.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 269f664086ee02eeb8843d43323b02dda05c8d6d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:20 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269f6640
sci-physics/xfoil: [QA] Consistent whitespace in metadata.xml
sci-physics/xfoil/metadata.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/sci-physics/xfoil/metadata.xml b/sci-physics/xfoil/metadata.xml
index d754bd62132..4999b0416e2 100644
--- a/sci-physics/xfoil/metadata.xml
+++ b/sci-physics/xfoil/metadata.xml
@@ -9,13 +9,13 @@
<name>Gentoo Physics Project</name>
</maintainer>
<longdescription lang="en">
- XFOIL is an interactive program for the design and analysis of subsonic isolated airfoils.
- It consists of a collection of menu-driven routines which perform various useful functions such as:
- * Viscous (or inviscid) analysis of an existing airfoil
- * Airfoil design and redesign by interactive modification of surface speed distributions
- * Airfoil redesign by interactive modification of geometric parameters
- * Blending of airfoils
- * Writing and reading of airfoil coordinates and polar save files
- * Plotting of geometry, pressure distributions, and multiple polars
-</longdescription>
+ XFOIL is an interactive program for the design and analysis of subsonic isolated airfoils.
+ It consists of a collection of menu-driven routines which perform various useful functions such as:
+ * Viscous (or inviscid) analysis of an existing airfoil
+ * Airfoil design and redesign by interactive modification of surface speed distributions
+ * Airfoil redesign by interactive modification of geometric parameters
+ * Blending of airfoils
+ * Writing and reading of airfoil coordinates and polar save files
+ * Plotting of geometry, pressure distributions, and multiple polars
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2020-02-13 21:40 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-02-13 21:40 UTC (permalink / raw
To: gentoo-commits
commit: d7dc87cddcbce8cfc93f34ac8176b123e9a50aa5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 21:38:50 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 21:38:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dc87cd
sci-physics/xfoil: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/xfoil/xfoil-6.97-r1.ebuild | 4 ++--
sci-physics/xfoil/xfoil-6.99.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-physics/xfoil/xfoil-6.97-r1.ebuild b/sci-physics/xfoil/xfoil-6.97-r1.ebuild
index 4582882797f..80e95dc414c 100644
--- a/sci-physics/xfoil/xfoil-6.97-r1.ebuild
+++ b/sci-physics/xfoil/xfoil-6.97-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit fortran-2
+inherit fortran-2 toolchain-funcs
DESCRIPTION="Design and analysis of subsonic isolated airfoils"
HOMEPAGE="http://raphael.mit.edu/xfoil/"
diff --git a/sci-physics/xfoil/xfoil-6.99.ebuild b/sci-physics/xfoil/xfoil-6.99.ebuild
index ab0b383ef99..8826b940814 100644
--- a/sci-physics/xfoil/xfoil-6.99.ebuild
+++ b/sci-physics/xfoil/xfoil-6.99.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit fortran-2
+inherit fortran-2 toolchain-funcs
DESCRIPTION="Design and analysis of subsonic isolated airfoils"
HOMEPAGE="http://raphael.mit.edu/xfoil/"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2021-02-19 13:11 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-02-19 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 56b74153c2b5838bac693d99e1805f32a8bac9e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 13:09:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 13:09:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b74153
sci-physics/xfoil: workaround gcc 10 (fortran) failure
Closes: https://bugs.gentoo.org/722194
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-physics/xfoil/xfoil-6.99.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-physics/xfoil/xfoil-6.99.ebuild b/sci-physics/xfoil/xfoil-6.99.ebuild
index 8826b940814..36047f4e3d5 100644
--- a/sci-physics/xfoil/xfoil-6.99.ebuild
+++ b/sci-physics/xfoil/xfoil-6.99.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit fortran-2 toolchain-funcs
+inherit fortran-2 flag-o-matic toolchain-funcs
DESCRIPTION="Design and analysis of subsonic isolated airfoils"
HOMEPAGE="http://raphael.mit.edu/xfoil/"
@@ -28,6 +28,10 @@ src_prepare() {
[[ $(tc-getFC) == *gfortran ]] && PATCHES+=( "${FILESDIR}"/${PN}-6.96-gfortran.patch )
default
+ # GCC 10 workaround
+ # bug #722194
+ append-fflags $(test-flags-FC -fallow-argument-mismatch)
+
sed \
-e '/^FC/d' \
-e '/^CC/d' \
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/
@ 2024-04-11 6:08 Guilherme Amadio
0 siblings, 0 replies; 6+ messages in thread
From: Guilherme Amadio @ 2024-04-11 6:08 UTC (permalink / raw
To: gentoo-commits
commit: 8029cc3cdcc002d98e46cced54851893ffa3f19c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Mar 30 20:27:54 2024 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 06:04:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8029cc3c
sci-physics/xfoil: EAPI8 bump, fix bug #820623, #725718
Closes: https://bugs.gentoo.org/820623
Closes: https://bugs.gentoo.org/725718
Closes: https://github.com/gentoo/gentoo/pull/36004
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
.../{xfoil-6.99.ebuild => xfoil-6.99-r1.ebuild} | 24 ++++++++++++++--------
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/sci-physics/xfoil/xfoil-6.99.ebuild b/sci-physics/xfoil/xfoil-6.99-r1.ebuild
similarity index 78%
rename from sci-physics/xfoil/xfoil-6.99.ebuild
rename to sci-physics/xfoil/xfoil-6.99-r1.ebuild
index 36047f4e3d56..23bffe5c71d6 100644
--- a/sci-physics/xfoil/xfoil-6.99.ebuild
+++ b/sci-physics/xfoil/xfoil-6.99-r1.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit fortran-2 flag-o-matic toolchain-funcs
DESCRIPTION="Design and analysis of subsonic isolated airfoils"
-HOMEPAGE="http://raphael.mit.edu/xfoil/"
+HOMEPAGE="https://web.mit.edu/drela/Public/web/xfoil/"
SRC_URI="
- http://web.mit.edu/drela/Public/web/${PN}/${PN}${PV}.tgz
- doc? ( http://web.mit.edu/drela/Public/web/${PN}/dataflow.pdf )"
+ https://web.mit.edu/drela/Public/web/${PN}/${PN}${PV}.tgz
+ doc? ( https://web.mit.edu/drela/Public/web/${PN}/dataflow.pdf )"
+S="${WORKDIR}/${PN^}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples"
@@ -21,8 +22,6 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-overflow.patch )
-S="${WORKDIR}/${PN^}"
-
src_prepare() {
# fix bug #147033
[[ $(tc-getFC) == *gfortran ]] && PATCHES+=( "${FILESDIR}"/${PN}-6.96-gfortran.patch )
@@ -52,7 +51,11 @@ src_compile() {
pushd orrs >/dev/null || die
bin/osgen osmaps_ns.lst || die
popd >/dev/null || die
- emake -C plotlib CFLAGS="${CFLAGS} -DUNDERSCORE"
+ emake -C plotlib \
+ CFLAGS="${CFLAGS} -DUNDERSCORE" \
+ CC="$(tc-getCC)" \
+ AR="$(tc-getAR) r" \
+ RANLIB="$(tc-getRANLIB)"
local i
for i in blu pplot pxplot xfoil; do
@@ -60,6 +63,9 @@ src_compile() {
PLTOBJ="../plotlib/libPlt_gSP.a" \
CFLAGS="${CFLAGS} -DUNDERSCORE" \
FTNLIB="${LDFLAGS}" \
+ CC="$(tc-getCC)" \
+ AR="$(tc-getAR) r" \
+ RANLIB="$(tc-getRANLIB)" \
$i
done
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-11 6:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 6:08 [gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/ Guilherme Amadio
-- strict thread matches above, loose matches on Subject: below --
2021-02-19 13:11 Sam James
2020-02-13 21:40 David Seifert
2017-11-25 17:42 David Seifert
2017-03-05 21:28 Andrew Savchenko
2016-11-13 21:49 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox