| 1 |
# Copyright 1999-2010 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.4 2010/08/07 18:01:28 jlec Exp $ |
| 4 |
|
| 5 |
EAPI="2" |
| 6 |
|
| 7 |
PYTHON_DEPEND="2" |
| 8 |
SUPPORT_PYTHON_ABIS="1" |
| 9 |
RESTRICT_PYTHON_ABIS="3.*" |
| 10 |
|
| 11 |
inherit distutils eutils |
| 12 |
|
| 13 |
DESCRIPTION="Gtk frontend for UniConvertor" |
| 14 |
HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor" |
| 15 |
SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz" |
| 16 |
|
| 17 |
SLOT="0" |
| 18 |
KEYWORDS="~amd64 ~x86" |
| 19 |
LICENSE="GPL-2 LGPL-2" |
| 20 |
IUSE="" |
| 21 |
|
| 22 |
RDEPEND=" |
| 23 |
>=media-libs/sk1libs-0.9.1 |
| 24 |
~media-gfx/uniconvertor-${PV} |
| 25 |
dev-python/pygtk:2" |
| 26 |
DEPEND="${RDEPEND}" |
| 27 |
|
| 28 |
src_prepare() { |
| 29 |
sed -i \ |
| 30 |
-e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ |
| 31 |
setup.py || die |
| 32 |
|
| 33 |
distutils_src_prepare |
| 34 |
} |