# Copyright 2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 DESCRIPTION="An implementation of the well-known Arduino IDE for GNOME" HOMEPAGE="http://gnome.eu.org/evo/index.php/Gnoduino" SRC_URI="http://gnome.eu.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}"