summaryrefslogtreecommitdiff
blob: 95dff538c16a8a5321156a06b0194d2f5dbc9e4a (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
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )

inherit distutils-r1

DESCRIPTION="Static web gallery generator"
HOMEPAGE="https://sml.zincube.net/~niol/repositories.git/lazygal/about/"
SRC_URI="https://sml.zincube.net/~niol/repositories.git/lazygal/snapshot/${P}.tar.bz2"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	>=dev-python/pillow-1.1.6["${PYTHON_USEDEP}"]
	dev-python/pyexiv2["${PYTHON_USEDEP}"]
	>=dev-python/genshi-0.5["${PYTHON_USEDEP}"]
	sys-devel/gettext"
DEPEND="${RDEPEND}
	dev-libs/libxslt"