diff --git a/dev-python/python-bugzilla/Manifest b/dev-python/python-bugzilla/Manifest new file mode 100644 index 000000000..2202bf2ef --- /dev/null +++ b/dev-python/python-bugzilla/Manifest @@ -0,0 +1,3 @@ +DIST python-bugzilla-0.5.1.tar.bz2 35209 RMD160 20d04c52f136633824d835b494f138d085d39dbd SHA1 de5fca76f6d011bd251be7aa546ee0c5ee81e218 SHA256 87dcc89ab437afdf2a2760419542b2be3cc1967523f230ee198a23aefa590f77 +EBUILD python-bugzilla-0.5.1.ebuild 495 RMD160 2af70265f27d23197a9809763991ff045a313b47 SHA1 98d4bd4928d28ab65dd51135e30be4b4b8d4bff4 SHA256 6b5297dd64bf8a8d47d5e74d0aadad43a8b6f2bb9c41a611f8668d5bf97efee4 +MISC Reasons 75 RMD160 1548a002dbf9ab1ef302cbcc1ccb18340d10e689 SHA1 552aeea04bda817ece6f0512433fe3866f80843c SHA256 06930c9fd0fe777030bb78cc15f7f206f32458e250cec59da46fb8d2d59040c7 diff --git a/dev-python/python-bugzilla/Reasons b/dev-python/python-bugzilla/Reasons new file mode 100644 index 000000000..1ab5fa26e --- /dev/null +++ b/dev-python/python-bugzilla/Reasons @@ -0,0 +1,3 @@ +2010-01-03 +Ian Whyman +Some might find this useful. \ No newline at end of file diff --git a/dev-python/python-bugzilla/python-bugzilla-0.5.1.ebuild b/dev-python/python-bugzilla/python-bugzilla-0.5.1.ebuild new file mode 100644 index 000000000..5ca9cb545 --- /dev/null +++ b/dev-python/python-bugzilla/python-bugzilla-0.5.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0-r1.ebuild,v 1.13 2009/02/15 22:09:07 patrick Exp $ + +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=""