From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evemu/
Date: Wed, 27 Sep 2017 09:00:43 +0000 (UTC) [thread overview]
Message-ID: <1506502828.3be625eed16ae07e0533b00ad38a84ffa1c8dde5.radhermit@gentoo> (raw)
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
+}
next reply other threads:[~2017-09-27 9:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-27 9:00 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-02 14:00 [gentoo-commits] repo/gentoo:master commit in: app-misc/evemu/ Michał Górny
2020-05-07 13:18 Michał Górny
2019-11-17 5:08 Tim Harder
2019-07-20 1:01 Zac Medico
2017-09-01 6:54 Tim Harder
2017-09-01 6:54 Tim Harder
2016-12-15 6:24 Tim Harder
2016-09-18 15:51 Tim Harder
2016-07-29 17:02 Tim Harder
2015-08-25 3:25 Tim Harder
2015-08-25 3:25 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1506502828.3be625eed16ae07e0533b00ad38a84ffa1c8dde5.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox