diff options
Diffstat (limited to 'media-gfx/mypaint/mypaint-0.7.1.ebuild')
-rw-r--r-- | media-gfx/mypaint/mypaint-0.7.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/mypaint/mypaint-0.7.1.ebuild b/media-gfx/mypaint/mypaint-0.7.1.ebuild deleted file mode 100644 index 5ae58a95a..000000000 --- a/media-gfx/mypaint/mypaint-0.7.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="fast and easy graphics application for digital painters" -HOMEPAGE="http://mypaint.intilinux.com/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pygtk - dev-python/numpy - >=dev-python/pycairo-1.4 - >=dev-lang/python-2.4 - <dev-lang/python-3" -DEPEND="${RDEPEND} - >=dev-util/scons-1.0 - dev-lang/swig" - -src_compile() { - scons || die "scons failed" -} - -src_install () { - scons prefix="${D}/usr" install || die "scons install failed" - doicon desktop/mypaint_48.png -} |