summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/ktechlab')
-rw-r--r--sci-electronics/ktechlab/ChangeLog7
-rw-r--r--sci-electronics/ktechlab/files/digest-ktechlab-0.3.63
-rw-r--r--sci-electronics/ktechlab/ktechlab-0.3.6.ebuild25
3 files changed, 34 insertions, 1 deletions
diff --git a/sci-electronics/ktechlab/ChangeLog b/sci-electronics/ktechlab/ChangeLog
index e3242a51901f..6ac7d2b202b9 100644
--- a/sci-electronics/ktechlab/ChangeLog
+++ b/sci-electronics/ktechlab/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2007/04/24 18:40:49 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ktechlab/ChangeLog,v 1.11 2007/05/20 14:51:37 calchan Exp $
+
+*ktechlab-0.3.6 (20 May 2007)
+
+ 20 May 2007; Denis Dupeyron <calchan@gentoo.org> +ktechlab-0.3.6.ebuild:
+ Version bump.
24 Apr 2007; Denis Dupeyron <calchan@gentoo.org> ktechlab-0.3.ebuild:
Fixed homepage, thanks to Peter Fischer (bug #175843).
diff --git a/sci-electronics/ktechlab/files/digest-ktechlab-0.3.6 b/sci-electronics/ktechlab/files/digest-ktechlab-0.3.6
new file mode 100644
index 000000000000..5b65abf25678
--- /dev/null
+++ b/sci-electronics/ktechlab/files/digest-ktechlab-0.3.6
@@ -0,0 +1,3 @@
+MD5 0cc2f2054f7906780c8580560f04b0ff ktechlab-0.3.6.tar.bz2 1223310
+RMD160 9cdb7e60bc7792a4bcad0d2cd67214334288034a ktechlab-0.3.6.tar.bz2 1223310
+SHA256 61f4c270c2db5d0de7456524d39009b830b97640bebc9fb764de7b0d97003e80 ktechlab-0.3.6.tar.bz2 1223310
diff --git a/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild b/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild
new file mode 100644
index 000000000000..6e5d027eea59
--- /dev/null
+++ b/sci-electronics/ktechlab/ktechlab-0.3.6.ebuild
@@ -0,0 +1,25 @@
+# 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 $
+
+inherit kde
+
+DESCRIPTION="KTechlab is a development and simulation environment for microcontrollers and electronic circuits"
+HOMEPAGE="http://sourceforge.net/projects/ktechlab/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+IUSE=""
+SLOT="0"
+
+DEPEND=">=dev-embedded/gpsim-0.21.11"
+
+need-kde 3.2
+
+UNSERMAKE=""
+
+S="${WORKDIR}/${PN}-0.3"
+
+PATCHES="${FILESDIR}/${PN}-0.3-gcc-4.1.patch"