blob: df3b775321a16f3f3c41590023a30a3ce8d45c5c (
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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Static web gallery generator"
HOMEPAGE="http://sousmonlit.dyndns.org/~niol/playa/oss/projects/lazygal/"
SRC_URI="http://sousmonlit.dyndns.org/~niol/reposnapshots/${P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-python/imaging-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"
|