[dev-python/keybinder] remove, available in Portage (in dev-libs cat.)

This commit is contained in:
Sławomir Nizio
2011-03-26 17:47:58 +01:00
parent c4626cdfc9
commit 64e3077f81
2 changed files with 0 additions and 24 deletions
-2
View File
@@ -1,2 +0,0 @@
DIST keybinder-0.0.4.tar.gz 306449 RMD160 1b35789398c9ddfaf5d27b4731713f28d03f3fad SHA1 2680e62adae1e3e2776166647be04e88ef5fba6f SHA256 8ada173780dc91761c6e598c3de824f4c7c09cbcdcbcb1feb1872d03bd49fa66
EBUILD keybinder-0.0.4.ebuild 481 RMD160 75c1cabb122f5d746178fb22c34fe693883d5d32 SHA1 1e1e5e8fffb1675afda4dadcae8a6f9823b97a58 SHA256 77d4cd784edbdff17ff030d48e4e4bfae074ebc2265f4ae22e4f37363a2ca5f7
@@ -1,22 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="python module for gtk-based applications registering global key
bindings"
HOMEPAGE="http://kaizer.se/wiki/python-keybinder/"
SRC_URI="http://kaizer.se/publicfiles/${PN}/${P}.tar.gz"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.5"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install
}