summaryrefslogtreecommitdiff
path: root/dev-python/python-evdev/python-evdev-0.4.5.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-11-20 17:13:23 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-11-20 17:13:23 +0100
commitba719a5b75d0f145bf1b8bf768b49f671a6b5338 (patch)
tree5273ff7f46016419bfa80143a9b588cd34b7098c /dev-python/python-evdev/python-evdev-0.4.5.ebuild
parentc07c90d0e1ceb73dc87faf60f3eeb572f3953f68 (diff)
downloadgentoo-ba719a5b75d0f145bf1b8bf768b49f671a6b5338.tar.gz
gentoo-ba719a5b75d0f145bf1b8bf768b49f671a6b5338.tar.bz2
gentoo-ba719a5b75d0f145bf1b8bf768b49f671a6b5338.zip
dev-python/python-evdev: Remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/python-evdev/python-evdev-0.4.5.ebuild')
-rw-r--r--dev-python/python-evdev/python-evdev-0.4.5.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/python-evdev/python-evdev-0.4.5.ebuild b/dev-python/python-evdev/python-evdev-0.4.5.ebuild
deleted file mode 100644
index e87ce4d63986..000000000000
--- a/dev-python/python-evdev/python-evdev-0.4.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="http://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}]"