commit: 1ca35e72172f4f971c93b9d979b1a94d354ca7a7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 13:57:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 13:57:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca35e72
sci-electronics/gwave: drop 20190116 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/gwave/gwave-20190116.ebuild | 55 ----------------------------- 1 file changed, 55 deletions(-) diff --git a/sci-electronics/gwave/gwave-20190116.ebuild b/sci-electronics/gwave/gwave-20190116.ebuild deleted file mode 100644 index 6c3e20e41063..000000000000 --- a/sci-electronics/gwave/gwave-20190116.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools desktop xdg-utils - -DESCRIPTION="Analog waveform viewer for SPICE-like simulations" -HOMEPAGE="http://gwave.sourceforge.net" -SRC_URI="https://downloads.sourceforge.net/${PN}/gwave3/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" -IUSE="gnuplot plotutils" -SLOT="0" - -DEPEND=" - >=dev-scheme/guile-2[networking] - >=x11-libs/gtk+-2.8.0:2= - sys-libs/readline:0= - sys-libs/ncurses:0=" - -RDEPEND="${DEPEND} - sci-electronics/electronics-menu - gnuplot? ( sci-visualization/gnuplot ) - plotutils? ( media-libs/plotutils )" - -PATCHES=( - "${FILESDIR}"/${P}-multiple-little-bugfixes.patch - "${FILESDIR}"/${P}-as-needed.patch - "${FILESDIR}"/${P}-fix-configure.patch -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - newicon icons/wave-drag-ok.xpm gwave.xpm - make_desktop_entry gwave "Gwave" gwave "Electronics" -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - xdg_icon_cache_update -}
