diff options
Diffstat (limited to 'dev-python/dreampie/dreampie-1.0.2.ebuild')
-rw-r--r-- | dev-python/dreampie/dreampie-1.0.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/dreampie/dreampie-1.0.2.ebuild b/dev-python/dreampie/dreampie-1.0.2.ebuild new file mode 100644 index 000000000000..e8c468019709 --- /dev/null +++ b/dev-python/dreampie/dreampie-1.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dreampie/dreampie-1.0.2.ebuild,v 1.1 2010/03/07 15:54:50 grozin Exp $ + +EAPI=3 +PYTHON_DEPEND=2 +SUPPORT_PYTHON_ABIS=1 +RESTRICT_PYTHON_ABIS="3.*" +inherit distutils + +DESCRIPTION="pygtk-based python shell" +HOMEPAGE="http://${PN}.sourceforge.net/" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-python/pygtk + dev-python/pygtksourceview" +DEPEND="" + +src_prepare() { + python_convert_shebangs 2 ${PN} +} |