commit:     3be625eed16ae07e0533b00ad38a84ffa1c8dde5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 22:40:12 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 09:00:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be625ee

app-misc/evemu: version bump to 2.7.0

 app-misc/evemu/Manifest           |  1 +
 app-misc/evemu/evemu-2.7.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest
index 0e76887248a..71d88885979 100644
--- a/app-misc/evemu/Manifest
+++ b/app-misc/evemu/Manifest
@@ -1 +1,2 @@
 DIST evemu-2.6.0.tar.xz 507032 SHA256 
ed81dd4552ffeb92c346b47e56b249c67f1cb37d5b31fc073ea0ad4858ae3dcc SHA512 
8dd3be18abc6e36a79b91e6099116048e4fd45a96531a5c2773c84618d6ba7089ee8734b51b9309462c393dc7c3a83d87438bcbdcd5876803165a4ea439aff83
 WHIRLPOOL 
a1369b512c15b50a6ad90749cd2b24b488b65b445fa687fa823a1b7654d19fc363d1fd8105f86aa61992a4770137718346c06a1858e9f842891ec0237a85d2fd
+DIST evemu-2.7.0.tar.xz 509308 SHA256 
78c9400d55eeeb5ab75161360543f9376438c4da4934cb34cdda5b46021ae379 SHA512 
a8b09717f84df440c230bb65d3d50d81ce6a722a7cdb281981792435ea591186c28dbec215a0314542e0e36bab06bb1800851bbe32cf2a0e7712adaeaceaeb76
 WHIRLPOOL 
7c9173ba05b165f0fb716d2fcdbb5c5d8ee4adf93b1db06ddaf78c9e01e0a38aed2789134d246830bb953023f372b06d757dd7aa4b38cc50d032eba4d67f63af

diff --git a/app-misc/evemu/evemu-2.7.0.ebuild 
b/app-misc/evemu/evemu-2.7.0.ebuild
new file mode 100644
index 00000000000..8ac8d69567e
--- /dev/null
+++ b/app-misc/evemu/evemu-2.7.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit ltprune python-single-r1
+
+DESCRIPTION="tools and bindings for kernel evdev device emulation, data 
capture, and replay"
+HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/";
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+       >=dev-libs/libevdev-1.2.99.902"
+DEPEND="app-arch/xz-utils
+       ${RDEPEND}"
+
+src_configure() {
+       econf \
+               $(use_enable static-libs static) \
+               $(use_enable python python-bindings)
+}
+
+src_test() {
+       if use python ; then
+               if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has 
usersandbox $FEATURES ; then
+                       ewarn "Tests require userpriv, sandbox, and usersandbox 
to be disabled in FEATURES."
+               else
+                       emake check
+               fi
+       fi
+}
+
+src_install() {
+       default
+       prune_libtool_files
+}

Reply via email to