public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/qucs: qucs-0.0.15.ebuild ChangeLog
@ 2009-05-26 18:07 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-05-26 18:07 UTC (permalink / raw
  To: gentoo-commits

patrick     09/05/26 18:07:36

  Modified:             ChangeLog
  Added:                qucs-0.0.15.ebuild
  Log:
  Bump to 0.0.15
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 sci-electronics/qucs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Jan 2009 20:19:10 -0000	1.20
+++ ChangeLog	26 May 2009 18:07:36 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for sci-electronics/qucs
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.21 2009/05/26 18:07:36 patrick Exp $
+
+*qucs-0.0.15 (26 May 2009)
+
+  26 May 2009; Patrick Lauer <patrick@gentoo.org> +qucs-0.0.15.ebuild:
+  Bump to 0.0.15
 
   02 Jan 2009; Marcus D. Hanwell <cryos@gentoo.org> -qucs-0.0.13.ebuild,
   qucs-0.0.14.ebuild:



1.1                  sci-electronics/qucs/qucs-0.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild?rev=1.1&content-type=text/plain

Index: qucs-0.0.15.ebuild
===================================================================
# 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.15.ebuild,v 1.1 2009/05/26 18:07:36 patrick 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
	sci-electronics/freehdl"

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."

	doicon qucs/bitmaps/big.qucs.xpm
	make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-electronics/qucs: qucs-0.0.15.ebuild ChangeLog
@ 2009-08-01 20:10 Marcus Hanwell (cryos)
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Hanwell (cryos) @ 2009-08-01 20:10 UTC (permalink / raw
  To: gentoo-commits

cryos       09/08/01 20:10:53

  Modified:             qucs-0.0.15.ebuild ChangeLog
  Log:
  Tightened the freehdl dependency, closes bug 276611.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-electronics/qucs/qucs-0.0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild?r1=1.1&r2=1.2

Index: qucs-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qucs-0.0.15.ebuild	26 May 2009 18:07:36 -0000	1.1
+++ qucs-0.0.15.ebuild	1 Aug 2009 20:10:53 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.15.ebuild,v 1.1 2009/05/26 18:07:36 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.15.ebuild,v 1.2 2009/08/01 20:10:53 cryos Exp $
 
 EAPI=1
 
@@ -16,7 +16,7 @@
 
 DEPEND="x11-libs/qt:3"
 RDEPEND="x11-libs/qt:3
-	sci-electronics/freehdl"
+	>=sci-electronics/freehdl-0.0.7"
 
 src_compile() {
 	myconf="--with-x $(use_enable debug)"



1.22                 sci-electronics/qucs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	26 May 2009 18:07:36 -0000	1.21
+++ ChangeLog	1 Aug 2009 20:10:53 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for sci-electronics/qucs
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.21 2009/05/26 18:07:36 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.22 2009/08/01 20:10:53 cryos Exp $
+
+  01 Aug 2009; Marcus D. Hanwell <cryos@gentoo.org> qucs-0.0.15.ebuild:
+  Tightened the freehdl dependency, closes bug 276611.
 
 *qucs-0.0.15 (26 May 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-01 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-01 20:10 [gentoo-commits] gentoo-x86 commit in sci-electronics/qucs: qucs-0.0.15.ebuild ChangeLog Marcus Hanwell (cryos)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-26 18:07 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox