summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2007-05-20 14:51:37 +0000
committerDenis Dupeyron <calchan@gentoo.org>2007-05-20 14:51:37 +0000
commit2d40d8f53ff21071285bc93709974aab87bd4588 (patch)
tree6532cca06b75bc345d5fff9382db47b293ac2ea2 /sci-electronics/ktechlab/ktechlab-0.3.6.ebuild
parentFix argument name in gcc4 patch (diff)
downloadgentoo-2-2d40d8f53ff21071285bc93709974aab87bd4588.tar.gz
gentoo-2-2d40d8f53ff21071285bc93709974aab87bd4588.tar.bz2
gentoo-2-2d40d8f53ff21071285bc93709974aab87bd4588.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-electronics/ktechlab/ktechlab-0.3.6.ebuild')
-rw-r--r--sci-electronics/ktechlab/ktechlab-0.3.6.ebuild25
1 files changed, 25 insertions, 0 deletions
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"