summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-04-29 18:29:54 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-04-29 18:29:54 +0000
commitb33c26a4b2203298f120ec2f043c4a16def3b9b1 (patch)
treee538af51099798d51ee7442502d1df6c860a9340 /sci-electronics/qucs
parentAdded to ~hppa. (diff)
downloadhistorical-b33c26a4b2203298f120ec2f043c4a16def3b9b1.tar.gz
historical-b33c26a4b2203298f120ec2f043c4a16def3b9b1.tar.bz2
historical-b33c26a4b2203298f120ec2f043c4a16def3b9b1.zip
Initial import, based on the ebuild submitted by Samir van de Sand <s.vandesand@web.de>, closing bug 53119.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'sci-electronics/qucs')
-rw-r--r--sci-electronics/qucs/ChangeLog11
-rw-r--r--sci-electronics/qucs/Manifest14
-rw-r--r--sci-electronics/qucs/files/digest-qucs-0.0.51
-rw-r--r--sci-electronics/qucs/metadata.xml15
-rw-r--r--sci-electronics/qucs/qucs-0.0.5.ebuild21
5 files changed, 62 insertions, 0 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog
new file mode 100644
index 000000000000..3e52171b0900
--- /dev/null
+++ b/sci-electronics/qucs/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-electronics/qucs
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.1 2005/04/29 18:29:54 cryos Exp $
+
+*qucs-0.0.5 (29 Apr 2005)
+
+ 29 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> +metadata.xml,
+ +qucs-0.0.5.ebuild:
+ Initial import, based on the ebuild submitted by Samir van de Sand
+ <s.vandesand@web.de>, closing bug 53119.
+
diff --git a/sci-electronics/qucs/Manifest b/sci-electronics/qucs/Manifest
new file mode 100644
index 000000000000..f465718b8ab4
--- /dev/null
+++ b/sci-electronics/qucs/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 73f19a3c6b8be37a24f18f2fd22fe089 qucs-0.0.5.ebuild 626
+MD5 f8bb1913b738953e3a348850ebbdfbe3 ChangeLog 441
+MD5 be48e2112e63800bb96299dd194e44dd metadata.xml 589
+MD5 45116807536e2f6afe44270a834734cd files/digest-qucs-0.0.5 63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD4DBQFCcn1XntT9W3vfTuoRArIlAJdZhl2qAl9X093gluQyor0e0cRuAKCovRkb
+afY+dZLuH4aQU0QmK6I3WA==
+=Kr0E
+-----END PGP SIGNATURE-----
diff --git a/sci-electronics/qucs/files/digest-qucs-0.0.5 b/sci-electronics/qucs/files/digest-qucs-0.0.5
new file mode 100644
index 000000000000..cf53bf5aba11
--- /dev/null
+++ b/sci-electronics/qucs/files/digest-qucs-0.0.5
@@ -0,0 +1 @@
+MD5 7c9d039416be492c0429af75da2627b3 qucs-0.0.5.tar.gz 1500489
diff --git a/sci-electronics/qucs/metadata.xml b/sci-electronics/qucs/metadata.xml
new file mode 100644
index 000000000000..7366766777f0
--- /dev/null
+++ b/sci-electronics/qucs/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>cryos@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Qucs is a Qt based integrated circuit simulator. It allows you to set up a
+ circuit with a graphical user interface and simulate the large-signal,
+ small-signal and noise behaviour of the circuit. The simulation results can
+ then be viewed graphically. Qucsator is made available as a command line
+ simulation backend.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-electronics/qucs/qucs-0.0.5.ebuild b/sci-electronics/qucs/qucs-0.0.5.ebuild
new file mode 100644
index 000000000000..d742d224c420
--- /dev/null
+++ b/sci-electronics/qucs/qucs-0.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.5.ebuild,v 1.1 2005/04/29 18:29:54 cryos Exp $
+
+DESCRIPTION="Qt 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="~x86 ~amd64"
+IUSE=""
+DEPEND=">=x11-libs/qt-3.3.4"
+
+src_compile() {
+ econf || die "econf failed."
+ emake || die "emake failed."
+}
+
+src_install() {
+ make install DESTDIR=${D} || die "make install failed."
+}