[gentoo-commits] dev/dev-zero:master commit in: sci-electronics/qucs/

2016-01-08 Thread Tiziano Müller
commit: 61fad93bc2fac0bc6b9b5e6e468cb0f0bee87be9
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Dec 18 08:08:26 2015 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Dec 18 08:08:26 2015 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=61fad93b

sci-electronics/qucs: add electronics-menu as dep

 sci-electronics/qucs/qucs-0.0.19.150523.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/qucs/qucs-0.0.19.150523.ebuild 
b/sci-electronics/qucs/qucs-0.0.19.150523.ebuild
index 54a5f68..80ac819 100644
--- a/sci-electronics/qucs/qucs-0.0.19.150523.ebuild
+++ b/sci-electronics/qucs/qucs-0.0.19.150523.ebuild
@@ -21,7 +21,8 @@ IUSE=""
 RDEPEND="dev-qt/qtcore:4[qt3support]
dev-qt/qtgui:4[qt3support]
dev-qt/qt3support:4
-   x11-libs/libX11"
+   x11-libs/libX11
+   sci-electronics/electronics-menu"
 DEPEND="${RDEPEND}"
 
 AUTOTOOLS_IN_SOURCE_BUILD=1



[gentoo-commits] dev/dev-zero:master commit in: sci-electronics/qucs/

2015-12-14 Thread Tiziano Müller
commit: b7985f774a1f1c23fd864e502c440b33ccd199d6
Author: Tiziano Müller  gentoo  org>
AuthorDate: Mon Dec 14 12:52:08 2015 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Mon Dec 14 12:52:08 2015 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=b7985f77

sci-electronics/qucs: import version bump from booboo overlay

 sci-electronics/qucs/Manifest  |  1 +
 sci-electronics/qucs/qucs-0.0.19.150523.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/sci-electronics/qucs/Manifest b/sci-electronics/qucs/Manifest
new file mode 100644
index 000..0342f40
--- /dev/null
+++ b/sci-electronics/qucs/Manifest
@@ -0,0 +1 @@
+DIST qucs-0.0.19-150523-git-0046130.tar.gz 48174723 SHA256 
6deb5ee2d76b2c87e62c2b5eff17dfa4b99be3972463447d5640880411234c82 SHA512 
01b2babbed992c9a4a4bf5dbe9a327e716a7b047682947a198821e838188b9218a3ef38977e531f34c69069f04e820a9bf8bd26c9791106f12d92bdefde72cfb
 WHIRLPOOL 
e21b836d1d4b4840504505162bd40c77142fbdeb2d8ca7d2a8393c78fb6b1a3f0d356e823930df9c2272a40b351200564bdb806afeb22ff5287d56c29a120f0b

diff --git a/sci-electronics/qucs/qucs-0.0.19.150523.ebuild 
b/sci-electronics/qucs/qucs-0.0.19.150523.ebuild
new file mode 100644
index 000..54a5f68
--- /dev/null
+++ b/sci-electronics/qucs/qucs-0.0.19.150523.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="${PN}-0.0.19-150523-git-0046130"
+
+inherit autotools-utils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Quite Universal Circuit Simulator in Qt4"
+HOMEPAGE="http://qucs.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+S="$WORKDIR/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-qt/qtcore:4[qt3support]
+   dev-qt/qtgui:4[qt3support]
+   dev-qt/qt3support:4
+   x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_configure() {
+   # the package doesn't use pkg-config on Linux, only on Darwin
+   # very smart of upstream...
+   append-ldflags $( $(tc-getPKG_CONFIG) --libs-only-L \
+   QtCore QtGui QtXml Qt3Support )
+
+   autotools-utils_src_configure
+}