Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
Date: Tue, 04 Jan 2022 16:19:44
Message-Id: 1641313156.41b7459a0467d7bb021d3ca12df55ec25d533200.juippis@gentoo
1 commit: 41b7459a0467d7bb021d3ca12df55ec25d533200
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 16:17:56 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 16:19:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b7459a
7
8 media-gfx/ephoto: add 1.6.0
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/ephoto/Manifest | 1 +
13 media-gfx/ephoto/ephoto-1.6.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
17 index aea5636b3da9..5cbfbdf17344 100644
18 --- a/media-gfx/ephoto/Manifest
19 +++ b/media-gfx/ephoto/Manifest
20 @@ -1 +1,2 @@
21 DIST ephoto-1.5-1.tar.xz 327004 BLAKE2B 73b6f72085c845e3bc39a70f1a5b087741ee9d2b6d0a7678af90b78dd08cd68defd7256a12e4ce2f9acab1fc93aafcfcac0f2ee689e9ef0b68f8837446fbf58d SHA512 2c56103e6018ef0252dd5efcb0996e9346c383887b6d272f4fddc0b22e0f98dc032049c8521bca6707f1a5d172abc2d6c8e037104f4aa7a5f920fd55a2fad23e
22 +DIST ephoto-1.6.0.tar.xz 141256 BLAKE2B 3dab78be3c6adeb07e9bec5f2130d126d8c41c76a3ba23917600b734df5d695acb417861924f46a4fea764e61483bd9e0504c23e627c04da09f12cc0f79ff41f SHA512 9e74857edbeb7b6999077a8108c7aa368c0c0bc7411891541f818eb428336f75e79bfeb5f5828b889ab5298542227dcefbf57893eb00a6136a895cc1eee9efe9
23
24 diff --git a/media-gfx/ephoto/ephoto-1.6.0.ebuild b/media-gfx/ephoto/ephoto-1.6.0.ebuild
25 new file mode 100644
26 index 000000000000..8d0a1984e3ea
27 --- /dev/null
28 +++ b/media-gfx/ephoto/ephoto-1.6.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit meson xdg
36 +
37 +DESCRIPTION="Enlightenment image viewer written with EFL"
38 +HOMEPAGE="https://www.enlightenment.org/about-ephoto"
39 +SRC_URI="https://download.enlightenment.org/rel/apps/ephoto/${P}.tar.xz"
40 +
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +RDEPEND=">=dev-libs/efl-1.26.1[eet,X]
46 + media-libs/libexif"
47 +DEPEND="${RDEPEND}"
48 +BDEPEND="virtual/pkgconfig"