diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-26 10:01:13 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-26 10:01:13 +0000 |
commit | df70ecfc7071e5154c952cfcf27652b8028f12e8 (patch) | |
tree | d43a953d5a6fa9d8c879717913a38b8211b144c5 /www-client | |
parent | add distutils_pkg_post_{inst,rm} (#145151) (diff) | |
download | historical-df70ecfc7071e5154c952cfcf27652b8028f12e8.tar.gz historical-df70ecfc7071e5154c952cfcf27652b8028f12e8.tar.bz2 historical-df70ecfc7071e5154c952cfcf27652b8028f12e8.zip |
version bump, fix crash when unable to detect terminal encoding (#144840)
Package-Manager: portage-2.1-r2
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/pybugz/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/pybugz/files/digest-pybugz-0.6.9 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.6.9.ebuild | 16 |
3 files changed, 26 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 3305e7804480..b56f8980e874 100644 --- a/www-client/pybugz/ChangeLog +++ b/www-client/pybugz/ChangeLog @@ -1,6 +1,12 @@ # 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.10 2006/08/22 11:02:50 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.11 2006/08/26 10:01:13 liquidx Exp $ + +*pybugz-0.6.9 (26 Aug 2006) + + 26 Aug 2006; Alastair Tse <liquidx@gentoo.org> -pybugz-0.6.7.ebuild, + -pybugz-0.6.8.ebuild, +pybugz-0.6.9.ebuild: + version bump, fix crash when unable to detect terminal encoding (#144840) *pybugz-0.6.8 (22 Aug 2006) diff --git a/www-client/pybugz/files/digest-pybugz-0.6.9 b/www-client/pybugz/files/digest-pybugz-0.6.9 new file mode 100644 index 000000000000..ede06fabc588 --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.6.9 @@ -0,0 +1,3 @@ +MD5 e5cc930a62bb38caa83f3fde9cd7df34 pybugz-0.6.9.tar.gz 15312 +RMD160 a8a00c249b24906480cc3badd98e7107a4a48c8c pybugz-0.6.9.tar.gz 15312 +SHA256 9ec85581ce46e460f31f60a8e28a4ed6094cae4622b3f015c9427959d0b3e21c pybugz-0.6.9.tar.gz 15312 diff --git a/www-client/pybugz/pybugz-0.6.9.ebuild b/www-client/pybugz/pybugz-0.6.9.ebuild new file mode 100644 index 000000000000..404008fda444 --- /dev/null +++ b/www-client/pybugz/pybugz-0.6.9.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.9.ebuild,v 1.1 2006/08/26 10:01:13 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" + |