summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2014-04-14 23:37:14 -0400
committerJustin Riley <justin.t.riley@gmail.com>2014-04-14 23:37:14 -0400
commite4a08c2cb29ac3147f76f618c8d423339349f01e (patch)
tree3c99e235c5fc1833e632e781e09063947a2e2e52 /dev-python
parentcruft clean up (diff)
downloadjtriley-e4a08c2cb29ac3147f76f618c8d423339349f01e.tar.gz
jtriley-e4a08c2cb29ac3147f76f618c8d423339349f01e.tar.bz2
jtriley-e4a08c2cb29ac3147f76f618c8d423339349f01e.zip
key-mon: bump to latest 1.17
Bumped and modified ebuild from armageddon overlay. Moved from dev-python to app-misc category.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/key-mon/Manifest1
-rw-r--r--dev-python/key-mon/key-mon-1.9.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/key-mon/Manifest b/dev-python/key-mon/Manifest
deleted file mode 100644
index c76338a..0000000
--- a/dev-python/key-mon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST key-mon-1.9.tar.gz 154254 SHA256 e61c5abe35eaffd28cee8b8e7faf8821607c0ffe34a98090652979e9c30eddf8 SHA512 ae9aeb3af44126bed676e466d9d8fa3f86cbd2fee7a7df6b6cecf070c3fff282a9b5e7ad51d0bc1eb8ce6560127923320c2aa61563df2096f8f3702cfe4f28c9 WHIRLPOOL 936ded77720a3b573fed0f2a7074d31cf6495ca5020ae2f2c20e90bc5002c0ab8ad7bbd81fd3ea42bbc28901424f3c036e7a3312c83f0902ba957689dd8d9487
diff --git a/dev-python/key-mon/key-mon-1.9.ebuild b/dev-python/key-mon/key-mon-1.9.ebuild
deleted file mode 100644
index 3e4a3cf..0000000
--- a/dev-python/key-mon/key-mon-1.9.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-DESCRIPTION="Utility to show live keyboard and mouse status for teaching and screencasts"
-HOMEPAGE="http://code.google.com/p/key-mon/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REPEND="dev-python/python-xlib
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}"
-