summaryrefslogtreecommitdiff
path: root/sci-visualization/quickplot/quickplot-0.10.8.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-20 12:34:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-01-20 12:34:54 +0000
commitab643ca5c0af4deda50955f4fba51895880cec9a (patch)
treecf66b2fd14ceca2b123c52db58c7112b0c64b5d5 /sci-visualization/quickplot/quickplot-0.10.8.ebuild
parent055e176323cd62e223b6416d76fc55f9728168db (diff)
downloadbaldeagleos-repo-ab643ca5c0af4deda50955f4fba51895880cec9a.tar.gz
baldeagleos-repo-ab643ca5c0af4deda50955f4fba51895880cec9a.tar.xz
baldeagleos-repo-ab643ca5c0af4deda50955f4fba51895880cec9a.zip
Updating liguros repo
Diffstat (limited to 'sci-visualization/quickplot/quickplot-0.10.8.ebuild')
-rw-r--r--sci-visualization/quickplot/quickplot-0.10.8.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sci-visualization/quickplot/quickplot-0.10.8.ebuild b/sci-visualization/quickplot/quickplot-0.10.8.ebuild
deleted file mode 100644
index c2b131eb4835..000000000000
--- a/sci-visualization/quickplot/quickplot-0.10.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils eutils
-
-DESCRIPTION="A fast interactive 2D plotter"
-HOMEPAGE="https://sourceforge.net/projects/quickplot/ https://github.com/lanceman2/quickplot"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-RDEPEND="
- media-libs/libsndfile
- >=sys-libs/readline-0.6.2:0=
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- sed '/libquickplot_la_LIBADD/s:$: -lm:g' -i Makefile.am || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics
- mv "${ED}"/usr/share/applications/quickplot*.desktop \
- "${ED}"/usr/share/applications/quickplot.desktop || die
-}