| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
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 $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.5 2010/08/08 17:53:44 jlec Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | PYTHON_DEPEND="2" |
7 | PYTHON_DEPEND="2" |
| 8 | SUPPORT_PYTHON_ABIS="1" |
8 | SUPPORT_PYTHON_ABIS="1" |
| … | |
… | |
| 21 | |
21 | |
| 22 | RDEPEND=" |
22 | RDEPEND=" |
| 23 | >=media-libs/sk1libs-0.9.1 |
23 | >=media-libs/sk1libs-0.9.1 |
| 24 | ~media-gfx/uniconvertor-${PV} |
24 | ~media-gfx/uniconvertor-${PV} |
| 25 | dev-python/pygtk:2" |
25 | dev-python/pygtk:2" |
| 26 | DPEND="${RDEPEND}" |
26 | DEPEND="${RDEPEND}" |
| 27 | |
27 | |
| 28 | src_prepare() { |
28 | src_prepare() { |
| 29 | sed -i \ |
29 | sed -i \ |
| 30 | -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ |
30 | -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ |
| 31 | setup.py || die |
31 | setup.py || die |