diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-20 11:16:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-20 11:16:17 +0100 |
commit | c77be2e2d702bc25ba132c315347ab3265a7212a (patch) | |
tree | 9ae58d568f7d45c0344d4c7880554d5ae746e52d | |
parent | sci-physics/fastjet: Remove unused patches (diff) | |
download | gentoo-c77be2e2d702bc25ba132c315347ab3265a7212a.tar.gz gentoo-c77be2e2d702bc25ba132c315347ab3265a7212a.tar.bz2 gentoo-c77be2e2d702bc25ba132c315347ab3265a7212a.zip |
sci-visualization/fityk: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sci-visualization/fityk/fityk-1.3.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/sci-visualization/fityk/fityk-1.3.1.ebuild b/sci-visualization/fityk/fityk-1.3.1.ebuild deleted file mode 100644 index 8233f353cdce..000000000000 --- a/sci-visualization/fityk/fityk-1.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -WX_GTK_VER=3.0 - -inherit wxwidgets xdg - -DESCRIPTION="General-purpose nonlinear curve fitting and data analysis" -HOMEPAGE="https://fityk.nieto.pl/" -SRC_URI="https://github.com/wojdyr/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="gnuplot nlopt readline wxwidgets" - -DEPEND=" - >=dev-lang/lua-5.1:0 - dev-libs/boost:= - >=sci-libs/xylib-1 - nlopt? ( sci-libs/nlopt ) - readline? ( sys-libs/readline:0= ) - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )" -RDEPEND="${DEPEND} - gnuplot? ( sci-visualization/gnuplot )" -BDEPEND="dev-lang/swig" - -src_configure() { - use wxwidgets && setup-wxwidgets - - econf \ - --disable-python \ - --disable-static \ - $(use_enable nlopt) \ - $(use_enable wxwidgets GUI) \ - $(use_with readline) \ - --with-wx-config="${WX_CONFIG}" -} - -src_install() { - default - - # no static archives - find "${ED}" -name '*.la' -delete || die -} |