diff options
author | Sam James <sam@gentoo.org> | 2024-11-30 13:57:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-30 13:57:02 +0000 |
commit | 1ca35e72172f4f971c93b9d979b1a94d354ca7a7 (patch) | |
tree | 706419a4661510d775b7dfe3c99ca14f720fd1aa /sci-electronics | |
parent | net-mail/mailutils: drop 3.17 (diff) | |
download | gentoo-1ca35e72172f4f971c93b9d979b1a94d354ca7a7.tar.gz gentoo-1ca35e72172f4f971c93b9d979b1a94d354ca7a7.tar.bz2 gentoo-1ca35e72172f4f971c93b9d979b1a94d354ca7a7.zip |
sci-electronics/gwave: drop 20190116
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/gwave/gwave-20190116.ebuild | 55 |
1 files changed, 0 insertions, 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 -} |