Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gwave/
Date: Sun, 26 Aug 2018 00:01:04
Message-Id: 1535239675.e0a852246127afd54333a8635252378ca6cf0f4b.asturm@gentoo
1 commit: e0a852246127afd54333a8635252378ca6cf0f4b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 23:27:55 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 23:27:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a85224
7
8 sci-electronics/gwave: Drop 20120229 (r0)
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-electronics/gwave/gwave-20120229.ebuild | 74 -----------------------------
13 1 file changed, 74 deletions(-)
14
15 diff --git a/sci-electronics/gwave/gwave-20120229.ebuild b/sci-electronics/gwave/gwave-20120229.ebuild
16 deleted file mode 100644
17 index acd8cfe9181..00000000000
18 --- a/sci-electronics/gwave/gwave-20120229.ebuild
19 +++ /dev/null
20 @@ -1,74 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -WANT_AUTOMAKE=1.9
27 -
28 -inherit autotools fdo-mime gnome2-utils
29 -
30 -rev=249
31 -
32 -DESCRIPTION="Analog waveform viewer for SPICE-like simulations"
33 -LICENSE="GPL-2"
34 -HOMEPAGE="http://gwave.sourceforge.net"
35 -SRC_URI="https://sourceforge.net/code-snapshots/svn/g/gw/gwave/code/gwave-code-${rev}-trunk.zip"
36 -
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="gnuplot plotutils"
39 -SLOT="0"
40 -
41 -DEPEND=">=dev-scheme/guile-2[deprecated,networking]
42 - <dev-scheme/guile-2.2
43 - dev-scheme/guile-gnome-platform
44 - x11-libs/guile-gtk"
45 -
46 -RDEPEND="${DEPEND}
47 - sci-electronics/electronics-menu
48 - gnuplot? ( sci-visualization/gnuplot )
49 - plotutils? ( media-libs/plotutils )"
50 -
51 -DEPEND="${DEPEND}
52 - app-text/docbook-sgml-utils"
53 -
54 -S="${WORKDIR}/gwave-code-${rev}-trunk"
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/${P}_as-needed.patch
58 - "${FILESDIR}"/${P}_doc.patch
59 - "${FILESDIR}"/${P}_missing_externs.patch
60 - "${FILESDIR}"/${P}_remove_gh.patch
61 - "${FILESDIR}"/${P}_remove_old_and_broken_compatibility_check.patch
62 - "${FILESDIR}"/${P}_stdlib.patch
63 - "${FILESDIR}"/${P}_unistd.patch
64 - )
65 -
66 -src_prepare() {
67 - sed 's/AM_INIT_AUTOMAKE(gwave, [0-9]*)/AM_INIT_AUTOMAKE(gwave, ${PV})/' -i configure.ac || die
68 - epatch "${PATCHES[@]}"
69 - eapply_user
70 - eautoreconf
71 -}
72 -
73 -src_install() {
74 - emake DESTDIR="${D}" install
75 - dodoc AUTHORS NEWS README TODO
76 - newicon icons/wave-drag-ok.xpm gwave.xpm
77 - make_desktop_entry gwave "Gwave" gwave "Electronics"
78 -}
79 -
80 -pkg_preinst() {
81 - gnome2_icon_savelist
82 -}
83 -
84 -pkg_postinst() {
85 - fdo-mime_desktop_database_update
86 - fdo-mime_mime_database_update
87 - gnome2_icon_cache_update
88 -}
89 -
90 -pkg_postrm() {
91 - fdo-mime_desktop_database_update
92 - fdo-mime_mime_database_update
93 - gnome2_icon_cache_update
94 -}