summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-09-02 10:54:20 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-09-02 10:54:20 +0000
commit53beccd5c578342a4122b30a746f97f8758c1b3a (patch)
treefe48cc60b14cc22f97c77c899c2ef3d741a36b22 /www-client
parentInitial import, dependency of the current SVN PulseAudio. (diff)
downloadhistorical-53beccd5c578342a4122b30a746f97f8758c1b3a.tar.gz
historical-53beccd5c578342a4122b30a746f97f8758c1b3a.tar.bz2
historical-53beccd5c578342a4122b30a746f97f8758c1b3a.zip
version bump. fixes stripping of depended bugs issue.
Package-Manager: portage-2.1-r2
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/ChangeLog7
-rw-r--r--www-client/pybugz/files/digest-pybugz-0.6.103
-rw-r--r--www-client/pybugz/pybugz-0.6.10.ebuild16
3 files changed, 25 insertions, 1 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index b56f8980e874..ada209a98b68 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,11 @@
# 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.11 2006/08/26 10:01:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.12 2006/09/02 10:54:20 liquidx Exp $
+
+*pybugz-0.6.10 (02 Sep 2006)
+
+ 02 Sep 2006; Alastair Tse <liquidx@gentoo.org> +pybugz-0.6.10.ebuild:
+ version bump. fixes stripping of depended bugs issue.
*pybugz-0.6.9 (26 Aug 2006)
diff --git a/www-client/pybugz/files/digest-pybugz-0.6.10 b/www-client/pybugz/files/digest-pybugz-0.6.10
new file mode 100644
index 000000000000..d773b69c94b7
--- /dev/null
+++ b/www-client/pybugz/files/digest-pybugz-0.6.10
@@ -0,0 +1,3 @@
+MD5 aaa3cf4a4b624c05d77a2f150950e105 pybugz-0.6.10.tar.gz 15699
+RMD160 a5ec86b9bf3ae5fc7033e314d611109cc484bb2f pybugz-0.6.10.tar.gz 15699
+SHA256 4f3bbd317cabe7b64438464d3c91f17acad61eb08ae3a7511cb455cc54598748 pybugz-0.6.10.tar.gz 15699
diff --git a/www-client/pybugz/pybugz-0.6.10.ebuild b/www-client/pybugz/pybugz-0.6.10.ebuild
new file mode 100644
index 000000000000..540838878570
--- /dev/null
+++ b/www-client/pybugz/pybugz-0.6.10.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.10.ebuild,v 1.1 2006/09/02 10:54:20 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"
+