From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 08635138334 for ; Sun, 27 Jan 2019 12:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50D3E1134; Sun, 27 Jan 2019 12:36:41 +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 906A8E1133 for ; Sun, 27 Jan 2019 12:36:41 +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 95523335D4C for ; Sun, 27 Jan 2019 12:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4E50538 for ; Sun, 27 Jan 2019 12:36:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1548592575.b78aeed78523f2df4f77773dc51ff9b042c4da08.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-evdev/Manifest dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild X-VCS-Directories: dev-python/python-evdev/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b78aeed78523f2df4f77773dc51ff9b042c4da08 X-VCS-Branch: master Date: Sun, 27 Jan 2019 12:36:35 +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: 24ec0fba-dc83-489e-a7c9-2158726f7458 X-Archives-Hash: c696c8a637cdedfae270dc36927e6f9a commit: b78aeed78523f2df4f77773dc51ff9b042c4da08 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 27 12:29:21 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 27 12:36:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78aeed7 dev-python/python-evdev: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> dev-python/python-evdev/Manifest | 1 - .../python-evdev/python-evdev-0.7.0-r1.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest index 29a4fac96c0..0fc035a8789 100644 --- a/dev-python/python-evdev/Manifest +++ b/dev-python/python-evdev/Manifest @@ -1,2 +1 @@ -DIST python-evdev-0.7.0.tar.gz 80508 BLAKE2B 9c3048d649d41b7fc0dfa1af14239a0bfbb5b85c577a8de0323cf35eff79324703987b0a5ec27c06fd277f6ddf76bdd1c7b0b2e589d03ec205c8a7eb0afcad70 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6 diff --git a/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild b/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild deleted file mode 100644 index 8f45fd510f8..00000000000 --- a/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for evdev bindings" -HOMEPAGE="https://python-evdev.readthedocs.org/" -SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_compile() { - distutils-r1_python_compile build_ecodes \ - --evdev-headers \ - "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h -}