diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-14 14:44:37 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-14 14:44:37 +0000 |
commit | 6f31b9ceceff20ad61a822b94dd99f189092f469 (patch) | |
tree | fe0b6866b56e108950f619c1c0fd8b910516ea45 /www-client | |
parent | Adding note to tcltk that it's deprecated (diff) | |
download | gentoo-2-6f31b9ceceff20ad61a822b94dd99f189092f469.tar.gz gentoo-2-6f31b9ceceff20ad61a822b94dd99f189092f469.tar.bz2 gentoo-2-6f31b9ceceff20ad61a822b94dd99f189092f469.zip |
version bump, add whiteboard, keywords. reported-by changed to reporter.
(Portage version: 2.1-r1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/pybugz/files/digest-pybugz-0.6.5 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.6.5.ebuild | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/www-client/pybugz/files/digest-pybugz-0.6.5 b/www-client/pybugz/files/digest-pybugz-0.6.5 new file mode 100644 index 000000000000..5501c3e8e864 --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.6.5 @@ -0,0 +1,3 @@ +MD5 fd86133f6ad2ba86bcfe85127b51c3ec pybugz-0.6.5.tar.gz 14009 +RMD160 aaa84359f0ff5ec56e911adffd453df809bbd548 pybugz-0.6.5.tar.gz 14009 +SHA256 2bdee3e7e920a3b0d3a302018d5ae39a20b67a979128adf149b76e6b3d3ddd0c pybugz-0.6.5.tar.gz 14009 diff --git a/www-client/pybugz/pybugz-0.6.5.ebuild b/www-client/pybugz/pybugz-0.6.5.ebuild new file mode 100644 index 000000000000..c40490ce578c --- /dev/null +++ b/www-client/pybugz/pybugz-0.6.5.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.5.ebuild,v 1.1 2006/08/14 14:44:37 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" + |