diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 01:57:14 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 01:57:14 +0000 |
commit | 43d7c58bd3fdf508369303a2059fe013d7860192 (patch) | |
tree | aab22b0c5b779785f2feb187e7322a7a02f21ac7 /sci-electronics | |
parent | New upstream packaging for EMBOSS 5.0.0. (diff) | |
download | historical-43d7c58bd3fdf508369303a2059fe013d7860192.tar.gz historical-43d7c58bd3fdf508369303a2059fe013d7860192.tar.bz2 historical-43d7c58bd3fdf508369303a2059fe013d7860192.zip |
Marked stable on amd64, removed old version.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klogic/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/klogic/files/digest-klogic-1.62 | 3 | ||||
-rw-r--r-- | sci-electronics/klogic/klogic-1.62.ebuild | 14 | ||||
-rw-r--r-- | sci-electronics/klogic/klogic-1.63.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/ktechlab/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/ktechlab/files/digest-ktechlab-0.3 | 3 | ||||
-rw-r--r-- | sci-electronics/ktechlab/ktechlab-0.3.6.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/ktechlab/ktechlab-0.3.ebuild | 23 | ||||
-rw-r--r-- | sci-electronics/qucs/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/qucs/files/digest-qucs-0.0.11 | 3 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.11.ebuild | 23 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.12.ebuild | 4 |
12 files changed, 21 insertions, 78 deletions
diff --git a/sci-electronics/klogic/ChangeLog b/sci-electronics/klogic/ChangeLog index f968bc5f4dac..9607c8d45354 100644 --- a/sci-electronics/klogic/ChangeLog +++ b/sci-electronics/klogic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/klogic # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klogic/ChangeLog,v 1.11 2007/03/13 13:47:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klogic/ChangeLog,v 1.12 2007/07/18 01:53:55 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -klogic-1.62.ebuild, + klogic-1.63.ebuild: + Marked stable on amd64, removed old version. 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> klogic-1.63.ebuild: x86 stable diff --git a/sci-electronics/klogic/files/digest-klogic-1.62 b/sci-electronics/klogic/files/digest-klogic-1.62 deleted file mode 100644 index 96bc8923030c..000000000000 --- a/sci-electronics/klogic/files/digest-klogic-1.62 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bfd6e196850a8883b9c12553d9c7a910 klogic-1.62.tar.gz 1270441 -RMD160 bd3066b21c5a6f4193a3961533faeb09cddf4a7b klogic-1.62.tar.gz 1270441 -SHA256 e41799daadb1da8108d2a228d1336dfc7c9f4d941158e24b4cc9e7944da8fc53 klogic-1.62.tar.gz 1270441 diff --git a/sci-electronics/klogic/klogic-1.62.ebuild b/sci-electronics/klogic/klogic-1.62.ebuild deleted file mode 100644 index 0da0fc4f64af..000000000000 --- a/sci-electronics/klogic/klogic-1.62.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klogic/klogic-1.62.ebuild,v 1.3 2007/07/15 03:25:39 mr_bones_ Exp $ - -inherit kde - -DESCRIPTION="KLogic is an application for easy creation and simulation of electrical circuits" -HOMEPAGE="http://www.a-rostin.de/klogic/" -KEYWORDS="amd64 ~ppc ~x86" -IUSE="" -SRC_URI="http://www.a-rostin.de/klogic/Version/${P}.tar.gz" -LICENSE="GPL-2" - -need-kde 3 diff --git a/sci-electronics/klogic/klogic-1.63.ebuild b/sci-electronics/klogic/klogic-1.63.ebuild index 8cc837c370e1..4b751d767493 100644 --- a/sci-electronics/klogic/klogic-1.63.ebuild +++ b/sci-electronics/klogic/klogic-1.63.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klogic/klogic-1.63.ebuild,v 1.2 2007/03/13 13:47:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/klogic/klogic-1.63.ebuild,v 1.3 2007/07/18 01:53:55 cryos Exp $ inherit kde DESCRIPTION="KLogic is an application for easy creation and simulation of electrical circuits" HOMEPAGE="http://www.a-rostin.de/klogic/" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" SRC_URI="http://www.a-rostin.de/klogic/Version/${P}.tar.gz" LICENSE="GPL-2" diff --git a/sci-electronics/ktechlab/ChangeLog b/sci-electronics/ktechlab/ChangeLog index 6ac7d2b202b9..a4c960559446 100644 --- a/sci-electronics/ktechlab/ChangeLog +++ b/sci-electronics/ktechlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/ktechlab # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ChangeLog,v 1.11 2007/05/20 14:51:37 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ChangeLog,v 1.12 2007/07/18 01:55:33 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -ktechlab-0.3.ebuild, + ktechlab-0.3.6.ebuild: + Marked stable on amd64, removed old version. *ktechlab-0.3.6 (20 May 2007) diff --git a/sci-electronics/ktechlab/files/digest-ktechlab-0.3 b/sci-electronics/ktechlab/files/digest-ktechlab-0.3 deleted file mode 100644 index 66b5829b5e58..000000000000 --- a/sci-electronics/ktechlab/files/digest-ktechlab-0.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0cc2f2054f7906780c8580560f04b0ff ktechlab-0.3.tar.bz2 1223310 -RMD160 9cdb7e60bc7792a4bcad0d2cd67214334288034a ktechlab-0.3.tar.bz2 1223310 -SHA256 61f4c270c2db5d0de7456524d39009b830b97640bebc9fb764de7b0d97003e80 ktechlab-0.3.tar.bz2 1223310 diff --git a/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild b/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild index 6e5d027eea59..9b9806c8ee6c 100644 --- a/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild +++ b/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild,v 1.1 2007/05/20 14:51:37 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild,v 1.2 2007/07/18 01:55:33 cryos Exp $ inherit kde @@ -9,7 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/ktechlab/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="amd64 ~x86" IUSE="" SLOT="0" diff --git a/sci-electronics/ktechlab/ktechlab-0.3.ebuild b/sci-electronics/ktechlab/ktechlab-0.3.ebuild deleted file mode 100644 index 275487128952..000000000000 --- a/sci-electronics/ktechlab/ktechlab-0.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ktechlab-0.3.ebuild,v 1.3 2007/04/24 18:40:49 calchan Exp $ - -inherit kde - -DESCRIPTION="KTechlab is a development and simulation environment for microcontrollers and electronic circuits" -HOMEPAGE="http://sourceforge.net/projects/ktechlab/" -SRC_URI="http://ktechlab.org/download/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" - -IUSE="" -SLOT="0" - -DEPEND=">=dev-embedded/gpsim-0.21.11" - -need-kde 3.2 - -UNSERMAKE="" - -PATCHES="${FILESDIR}/${P}-gcc-4.1.patch" diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog index 51a213780052..303c1b2fbed0 100644 --- a/sci-electronics/qucs/ChangeLog +++ b/sci-electronics/qucs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/qucs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.14 2007/06/19 06:56:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.15 2007/07/18 01:57:14 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -qucs-0.0.11.ebuild, + qucs-0.0.12.ebuild: + Marked stable on amd64, removed old version. *qucs-0.0.12 (19 Jun 2007) diff --git a/sci-electronics/qucs/files/digest-qucs-0.0.11 b/sci-electronics/qucs/files/digest-qucs-0.0.11 deleted file mode 100644 index d10fc3fa854f..000000000000 --- a/sci-electronics/qucs/files/digest-qucs-0.0.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2bc139dd30d4d9e83760bafb497f1654 qucs-0.0.11.tar.gz 3931028 -RMD160 a1fe77758b5315d7b61f1a1adc9d782746f1be5b qucs-0.0.11.tar.gz 3931028 -SHA256 6c7c367964602423fa49807a05100f11d1b46526a93909e71a136f2dbaa7ec90 qucs-0.0.11.tar.gz 3931028 diff --git a/sci-electronics/qucs/qucs-0.0.11.ebuild b/sci-electronics/qucs/qucs-0.0.11.ebuild deleted file mode 100644 index 06ba9e4353a0..000000000000 --- a/sci-electronics/qucs/qucs-0.0.11.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.11.ebuild,v 1.2 2007/06/19 06:54:20 cryos Exp $ - -inherit qt3 - -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="" -DEPEND="$(qt_min_version 3.3.4)" - -src_compile() { - econf || die "econf failed." - emake || die "emake failed." -} - -src_install() { - make install DESTDIR=${D} || die "make install failed." -} diff --git a/sci-electronics/qucs/qucs-0.0.12.ebuild b/sci-electronics/qucs/qucs-0.0.12.ebuild index 22b40e735174..002a5c38aad8 100644 --- a/sci-electronics/qucs/qucs-0.0.12.ebuild +++ b/sci-electronics/qucs/qucs-0.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v 1.1 2007/06/19 06:56:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v 1.2 2007/07/18 01:57:14 cryos Exp $ inherit qt3 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://qucs.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="$(qt_min_version 3.3.4)" |