From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FF15138359 for ; Sun, 2 Aug 2020 14:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909AEE0C0D; Sun, 2 Aug 2020 14:00:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73A9AE0C0D for ; Sun, 2 Aug 2020 14:00:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 179CB34F2A3 for ; Sun, 2 Aug 2020 14:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D6326 for ; Sun, 2 Aug 2020 14:00:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1596376797.209b67ca76a9a9437dcb61ca25e51b32d116a86b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/evemu/Manifest app-misc/evemu/evemu-2.6.0.ebuild X-VCS-Directories: app-misc/evemu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 209b67ca76a9a9437dcb61ca25e51b32d116a86b X-VCS-Branch: master Date: Sun, 2 Aug 2020 14:00:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 420c53e5-4d51-460f-ad1e-96404ea9f1f4 X-Archives-Hash: ed7c21e2132e1a2a6438a4919dcc2883 commit: 209b67ca76a9a9437dcb61ca25e51b32d116a86b Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 12:20:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 13:59:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209b67ca app-misc/evemu: Remove old Signed-off-by: Michał Górny gentoo.org> app-misc/evemu/Manifest | 1 - app-misc/evemu/evemu-2.6.0.ebuild | 43 --------------------------------------- 2 files changed, 44 deletions(-) diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest index ce999251ce2..3dc7d190891 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 8ac8d69567e..00000000000 --- 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 -}