diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-17 23:47:48 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-17 23:47:48 +0000 |
commit | 886cd1837414f3778a3d8facf200518dd90ab721 (patch) | |
tree | 9b21e36b9da4e2decb271310a4442d76e9e113a9 /www-client/pybugz | |
parent | Version bump, thanks to Ryan Hill (Bug #139050) (diff) | |
download | historical-886cd1837414f3778a3d8facf200518dd90ab721.tar.gz historical-886cd1837414f3778a3d8facf200518dd90ab721.tar.bz2 historical-886cd1837414f3778a3d8facf200518dd90ab721.zip |
version bump. fix attachment download (view is ok, but download was broken.) (#144213). someone needs to write me some unit tests
Package-Manager: portage-2.1-r1
Diffstat (limited to 'www-client/pybugz')
-rw-r--r-- | www-client/pybugz/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/pybugz/files/digest-pybugz-0.6.7 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.6.7.ebuild | 16 |
3 files changed, 27 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 2f9e91d7b8e6..48987eed16e8 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.8 2006/08/16 14:53:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.9 2006/08/17 23:47:47 liquidx Exp $ + +*pybugz-0.6.7 (17 Aug 2006) + + 17 Aug 2006; Alastair Tse <liquidx@gentoo.org> -pybugz-0.6.3.ebuild, + -pybugz-0.6.5.ebuild, -pybugz-0.6.6.ebuild, +pybugz-0.6.7.ebuild: + version bump. fix attachment download (view is ok, but download was broken.) + (#144213). someone needs to write me some unit tests *pybugz-0.6.6 (16 Aug 2006) diff --git a/www-client/pybugz/files/digest-pybugz-0.6.7 b/www-client/pybugz/files/digest-pybugz-0.6.7 new file mode 100644 index 000000000000..43ab5d88461e --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.6.7 @@ -0,0 +1,3 @@ +MD5 e171188d264b8aea507e7cc8c77abfa1 pybugz-0.6.7.tar.gz 14069 +RMD160 50cd14e1289df9029665985f92aac5ae7ed5b956 pybugz-0.6.7.tar.gz 14069 +SHA256 5740837101f31536d96d4a9726ef17824b34af753d31d0757bd37c83e564648e pybugz-0.6.7.tar.gz 14069 diff --git a/www-client/pybugz/pybugz-0.6.7.ebuild b/www-client/pybugz/pybugz-0.6.7.ebuild new file mode 100644 index 000000000000..cfc6e431f560 --- /dev/null +++ b/www-client/pybugz/pybugz-0.6.7.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.7.ebuild,v 1.1 2006/08/17 23:47:47 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 ~ppc ~x86" +IUSE="" +DEPEND=">=dev-lang/python-2.4 + dev-python/elementtree" + |