diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 01:55:33 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-18 01:55:33 +0000 |
commit | 02d889f6125c806bd1a23028ff84cf6590e4b22e (patch) | |
tree | 64c2ab57590b43e28599982444441ab0297ddd2b /sci-electronics/ktechlab | |
parent | New upstream packaging for EMBOSS 5.0.0. (diff) | |
download | gentoo-2-02d889f6125c806bd1a23028ff84cf6590e4b22e.tar.gz gentoo-2-02d889f6125c806bd1a23028ff84cf6590e4b22e.tar.bz2 gentoo-2-02d889f6125c806bd1a23028ff84cf6590e4b22e.zip |
Marked stable on amd64, removed old version.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-electronics/ktechlab')
-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 |
4 files changed, 7 insertions, 29 deletions
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" |