commit: 97b67e7d95690e3b8f96ff2fddeed12f9691471c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 11:46:15 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 15:28:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b67e7d
sci-visualization/quickplot: drop 0.10.6-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-visualization/quickplot/Manifest | 1 - .../quickplot/quickplot-0.10.6-r1.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) diff --git a/sci-visualization/quickplot/Manifest b/sci-visualization/quickplot/Manifest index 29730e1cad91..ab824c04eef7 100644 --- a/sci-visualization/quickplot/Manifest +++ b/sci-visualization/quickplot/Manifest @@ -1,2 +1 @@ -DIST quickplot-0.10.6.tar.xz 445172 BLAKE2B bcb2c694cc6a3777b7d88a5fbd6562d2612f76b0fabde67562ddba44708db0674336b72f5223aa6043524e9c6cb057e518b076086f2c05370bef6eb54b07e8bf SHA512 10b5277d8d0b8febc3c663256f3912bdd9d879b3038a5fdd3a7adc223419893ee56b825f04b5bee29883f30acb3b6a329d8e314b049fef26d6220192767d4adb DIST quickplot-1.0.1rc.tar.gz 303055 BLAKE2B 52c8b60b0f79171358d81691f8824e39c1e3bafc1c084c3a52037e8cd1148e8bf68027ccc90593eca15fcbee0074d42ad7def1eb9d1f5c656b86e12adb6cfdcc SHA512 9cfaaafb7db379fb43b2975d588464288ac18eb21b3248fb02e5a30b0fa0950313a9818cfec23821046f9819d78255f02dff9970668a4b4ed8c4f452d6df3451 diff --git a/sci-visualization/quickplot/quickplot-0.10.6-r1.ebuild b/sci-visualization/quickplot/quickplot-0.10.6-r1.ebuild deleted file mode 100644 index 78fb8ea47e59..000000000000 --- a/sci-visualization/quickplot/quickplot-0.10.6-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools desktop - -DESCRIPTION="A fast interactive 2D plotter" -HOMEPAGE="http://quickplot.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="static-libs" - -RDEPEND=" - media-libs/libsndfile - >=sys-libs/readline-0.6.2:0= - x11-libs/gtk+:3" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - - sed '/libquickplot_la_LIBADD/s:$: -lm:g' -i Makefile.am || die - - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics - mv "${ED}"/usr/share/applications/quickplot*.desktop \ - "${ED}"/usr/share/applications/quickplot.desktop || die -}
