Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ephoto/
Date: Wed, 11 Jul 2018 08:53:25
Message-Id: 1531299194.3c9e6cf9a2eabe36787651ec222c6a7d46b644f4.chainsaw@gentoo
1 commit: 3c9e6cf9a2eabe36787651ec222c6a7d46b644f4
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 7 16:28:57 2018 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 11 08:53:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e6cf9
7
8 media-gfx/ephoto: new package
9
10 Package-Manager: Portage[mgorny]-2.3.36.1
11 Closes: https://github.com/gentoo/gentoo/pull/9086
12
13 media-gfx/ephoto/Manifest | 1 +
14 media-gfx/ephoto/ephoto-1.5.ebuild | 28 ++++++++++++++++++++++++++++
15 media-gfx/ephoto/metadata.xml | 26 ++++++++++++++++++++++++++
16 3 files changed, 55 insertions(+)
17
18 diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
19 new file mode 100644
20 index 00000000000..3bc1b6e34af
21 --- /dev/null
22 +++ b/media-gfx/ephoto/Manifest
23 @@ -0,0 +1 @@
24 +DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23
25
26 diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild
27 new file mode 100644
28 index 00000000000..0d9b39d3494
29 --- /dev/null
30 +++ b/media-gfx/ephoto/ephoto-1.5.ebuild
31 @@ -0,0 +1,28 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Enlightenment image viewer written with EFL"
38 +HOMEPAGE="https://www.enlightenment.org/about-ephoto"
39 +SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz"
40 +
41 +LICENSE="BSD-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE="nls"
45 +
46 +RDEPEND=">=dev-libs/efl-1.18.0[eet,X]"
47 +DEPEND="
48 + ${RDEPEND}
49 + virtual/pkgconfig
50 + nls? ( sys-devel/gettext )
51 +"
52 +
53 +src_configure() {
54 + local myconf=(
55 + $(use_enable nls)
56 + )
57 +
58 + econf "${myconf[@]}"
59 +}
60
61 diff --git a/media-gfx/ephoto/metadata.xml b/media-gfx/ephoto/metadata.xml
62 new file mode 100644
63 index 00000000000..997099762b2
64 --- /dev/null
65 +++ b/media-gfx/ephoto/metadata.xml
66 @@ -0,0 +1,26 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="person">
71 + <email>juippis@×××××.com</email>
72 + </maintainer>
73 + <maintainer type="project">
74 + <email>proxy-maint@g.o</email>
75 + <name>Proxy Maintainers</name>
76 + </maintainer>
77 + <longdescription>
78 + Ephoto is an image viewer and editor written using the Enlightenment Foundation
79 + Libraries(EFL). It focuses on simplicity and ease of use, while taking advantage of
80 + the speed and small footprint the EFL provide.
81 +
82 + Ephoto’s features include:
83 + - Browsing the filesystem and displaying images in an easy to use grid view.
84 + - Browsing images in a single image view format,
85 + - Viewing images in a slideshow,
86 + - Editing your image with features such as cropping, auto enhance, blurring,
87 + sharpening, brightness/contrast/gamma adjustments, hue/saturation/value
88 + adjustments, and color level adjustment,
89 + - Applying artistic filters to your image such as black and white and old photo,
90 + - Drag And Drop along with file operations to easy maintain your photo directories.
91 + </longdescription>
92 +</pkgmetadata>