diff options
author | 2020-08-02 14:20:45 +0200 | |
---|---|---|
committer | 2020-08-02 15:59:57 +0200 | |
commit | 209b67ca76a9a9437dcb61ca25e51b32d116a86b (patch) | |
tree | 787e3dd2f14304f9811943d1b4d53e8fa9f50302 /app-misc | |
parent | media-sound/darkice: stable 1.3 for sparc (diff) | |
download | gentoo-209b67ca76a9a9437dcb61ca25e51b32d116a86b.tar.gz gentoo-209b67ca76a9a9437dcb61ca25e51b32d116a86b.tar.bz2 gentoo-209b67ca76a9a9437dcb61ca25e51b32d116a86b.zip |
app-misc/evemu: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/evemu/Manifest | 1 | ||||
-rw-r--r-- | app-misc/evemu/evemu-2.6.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest index ce999251ce2a..3dc7d190891a 100644 --- a/app-misc/evemu/Manifest +++ b/app-misc/evemu/Manifest @@ -1,2 +1 @@ -DIST evemu-2.6.0.tar.xz 507032 BLAKE2B 189507f984e2ebfdf9ff7474d5854ed02f29cd2105684700e1cc2c5ae3c1e888bebd7e8e04e3a5003506bb9571d61785712d08fd90d6e828f2ba5e2ea763a064 SHA512 8dd3be18abc6e36a79b91e6099116048e4fd45a96531a5c2773c84618d6ba7089ee8734b51b9309462c393dc7c3a83d87438bcbdcd5876803165a4ea439aff83 DIST evemu-2.7.0.tar.xz 509308 BLAKE2B 0fec24d4cbd57a2b8d9eb6c7e4734a069148e20dea819bf8409adc95928410bfdabc93dbe58faad1137fb086d4534668e2cbd77f939f9a44a9aee99835fa7d2d SHA512 a8b09717f84df440c230bb65d3d50d81ce6a722a7cdb281981792435ea591186c28dbec215a0314542e0e36bab06bb1800851bbe32cf2a0e7712adaeaceaeb76 diff --git a/app-misc/evemu/evemu-2.6.0.ebuild b/app-misc/evemu/evemu-2.6.0.ebuild deleted file mode 100644 index 8ac8d69567ec..000000000000 --- a/app-misc/evemu/evemu-2.6.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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 -} |