30 lines
696 B
Bash
30 lines
696 B
Bash
# 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"
|