From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C57AB1581FB for ; Sat, 30 Nov 2024 14:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44714E07EE; Sat, 30 Nov 2024 14:01:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 529F7E07B3 for ; Sat, 30 Nov 2024 14:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80838342FEF for ; Sat, 30 Nov 2024 14:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E284C1E15 for ; Sat, 30 Nov 2024 14:01:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732975022.1ca35e72172f4f971c93b9d979b1a94d354ca7a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gwave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gwave/gwave-20190116.ebuild X-VCS-Directories: sci-electronics/gwave/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ca35e72172f4f971c93b9d979b1a94d354ca7a7 X-VCS-Branch: master Date: Sat, 30 Nov 2024 14:01:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcb46213-419f-4fb9-9b78-c40487f0387f X-Archives-Hash: 02756c661fb2f25062869518d04ef996 commit: 1ca35e72172f4f971c93b9d979b1a94d354ca7a7 Author: Sam James gentoo org> AuthorDate: Sat Nov 30 13:57:02 2024 +0000 Commit: Sam James gentoo 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 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 -}