Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: media-gfx/lazygal/
Date: Thu, 28 Jul 2011 14:02:31
Message-Id: e370729d84182d53b2e156dcdb7ef5133c588f89.sping@gentoo
1 commit: e370729d84182d53b2e156dcdb7ef5133c588f89
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu Jul 28 13:07:35 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 13:07:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e370729d
7
8 media-gfx/lazygal: 0.6.2, bump looks trivial
9
10 ---
11 media-gfx/lazygal/lazygal-0.6.2.ebuild | 24 ++++++++++++++++++++++++
12 1 files changed, 24 insertions(+), 0 deletions(-)
13
14 diff --git a/media-gfx/lazygal/lazygal-0.6.2.ebuild b/media-gfx/lazygal/lazygal-0.6.2.ebuild
15 new file mode 100644
16 index 0000000..493dc93
17 --- /dev/null
18 +++ b/media-gfx/lazygal/lazygal-0.6.2.ebuild
19 @@ -0,0 +1,24 @@
20 +# Copyright 1999-2011 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="3"
25 +PYTHON_DEPEND="2:2.6"
26 +
27 +inherit distutils
28 +
29 +DESCRIPTION="Static web gallery generator"
30 +HOMEPAGE="http://sousmonlit.dyndns.org/~niol/playa/oss/projects/lazygal/"
31 +SRC_URI="http://sousmonlit.dyndns.org/~niol/reposnapshots/${P}.tar.gz"
32 +
33 +LICENSE="|| ( GPL-2 GPL-3 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +RDEPEND=">=dev-python/imaging-1.1.6
39 + dev-python/pyexiv2
40 + >=dev-python/genshi-0.5
41 + sys-devel/gettext"
42 +DEPEND="${RDEPEND}
43 + dev-libs/libxslt"