| 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.1 2010/08/06 13:41:27 jlec Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.2 2010/08/06 15:16:29 mr_bones_ 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" |
| … | |
… | |
| 27 | -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ |
27 | -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ |
| 28 | setup.py || die |
28 | setup.py || die |
| 29 | |
29 | |
| 30 | distutils_src_prepare |
30 | distutils_src_prepare |
| 31 | } |
31 | } |
| 32 | |
|
|