diff options
author | William Hubbs <williamh@gentoo.org> | 2007-07-22 02:00:15 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2007-07-22 02:00:15 +0000 |
commit | 521b9a64e7b0b2d90a3e10eae69d958f5f83f09f (patch) | |
tree | fbd862c8316c7753b918220373d84ee95768a02d /www-client | |
parent | Version bump (diff) | |
download | gentoo-2-521b9a64e7b0b2d90a3e10eae69d958f5f83f09f.tar.gz gentoo-2-521b9a64e7b0b2d90a3e10eae69d958f5f83f09f.tar.bz2 gentoo-2-521b9a64e7b0b2d90a3e10eae69d958f5f83f09f.zip |
Version bump.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/pybugz/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/pybugz/files/digest-pybugz-0.7.0 | 3 | ||||
-rw-r--r-- | www-client/pybugz/pybugz-0.7.0.ebuild | 15 |
3 files changed, 24 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog index 0cd5c5108fc8..209d4aa83102 100644 --- a/www-client/pybugz/ChangeLog +++ b/www-client/pybugz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/pybugz # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.17 2007/05/14 11:03:48 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.18 2007/07/22 02:00:15 williamh Exp $ + +*pybugz-0.7.0 (22 Jul 2007) + + 22 Jul 2007; William Hubbs <williamh@gentoo.org> +pybugz-0.7.0.ebuild: + Version bump. 14 May 2007; Timothy Redaelli <drizzt@gentoo.org> pybugz-0.6.11.ebuild: Add ~x86-fbsd keyword. diff --git a/www-client/pybugz/files/digest-pybugz-0.7.0 b/www-client/pybugz/files/digest-pybugz-0.7.0 new file mode 100644 index 000000000000..9d2b5a01de63 --- /dev/null +++ b/www-client/pybugz/files/digest-pybugz-0.7.0 @@ -0,0 +1,3 @@ +MD5 89209e60f1c85faa9eaf6898e4e20be1 pybugz-0.7.0.tar.gz 16165 +RMD160 7d52535598544b77cc4b6a499a770d6ffe09fe0d pybugz-0.7.0.tar.gz 16165 +SHA256 b3e869b01cdd0b97be4ef62ff64c0c29c1a1f0475bd398cdf9eed19e0a1853ab pybugz-0.7.0.tar.gz 16165 diff --git a/www-client/pybugz/pybugz-0.7.0.ebuild b/www-client/pybugz/pybugz-0.7.0.ebuild new file mode 100644 index 000000000000..d47120f758cd --- /dev/null +++ b/www-client/pybugz/pybugz-0.7.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.7.0.ebuild,v 1.1 2007/07/22 02:00:15 williamh Exp $ + +inherit distutils + +DESCRIPTION="Command line interface to (Gentoo) Bugzilla" +HOMEPAGE="http://www.liquidx.net/pybugz/" +SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=dev-lang/python-2.4 + dev-python/elementtree" |