commit:     3c9e6cf9a2eabe36787651ec222c6a7d46b644f4
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Sat Jul  7 16:28:57 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 08:53:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e6cf9

media-gfx/ephoto: new package

Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9086

 media-gfx/ephoto/Manifest          |  1 +
 media-gfx/ephoto/ephoto-1.5.ebuild | 28 ++++++++++++++++++++++++++++
 media-gfx/ephoto/metadata.xml      | 26 ++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
new file mode 100644
index 00000000000..3bc1b6e34af
--- /dev/null
+++ b/media-gfx/ephoto/Manifest
@@ -0,0 +1 @@
+DIST ephoto-1.5.tar.xz 324384 BLAKE2B 
20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d
 SHA512 
a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23

diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild 
b/media-gfx/ephoto/ephoto-1.5.ebuild
new file mode 100644
index 00000000000..0d9b39d3494
--- /dev/null
+++ b/media-gfx/ephoto/ephoto-1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Enlightenment image viewer written with EFL"
+HOMEPAGE="https://www.enlightenment.org/about-ephoto";
+SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND=">=dev-libs/efl-1.18.0[eet,X]"
+DEPEND="
+       ${RDEPEND}
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+       local myconf=(
+               $(use_enable nls)
+       )
+
+       econf "${myconf[@]}"
+}

diff --git a/media-gfx/ephoto/metadata.xml b/media-gfx/ephoto/metadata.xml
new file mode 100644
index 00000000000..997099762b2
--- /dev/null
+++ b/media-gfx/ephoto/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juip...@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-ma...@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <longdescription>
+    Ephoto is an image viewer and editor written using the Enlightenment 
Foundation 
+    Libraries(EFL).  It focuses on simplicity and ease of use, while taking 
advantage of 
+    the speed and small footprint the EFL provide. 
+
+    Ephoto’s features include:
+    - Browsing the filesystem and displaying images in an easy to use grid 
view. 
+    - Browsing images in a single image view format, 
+    - Viewing images in a slideshow, 
+    - Editing your image with features such as cropping, auto enhance, 
blurring, 
+      sharpening, brightness/contrast/gamma adjustments, hue/saturation/value 
+      adjustments, and color level adjustment, 
+    - Applying artistic filters to your image such as black and white and old 
photo, 
+    - Drag And Drop along with file operations to easy maintain your photo 
directories.
+  </longdescription>
+</pkgmetadata>

Reply via email to