diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-22 11:02:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-22 11:02:50 +0000 |
commit | da9b636ff53c2c10d4505e306b1be8a872c1bb22 (patch) | |
tree | 2e38f1cc94db2b0cf20a95222036e9a98118843f /www-client/pybugz | |
parent | Added mktemp to RDEPEND - bug 139629. (diff) | |
download | gentoo-2-da9b636ff53c2c10d4505e306b1be8a872c1bb22.tar.gz gentoo-2-da9b636ff53c2c10d4505e306b1be8a872c1bb22.tar.bz2 gentoo-2-da9b636ff53c2c10d4505e306b1be8a872c1bb22.zip |
version bump. fixed many bugs (bugz post url omission) and added external editor support, comments from file, always auth option for private bugzillas and quiet option.
(Portage version: 2.1-r2)
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.8 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.6.8.ebuild | 16 |
3 files changed, 27 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 48987eed16e8..3305e7804480 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.9 2006/08/17 23:47:47 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.10 2006/08/22 11:02:50 liquidx Exp $ + +*pybugz-0.6.8 (22 Aug 2006) + + 22 Aug 2006; Alastair Tse <liquidx@gentoo.org> +pybugz-0.6.8.ebuild: + version bump. fixed many bugs (bugz post url omission) and added external + editor support, comments from file, always auth option for private bugzillas + and quiet option. *pybugz-0.6.7 (17 Aug 2006) diff --git a/www-client/pybugz/files/digest-pybugz-0.6.8 b/www-client/pybugz/files/digest-pybugz-0.6.8 new file mode 100644 index 000000000000..a733a324c451 --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.6.8 @@ -0,0 +1,3 @@ +MD5 8edf8e77dc2f2b6a3c9f4538d91b0cb4 pybugz-0.6.8.tar.gz 15313 +RMD160 8edd4790427a66ad0ba5dd62fb24ea9da4881a1f pybugz-0.6.8.tar.gz 15313 +SHA256 ded7283f900b1fa1b93cdce5f3e0df9c63fb177a24f9e8752de14a9640eaa105 pybugz-0.6.8.tar.gz 15313 diff --git a/www-client/pybugz/pybugz-0.6.8.ebuild b/www-client/pybugz/pybugz-0.6.8.ebuild new file mode 100644 index 000000000000..8adb017999b9 --- /dev/null +++ b/www-client/pybugz/pybugz-0.6.8.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.8.ebuild,v 1.1 2006/08/22 11:02:50 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" + |