Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 541608 | Differences between
and this patch

Collapse All | Expand All

(-)uniconvw-1.1.5.ebuild (-10 / +13 lines)
Lines 1-14 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2015 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.5 2010/08/08 17:53:44 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=5
6
6
7
PYTHON_DEPEND="2"
7
PYTHON_COMPAT=( python2_7 )
8
SUPPORT_PYTHON_ABIS="1"
8
DISTUTILS_SINGLE_IMPL=1
9
RESTRICT_PYTHON_ABIS="3.*"
10
9
11
inherit distutils eutils
10
inherit distutils-r1
12
11
13
DESCRIPTION="Gtk frontend for UniConvertor"
12
DESCRIPTION="Gtk frontend for UniConvertor"
14
HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
13
HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
Lines 20-34 Link Here
20
IUSE=""
19
IUSE=""
21
20
22
RDEPEND="
21
RDEPEND="
23
	>=media-libs/sk1libs-0.9.1
22
	>=media-libs/sk1libs-0.9.1[${PYTHON_USEDEP}]
24
	~media-gfx/uniconvertor-${PV}
23
	~media-gfx/uniconvertor-${PV}[${PYTHON_USEDEP}]
25
	dev-python/pygtk:2"
24
	dev-python/pygtk:2[${PYTHON_USEDEP}]"
26
DEPEND="${RDEPEND}"
25
DEPEND="${RDEPEND}"
27
26
27
pkg_setup() {
28
	python-single-r1_pkg_setup
29
}
30
28
src_prepare() {
31
src_prepare() {
29
	sed -i \
32
	sed -i \
30
		-e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \
33
		-e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \
31
		setup.py || die
34
		setup.py || die
32
35
33
	distutils_src_prepare
36
	distutils-r1_src_prepare
34
}
37
}

Return to bug 541608