summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-01-27 16:37:19 +0000
committerWilliam Hubbs <williamh@gentoo.org>2010-01-27 16:37:19 +0000
commite590cc9ab9610e8e31f369854e77cd8a14f2f6ca (patch)
tree339dbe9cffd94a37e89c211f667d7590a1857961 /www-client
parentVersion bump (diff)
downloadgentoo-2-e590cc9ab9610e8e31f369854e77cd8a14f2f6ca.tar.gz
gentoo-2-e590cc9ab9610e8e31f369854e77cd8a14f2f6ca.tar.bz2
gentoo-2-e590cc9ab9610e8e31f369854e77cd8a14f2f6ca.zip
removed old version
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/ChangeLog5
-rw-r--r--www-client/pybugz/pybugz-0.7.4.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index 6fbb04ca9600..7c7f03af14c2 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/pybugz
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.63 2010/01/25 18:32:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.64 2010/01/27 16:37:19 williamh Exp $
+
+ 27 Jan 2010; William Hubbs <williamh@gentoo.org> -pybugz-0.7.4.ebuild:
+ removed old version
25 Jan 2010; Raúl Porcel <armin76@gentoo.org> pybugz-0.8.0.ebuild:
ia64 stable wrt #289863
diff --git a/www-client/pybugz/pybugz-0.7.4.ebuild b/www-client/pybugz/pybugz-0.7.4.ebuild
deleted file mode 100644
index 852aa869efa3..000000000000
--- a/www-client/pybugz/pybugz-0.7.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.7.4.ebuild,v 1.7 2009/07/30 17:36:42 volkmar Exp $
-
-EAPI=2
-
-inherit distutils
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="http://www.liquidx.net/pybugz"
-SRC_URI="http://pybugz.googlecode.com/files/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="zsh-completion"
-DEPEND="|| ( >=dev-lang/python-2.5[readline]
- ( >=dev-lang/python-2.4[readline]
- dev-python/elementtree ) )"
- RDEPEND="zsh-completion? ( app-shells/zsh )"
-
-src_install() {
- distutils_src_install
-
- if use zsh-completion ; then
- insinto /usr/share/zsh/site-functions
- newins contrib/zsh-completion _pybugz
- fi
-}