diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-06-17 23:05:07 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-06-17 23:05:07 +0000 |
commit | ff4a0ed4e547a71c57d72d56ce3de5298e09df9b (patch) | |
tree | f454dae33172fdc0099cc9ba6690bb6a01a6de6a /sci-electronics/qucs | |
parent | Fixed invalid atoms in *DEPEND. (diff) | |
download | gentoo-2-ff4a0ed4e547a71c57d72d56ce3de5298e09df9b.tar.gz gentoo-2-ff4a0ed4e547a71c57d72d56ce3de5298e09df9b.tar.bz2 gentoo-2-ff4a0ed4e547a71c57d72d56ce3de5298e09df9b.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-electronics/qucs')
-rw-r--r-- | sci-electronics/qucs/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/qucs/Manifest | 12 | ||||
-rw-r--r-- | sci-electronics/qucs/files/digest-qucs-0.0.6 | 1 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.6.ebuild | 21 |
4 files changed, 30 insertions, 11 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog index 3e52171b0900..f5b817f91822 100644 --- a/sci-electronics/qucs/ChangeLog +++ b/sci-electronics/qucs/ChangeLog @@ -1,6 +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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.2 2005/06/17 23:05:07 cryos Exp $ + +*qucs-0.0.6 (17 Jun 2005) + + 17 Jun 2005; Marcus D. Hanwell <marcus@gentoo.org> +qucs-0.0.6.ebuild: + Version bump. *qucs-0.0.5 (29 Apr 2005) diff --git a/sci-electronics/qucs/Manifest b/sci-electronics/qucs/Manifest index f465718b8ab4..897e8c153476 100644 --- a/sci-electronics/qucs/Manifest +++ b/sci-electronics/qucs/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 73f19a3c6b8be37a24f18f2fd22fe089 qucs-0.0.6.ebuild 626 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----- +MD5 a3f9c2e44ad55060353e26291617d393 files/digest-qucs-0.0.6 63 diff --git a/sci-electronics/qucs/files/digest-qucs-0.0.6 b/sci-electronics/qucs/files/digest-qucs-0.0.6 new file mode 100644 index 000000000000..581bd094abb1 --- /dev/null +++ b/sci-electronics/qucs/files/digest-qucs-0.0.6 @@ -0,0 +1 @@ +MD5 4b369fe0c07a3c06ac1527205079b58c qucs-0.0.6.tar.gz 1808109 diff --git a/sci-electronics/qucs/qucs-0.0.6.ebuild b/sci-electronics/qucs/qucs-0.0.6.ebuild new file mode 100644 index 000000000000..a76683f3d0a4 --- /dev/null +++ b/sci-electronics/qucs/qucs-0.0.6.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.6.ebuild,v 1.1 2005/06/17 23:05:07 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." +} |