diff --git a/dev-python/python-meh/Manifest b/dev-python/python-meh/Manifest new file mode 100644 index 000000000..87580f252 --- /dev/null +++ b/dev-python/python-meh/Manifest @@ -0,0 +1 @@ +EBUILD python-meh-0.8.ebuild 696 RMD160 df9c5e6f5fdfbccc287494ea8dbe5e79f1d91556 SHA1 4e21cab787c12ca27fe830f8313ce679de3fe160 SHA256 82f714d04527b1fa576f092c7ee31a0c0c5e9b60daedb90243456fd5c9cb4a37 diff --git a/dev-python/python-meh/python-meh-0.8.ebuild b/dev-python/python-meh/python-meh-0.8.ebuild new file mode 100644 index 000000000..bd3be5cc0 --- /dev/null +++ b/dev-python/python-meh/python-meh-0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +EGIT_REPO_URI="git://git.fedorahosted.org/python-meh.git" +EGIT_COMMIT="r${PV}-1.f13" +inherit distutils git eutils + +DESCRIPTION="Python exception handling library" +HOMEPAGE="http://git.fedoraproject.org/git/python-meh.git?p=python-meh.git;a=summary" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND="dev-util/intltool + sys-devel/gettext" +DEPEND="${COMMON_DEPEND}" +# FIXME: missing RDEPENDs: rpm, yum +RDEPEND="${COMMON_DEPEND} + dev-libs/newt + dev-python/pygtk:2 + dev-python/python-bugzilla + dev-python/dbus-python + net-misc/openssh"