summaryrefslogtreecommitdiff
blob: 111eda411b3250629de02569feecafa1e21fea61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit mercurial python-r1

DESCRIPTION="GIMP single window mode"
HOMEPAGE="http://code.google.com/p/gimpbox/"
SRC_URI=""
EHG_REPO_URI="http://gimpbox.googlecode.com/hg/"

LICENSE="LGPL-2 LGPL-3"  # LGPL version notclearly stated upstream
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="
	dev-python/libwnck-python
	${PYTHON_DEPS}
	"
RDEPEND="${DEPEND}
	media-gfx/gimp"

S=${WORKDIR}/hg

src_install() {
	python_foreach_impl python_newscript gimpbox.py gimpbox
}