[dev-python/python-bugzilla] version bump to 0.7.0_p20121019, bug 3752
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
inherit distutils eutils
|
||||
|
||||
MY_P=${P%_*}
|
||||
DESCRIPTION="A Python library for Bugzilla"
|
||||
HOMEPAGE="https://fedorahosted.org/python-bugzilla/"
|
||||
SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
PYTHON_MODNAME="bugzilla"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${MY_P}-82c2c.patch
|
||||
distutils_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
elog "Automatic detection of file type of attachments"
|
||||
elog "requires sys-apps/file compiled with USE=python."
|
||||
}
|
||||
Reference in New Issue
Block a user