Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/evemu/
Date: Fri, 01 Sep 2017 06:54:21
Message-Id: 1504248847.2e967ba1b9fe67f3c908641d0ee356c5dc6b248b.radhermit@gentoo
1 commit: 2e967ba1b9fe67f3c908641d0ee356c5dc6b248b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 06:53:13 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 06:54:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e967ba1
7
8 app-misc/evemu: remove old
9
10 app-misc/evemu/Manifest | 2 --
11 app-misc/evemu/evemu-2.4.0.ebuild | 43 ---------------------------------------
12 app-misc/evemu/evemu-2.5.0.ebuild | 43 ---------------------------------------
13 3 files changed, 88 deletions(-)
14
15 diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest
16 index 54cda68031f..0e76887248a 100644
17 --- a/app-misc/evemu/Manifest
18 +++ b/app-misc/evemu/Manifest
19 @@ -1,3 +1 @@
20 -DIST evemu-2.4.0.tar.xz 505848 SHA256 0706ea5a830203f9cdb30c0e10c8c41d2427128ba9041543a5ae157fa3b4a30e SHA512 e629a0eedb6ce58d3f088b279f45b87117b30b01af07e53dd5515ced7ea15293476fafe9aa9832e6758a6953ad7a462b0fae0a0996181eec327377176cf00c7a WHIRLPOOL ad909f5e074dfdd0d6c9f3660844024f94da587f97cf9181e5ab1232fe077c8df47cca045b598a472bbf6ec776c2cbf313908a800d95a539173770080fb388ce
21 -DIST evemu-2.5.0.tar.xz 506092 SHA256 541cc138f0215b7d0cd4ad5e6bb1402518ffc5e31294c36bb67b4ff1791bb27f SHA512 7de37aeaa122501783f4b658bd18353a6f413ff57ce1feec71e0eedd21eba3e479ff6ffb79dbb7658a337c824f4575915f13edcfdf8d2ce52a1fdbd41e1610be WHIRLPOOL 094294327d3226918ded20bd5e36d05abe78b3aa46f45bd777ae0442033911cfafd572fb4f92b7509037b4e264e016c0287234d6b16e17e81e9ea1a38c4298c8
22 DIST evemu-2.6.0.tar.xz 507032 SHA256 ed81dd4552ffeb92c346b47e56b249c67f1cb37d5b31fc073ea0ad4858ae3dcc SHA512 8dd3be18abc6e36a79b91e6099116048e4fd45a96531a5c2773c84618d6ba7089ee8734b51b9309462c393dc7c3a83d87438bcbdcd5876803165a4ea439aff83 WHIRLPOOL a1369b512c15b50a6ad90749cd2b24b488b65b445fa687fa823a1b7654d19fc363d1fd8105f86aa61992a4770137718346c06a1858e9f842891ec0237a85d2fd
23
24 diff --git a/app-misc/evemu/evemu-2.4.0.ebuild b/app-misc/evemu/evemu-2.4.0.ebuild
25 deleted file mode 100644
26 index 83007cff738..00000000000
27 --- a/app-misc/evemu/evemu-2.4.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 )
35 -
36 -inherit eutils python-single-r1
37 -
38 -DESCRIPTION="tools and bindings for kernel evdev device emulation, data capture, and replay"
39 -HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/"
40 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="LGPL-3 GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="python static-libs"
46 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
47 -
48 -RDEPEND="python? ( ${PYTHON_DEPS} )
49 - >=dev-libs/libevdev-1.2.99.902"
50 -DEPEND="app-arch/xz-utils
51 - ${RDEPEND}"
52 -
53 -src_configure() {
54 - econf \
55 - $(use_enable static-libs static) \
56 - $(use_enable python python-bindings)
57 -}
58 -
59 -src_test() {
60 - if use python ; then
61 - if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has usersandbox $FEATURES ; then
62 - ewarn "Tests require userpriv, sandbox, and usersandbox to be disabled in FEATURES."
63 - else
64 - emake check
65 - fi
66 - fi
67 -}
68 -
69 -src_install() {
70 - default
71 - prune_libtool_files
72 -}
73
74 diff --git a/app-misc/evemu/evemu-2.5.0.ebuild b/app-misc/evemu/evemu-2.5.0.ebuild
75 deleted file mode 100644
76 index 83007cff738..00000000000
77 --- a/app-misc/evemu/evemu-2.5.0.ebuild
78 +++ /dev/null
79 @@ -1,43 +0,0 @@
80 -# Copyright 1999-2016 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -PYTHON_COMPAT=( python2_7 )
85 -
86 -inherit eutils python-single-r1
87 -
88 -DESCRIPTION="tools and bindings for kernel evdev device emulation, data capture, and replay"
89 -HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/"
90 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
91 -
92 -LICENSE="LGPL-3 GPL-3"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE="python static-libs"
96 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
97 -
98 -RDEPEND="python? ( ${PYTHON_DEPS} )
99 - >=dev-libs/libevdev-1.2.99.902"
100 -DEPEND="app-arch/xz-utils
101 - ${RDEPEND}"
102 -
103 -src_configure() {
104 - econf \
105 - $(use_enable static-libs static) \
106 - $(use_enable python python-bindings)
107 -}
108 -
109 -src_test() {
110 - if use python ; then
111 - if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has usersandbox $FEATURES ; then
112 - ewarn "Tests require userpriv, sandbox, and usersandbox to be disabled in FEATURES."
113 - else
114 - emake check
115 - fi
116 - fi
117 -}
118 -
119 -src_install() {
120 - default
121 - prune_libtool_files
122 -}