[dev-python/keybinder] Added ebuild as dependency for kupfer.

This ebuild was added as a dependency of gnome-extra/kupfer.
This commit is contained in:
Mitch Harder
2010-08-10 16:31:42 -05:00
parent ca4a0a990e
commit 435bb9d318
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
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
@@ -0,0 +1,22 @@
# 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
}