diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-02-19 11:55:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-19 19:35:56 +0100 |
commit | 1ca8e75dcebdd834afafeed056becd09a49b4ef2 (patch) | |
tree | 63c1f461cfc8f131e7112489ff607c00c6633e13 /sci-mathematics | |
parent | sci-mathematics/cado-nfs: Removing EAPI 4 ebuilds (diff) | |
download | gentoo-1ca8e75dcebdd834afafeed056becd09a49b4ef2.tar.gz gentoo-1ca8e75dcebdd834afafeed056becd09a49b4ef2.tar.bz2 gentoo-1ca8e75dcebdd834afafeed056becd09a49b4ef2.zip |
sci-mathematics/gfan: Remove EAPI 3 ebuild
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/4031
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.5.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/gfan/gfan-0.5.ebuild b/sci-mathematics/gfan/gfan-0.5.ebuild deleted file mode 100644 index 09a3bb6898ec..000000000000 --- a/sci-mathematics/gfan/gfan-0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit eutils toolchain-funcs - -DESCRIPTION="computes Groebner fans and tropical varities" -HOMEPAGE="http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html" -SRC_URI="http://www.math.tu-berlin.de/~jensen/software/gfan/${PN}${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-libs/gmp[cxx] - sci-libs/cddlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}${PV}/" - -src_prepare () { - epatch "${FILESDIR}/${P}-double-declare-fix.patch" - sed -i -e "s/-O2/${CXXFLAGS}/" \ - -e "/GPROFFLAG =/d" \ - -e "s/g++/$(tc-getCXX)/" \ - -e "s/\$(CCLINKER)/& \$(LDFLAGS)/" Makefile || die -} - -src_install() { - emake PREFIX="${ED}/usr" install || die "emake install failed" -} |