15 lines
399 B
Bash
15 lines
399 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit distutils eutils
|
|
|
|
DESCRIPTION="A python library.. for bugzilla!"
|
|
HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
|
|
SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 ~sparc x86"
|
|
IUSE=""
|