Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: sci-electronics/qucs/
Date: Mon, 30 Nov 2020 02:35:49
Message-Id: 1606702853.c52e6928fb0973b5a4927c0f2a7a0d4059986a5a.asturm@gentoo
1 commit: c52e6928fb0973b5a4927c0f2a7a0d4059986a5a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 02:20:53 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 02:20:53 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c52e6928
7
8 sci-electronics/qucs: Drop 0.0.15
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-electronics/qucs/qucs-0.0.15.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/sci-electronics/qucs/qucs-0.0.15.ebuild b/sci-electronics/qucs/qucs-0.0.15.ebuild
17 deleted file mode 100644
18 index 67c11b24..00000000
19 --- a/sci-electronics/qucs/qucs-0.0.15.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=2
27 -
28 -inherit eutils
29 -
30 -DESCRIPTION="Quite Universal Circuit Simulator is a Qt based circuit simulator"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -HOMEPAGE="http://qucs.sourceforge.net/"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~x86"
37 -IUSE="debug"
38 -
39 -DEPEND="dev-qt/qt-meta:3"
40 -RDEPEND="dev-qt/qt-meta:3
41 - >=sci-electronics/freehdl-0.0.7"
42 -
43 -src_configure() {
44 - econf --with-x $(use_enable debug)
45 -}
46 -
47 -src_install() {
48 - emake install DESTDIR="${D}" || die
49 -
50 - newicon qucs/bitmaps/big.qucs.xpm qucs.xpm || die
51 - make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics"
52 -}