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: Sun, 01 Jul 2018 20:49:27
Message-Id: 1530478120.7f4bf6a76a3e14d45867120b88a45b25cb84d5f2.sping@gentoo
1 commit: 7f4bf6a76a3e14d45867120b88a45b25cb84d5f2
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 20:48:40 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 20:48:40 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7f4bf6a7
7
8 media-gfx/lazygal: 0.9.2
9
10 media-gfx/lazygal/lazygal-0.6.2.ebuild | 8 ++++----
11 .../lazygal/{lazygal-0.6.2.ebuild => lazygal-0.9.2.ebuild} | 10 +++++-----
12 2 files changed, 9 insertions(+), 9 deletions(-)
13
14 diff --git a/media-gfx/lazygal/lazygal-0.6.2.ebuild b/media-gfx/lazygal/lazygal-0.6.2.ebuild
15 index df3b775..45192e5 100644
16 --- a/media-gfx/lazygal/lazygal-0.6.2.ebuild
17 +++ b/media-gfx/lazygal/lazygal-0.6.2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
25 inherit distutils-r1
26
27 DESCRIPTION="Static web gallery generator"
28 -HOMEPAGE="http://sousmonlit.dyndns.org/~niol/playa/oss/projects/lazygal/"
29 -SRC_URI="http://sousmonlit.dyndns.org/~niol/reposnapshots/${P}.tar.gz"
30 +HOMEPAGE="https://sml.zincube.net/~niol/repositories.git/lazygal/about/"
31 +SRC_URI="https://sml.zincube.net/~niol/repositories.git/lazygal/snapshot/${P}.tar.bz2"
32
33 LICENSE="|| ( GPL-2 GPL-3 )"
34 SLOT="0"
35 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 RDEPEND="
39 - >=dev-python/imaging-1.1.6["${PYTHON_USEDEP}"]
40 + >=dev-python/pillow-1.1.6["${PYTHON_USEDEP}"]
41 dev-python/pyexiv2["${PYTHON_USEDEP}"]
42 >=dev-python/genshi-0.5["${PYTHON_USEDEP}"]
43 sys-devel/gettext"
44
45 diff --git a/media-gfx/lazygal/lazygal-0.6.2.ebuild b/media-gfx/lazygal/lazygal-0.9.2.ebuild
46 similarity index 56%
47 copy from media-gfx/lazygal/lazygal-0.6.2.ebuild
48 copy to media-gfx/lazygal/lazygal-0.9.2.ebuild
49 index df3b775..95dff53 100644
50 --- a/media-gfx/lazygal/lazygal-0.6.2.ebuild
51 +++ b/media-gfx/lazygal/lazygal-0.9.2.ebuild
52 @@ -1,15 +1,15 @@
53 -# Copyright 1999-2014 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=5
58
59 -PYTHON_COMPAT=( python2_7 )
60 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
61
62 inherit distutils-r1
63
64 DESCRIPTION="Static web gallery generator"
65 -HOMEPAGE="http://sousmonlit.dyndns.org/~niol/playa/oss/projects/lazygal/"
66 -SRC_URI="http://sousmonlit.dyndns.org/~niol/reposnapshots/${P}.tar.gz"
67 +HOMEPAGE="https://sml.zincube.net/~niol/repositories.git/lazygal/about/"
68 +SRC_URI="https://sml.zincube.net/~niol/repositories.git/lazygal/snapshot/${P}.tar.bz2"
69
70 LICENSE="|| ( GPL-2 GPL-3 )"
71 SLOT="0"
72 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 RDEPEND="
76 - >=dev-python/imaging-1.1.6["${PYTHON_USEDEP}"]
77 + >=dev-python/pillow-1.1.6["${PYTHON_USEDEP}"]
78 dev-python/pyexiv2["${PYTHON_USEDEP}"]
79 >=dev-python/genshi-0.5["${PYTHON_USEDEP}"]
80 sys-devel/gettext"