commit:     c52e6928fb0973b5a4927c0f2a7a0d4059986a5a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 02:20:53 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 02:20:53 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c52e6928

sci-electronics/qucs: Drop 0.0.15

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/qucs/qucs-0.0.15.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/sci-electronics/qucs/qucs-0.0.15.ebuild 
b/sci-electronics/qucs/qucs-0.0.15.ebuild
deleted file mode 100644
index 67c11b24..00000000
--- a/sci-electronics/qucs/qucs-0.0.15.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="Quite Universal Circuit Simulator is a Qt based circuit simulator"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://qucs.sourceforge.net/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-DEPEND="dev-qt/qt-meta:3"
-RDEPEND="dev-qt/qt-meta:3
-       >=sci-electronics/freehdl-0.0.7"
-
-src_configure() {
-       econf --with-x $(use_enable debug)
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die
-
-       newicon qucs/bitmaps/big.qucs.xpm qucs.xpm || die
-       make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics"
-}

Reply via email to