diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2009-01-02 20:19:10 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2009-01-02 20:19:10 +0000 |
commit | 300f77a02ee6fa0aa576851a84cd1c499280fe94 (patch) | |
tree | 5a2573ee4c28570123898f56fc8404cbb9b593da /sci-electronics | |
parent | - no idea why we would intentionally break pie when using vanilla (diff) | |
download | gentoo-2-300f77a02ee6fa0aa576851a84cd1c499280fe94.tar.gz gentoo-2-300f77a02ee6fa0aa576851a84cd1c499280fe94.tar.bz2 gentoo-2-300f77a02ee6fa0aa576851a84cd1c499280fe94.zip |
Removed old version. Added runtime dependency fixing bug 238115.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/qucs/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.13.ebuild | 33 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.14.ebuild | 7 |
3 files changed, 10 insertions, 38 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog index 636f43ac3092..6babd7b4cfa2 100644 --- a/sci-electronics/qucs/ChangeLog +++ b/sci-electronics/qucs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/qucs -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.19 2008/07/27 22:22:35 carlo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.20 2009/01/02 20:19:10 cryos Exp $ + + 02 Jan 2009; Marcus D. Hanwell <cryos@gentoo.org> -qucs-0.0.13.ebuild, + qucs-0.0.14.ebuild: + Removed old version. Added runtime dependency fixing bug 238115. 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qucs-0.0.12.ebuild: QA: Get rid of deprecated qt_min_version(). diff --git a/sci-electronics/qucs/qucs-0.0.13.ebuild b/sci-electronics/qucs/qucs-0.0.13.ebuild deleted file mode 100644 index 77d699949856..000000000000 --- a/sci-electronics/qucs/qucs-0.0.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild,v 1.3 2008/01/02 04:24:46 mr_bones_ Exp $ - -EAPI=1 - -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="x11-libs/qt:3" -RDEPEND="x11-libs/qt:3" - -src_compile() { - myconf="--with-x $(use_enable debug)" - - econf ${myconf} || die "econf failed." - emake || die "emake failed." -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed." - - dodir /usr/share/pixmaps/ - cp qucs/bitmaps/big.qucs.xpm "${D}/usr/share/pixmaps/qucs.xpm" - make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics" -} diff --git a/sci-electronics/qucs/qucs-0.0.14.ebuild b/sci-electronics/qucs/qucs-0.0.14.ebuild index c167b08d4e20..eff4cb26e4b0 100644 --- a/sci-electronics/qucs/qucs-0.0.14.ebuild +++ b/sci-electronics/qucs/qucs-0.0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.14.ebuild,v 1.1 2008/04/23 14:14:56 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.14.ebuild,v 1.2 2009/01/02 20:19:10 cryos Exp $ EAPI=1 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug" DEPEND="x11-libs/qt:3" -RDEPEND="x11-libs/qt:3" +RDEPEND="x11-libs/qt:3 + sci-electronics/freehdl" src_compile() { myconf="--with-x $(use_enable debug)" |