commit:     5662caa1200cc279a5d6de810314781dd2051acf
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 05:27:46 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 05:35:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5662caa1

x11-misc/e16-keyedit: Re-add e16-keyedit to the tree

Re-introduce the e16 keyedit tool to the tree. It was formely
packaged as x11-misc/e16keyedit. The name is changed to conform
upstream.

Bug: https://bugs.gentoo.org/658860
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 x11-misc/e16-keyedit/Manifest               |  1 +
 x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild | 28 ++++++++++++++++++++++++++++
 x11-misc/e16-keyedit/metadata.xml           | 17 +++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest
new file mode 100644
index 00000000000..12e554442e1
--- /dev/null
+++ b/x11-misc/e16-keyedit/Manifest
@@ -0,0 +1 @@
+DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 
2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1
 SHA512 
77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e

diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild 
b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
new file mode 100644
index 00000000000..5e260218fef
--- /dev/null
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Key binding editor for Enlightenment DR16"
+HOMEPAGE="https://www.enlightenment.org 
https://sourceforge.net/projects/enlightenment/";
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="gtk2"
+
+BDEPEND="
+       virtual/pkgconfig
+"
+DEPEND="
+       gtk2? ( x11-libs/gtk+:2 )
+       !gtk2? ( x11-libs/gtk+:3 )
+"
+RDEPEND="${DEPEND}
+       !x11-misc/e16keyedit
+"
+
+src_configure() {
+       econf --with-gtk=$(usex gtk2 gtk2 gtk3)
+}

diff --git a/x11-misc/e16-keyedit/metadata.xml 
b/x11-misc/e16-keyedit/metadata.xml
new file mode 100644
index 00000000000..3f0fe746899
--- /dev/null
+++ b/x11-misc/e16-keyedit/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>birc...@gentoo.org</email>
+    <name>Andrew Savchenko</name>
+  </maintainer>
+  <use>
+    <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of 
<pkg>x11-libs/gtk+</pkg>:3</flag>
+  </use>
+  <upstream>
+    <remote-id type="sourceforge">enlightenment</remote-id>
+  </upstream>
+  <longdescription>
+    e16-keyedit provides a graphical interface for managing keybindings in 
Enlightenment E16
+  </longdescription>
+</pkgmetadata>

Reply via email to