diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 03:21:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 03:21:37 +0000 |
commit | d760ee888f2b34e6694d7561309344164416bd46 (patch) | |
tree | 5a77c05bb819370d86d726993d770409c0ae740b /sci-misc/xfoil | |
parent | Removed obsolete versions. (diff) | |
download | gentoo-2-d760ee888f2b34e6694d7561309344164416bd46.tar.gz gentoo-2-d760ee888f2b34e6694d7561309344164416bd46.tar.bz2 gentoo-2-d760ee888f2b34e6694d7561309344164416bd46.zip |
Fixed typo. Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-misc/xfoil')
-rw-r--r-- | sci-misc/xfoil/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/xfoil/files/digest-xfoil-6.94 | 3 | ||||
-rw-r--r-- | sci-misc/xfoil/xfoil-6.94-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/xfoil/xfoil-6.94.ebuild | 65 |
4 files changed, 7 insertions, 71 deletions
diff --git a/sci-misc/xfoil/ChangeLog b/sci-misc/xfoil/ChangeLog index e434e93547c0..b46809954708 100644 --- a/sci-misc/xfoil/ChangeLog +++ b/sci-misc/xfoil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/xfoil # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/ChangeLog,v 1.4 2005/05/06 21:38:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/ChangeLog,v 1.5 2005/06/26 03:21:37 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -xfoil-6.94.ebuild, + xfoil-6.94-r1.ebuild: + Fixed typo. Removed obsolete version. 06 May 2005; David Holm <dholm@gentoo.org> xfoil-6.94-r1.ebuild: Added to ~ppc. diff --git a/sci-misc/xfoil/files/digest-xfoil-6.94 b/sci-misc/xfoil/files/digest-xfoil-6.94 deleted file mode 100644 index 1b884e2be6b0..000000000000 --- a/sci-misc/xfoil/files/digest-xfoil-6.94 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 79e1d6bdb445d0e3ba60338e56e3e420 xfoil694.tar.gz 435936 -MD5 6a3cbfcc2dd6943317d6590a57dcd77f xfoil_doc.ps 304400 -MD5 ffdcc3ad6cf4466dd40c7753b0806177 xfoil_doc.pdf 311472 diff --git a/sci-misc/xfoil/xfoil-6.94-r1.ebuild b/sci-misc/xfoil/xfoil-6.94-r1.ebuild index 54727cd68b32..ea46581b67b8 100644 --- a/sci-misc/xfoil/xfoil-6.94-r1.ebuild +++ b/sci-misc/xfoil/xfoil-6.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94-r1.ebuild,v 1.4 2005/05/06 21:38:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94-r1.ebuild,v 1.5 2005/06/26 03:21:37 ribosome Exp $ inherit toolchain-funcs fortran @@ -8,7 +8,7 @@ MY_PN="${PN}" MY_PV="${PV/./}" MY_P="${MY_PN}${MY_PV}" -DESCRIPTION="design and analysis of subsonic isolated airfoils" +DESCRIPTION="Design and analysis of subsonic isolated airfoils" HOMEPAGE="http://raphael.mit.edu/xfoil/" SRC_URI="http://raphael.mit.edu/xfoil/${MY_P}.tar.gz doc? ( http://raphael.mit.edu/xfoil/xfoil_doc.ps diff --git a/sci-misc/xfoil/xfoil-6.94.ebuild b/sci-misc/xfoil/xfoil-6.94.ebuild deleted file mode 100644 index 5f2d01ab41e1..000000000000 --- a/sci-misc/xfoil/xfoil-6.94.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94.ebuild,v 1.3 2005/02/02 17:47:40 kugelfang Exp $ - -inherit toolchain-funcs fortran - -MY_PN="${PN}" -MY_PV="${PV/./}" -MY_P="${MY_PN}${MY_PV}" - -DESCRIPTION="design and analysis of subsonic isolated airfoils" -HOMEPAGE="http://raphael.mit.edu/xfoil/" -SRC_URI="http://raphael.mit.edu/xfoil/${MY_P}.tar.gz - doc? ( http://raphael.mit.edu/xfoil/xfoil_doc.ps - http://raphael.mit.edu/xfoil/xfoil_doc.pdf )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc" - -DEPEND="virtual/blas - sci-libs/blas-config - virtual/x11" - -S=${WORKDIR}/XFOIL${MY_PV} - -src_unpack() { - unpack ${A} - cd ${S} - [ -z "${FFLAGS}" ] && FFLAGS="${CFLAGS}" # because gcc-config doesn't do it yet - - # As defined in toolchain-funcs.eclass - echo "CC = $(tc-getCC)" >>plotlib/config.make - - # As defined in fortran.eclass - echo "FC = ${FORTRANC}" >>plotlib/config.make - - echo "CFLAGS += ${CFLAGS}" >>plotlib/config.make - echo "FFLAGS += ${FFLAGS}" >>plotlib/config.make - - sed -i bin/Makefile \ - -e "s/^\(FC.*\)/FC = ${FORTRANC}/g" \ - -e "s/^\(CC.*\)/CC = $(tc-getCC)/g" \ - -e "s/^\(FFLAGS .*\)/FFLAGS = ${FFLAGS}/g" \ - -e "s/^\(FFLOPT .*\)/FFLOPT = \$(FFLAGS)/g" \ - -e "s/^\(FFLAGS2 .*\)/FFLAGS2 = \$(FFLAGS)/g" -} - -src_compile() { - cd ${S}/plotlib - emake || die "failed to build plotlib" - cd ${S}/bin - for i in xfoil pplot pxplot; do - emake ${i} || die "failed to build ${i}" - done -} - -src_install() { - dobin bin/pplot bin/pxplot bin/xfoil - dodoc version_notes.txt xfoil_doc.txt sessions.txt README - use doc && dodoc ${DISTDIR}/xfoil_doc.ps ${DISTDIR}/xfoil_doc.pdf - docinto runs - dodoc runs/* -} |