diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-10 20:52:35 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-10 20:52:35 +0000 |
commit | bb834ebc756328dade5aae816d939cb14ec1f6b7 (patch) | |
tree | afcd59941638817f33682f7f9eea12d76b930553 /www-client | |
parent | Stable on alpha and amd64 wrt Bug #135187. (diff) | |
download | historical-bb834ebc756328dade5aae816d939cb14ec1f6b7.tar.gz historical-bb834ebc756328dade5aae816d939cb14ec1f6b7.tar.bz2 historical-bb834ebc756328dade5aae816d939cb14ec1f6b7.zip |
version bump, an incredibly stupid bug in the bugz executable was introduced. (#14352)
Package-Manager: portage-2.1-r1
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/pybugz/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/pybugz/files/digest-pybugz-0.6.3 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.6.3.ebuild | 16 |
3 files changed, 27 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 6890eb142443..fee90e1b1bcd 100644 --- a/www-client/pybugz/ChangeLog +++ b/www-client/pybugz/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-client/pybugz # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.5 2006/08/10 09:06:38 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.6 2006/08/10 20:52:35 liquidx Exp $ + +*pybugz-0.6.3 (10 Aug 2006) + + 10 Aug 2006; Alastair Tse <liquidx@gentoo.org> -pybugz-0.6.ebuild, + -pybugz-0.6.1.ebuild, -pybugz-0.6.2.ebuild, +pybugz-0.6.3.ebuild: + version bump, an incredibly stupid bug in the bugz executable was + introduced. (#14352) *pybugz-0.6.2 (10 Aug 2006) diff --git a/www-client/pybugz/files/digest-pybugz-0.6.3 b/www-client/pybugz/files/digest-pybugz-0.6.3 new file mode 100644 index 000000000000..b8ca3d06d760 --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.6.3 @@ -0,0 +1,3 @@ +MD5 2d7c596d0202c9e89ff918b586b4fe5e pybugz-0.6.3.tar.gz 12374 +RMD160 643898b7c9d059bbf9bd642ce3940f55e8232fae pybugz-0.6.3.tar.gz 12374 +SHA256 f71f8e15ce188880ac693bb964f90fc08c8b3cee970b232a5d691406e100da11 pybugz-0.6.3.tar.gz 12374 diff --git a/www-client/pybugz/pybugz-0.6.3.ebuild b/www-client/pybugz/pybugz-0.6.3.ebuild new file mode 100644 index 000000000000..953bae6c783b --- /dev/null +++ b/www-client/pybugz/pybugz-0.6.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.6.3.ebuild,v 1.1 2006/08/10 20:52:35 liquidx Exp $ + +inherit distutils + +DESCRIPTION="Command line interface to (Gentoo) Bugzilla" +HOMEPAGE="http://www.liquidx.net/pybugz/" +SRC_URI="http://media.liquidx.net/static/pybugz/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" +IUSE="" +DEPEND=">=dev-lang/python-2.4 + dev-python/elementtree" + |