commit:     1e01b20bb7fa4c64e51e26eef4dac496afa8a7b4
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 15:16:20 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat May 21 15:17:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e01b20b

www-client/pybugz: remove old version

Package-Manager: portage-2.2.28

 www-client/pybugz/Manifest             |  1 -
 www-client/pybugz/pybugz-0.11.1.ebuild | 37 ----------------------------------
 2 files changed, 38 deletions(-)

diff --git a/www-client/pybugz/Manifest b/www-client/pybugz/Manifest
index 9a2e212..bac3042 100644
--- a/www-client/pybugz/Manifest
+++ b/www-client/pybugz/Manifest
@@ -1,2 +1 @@
-DIST pybugz-0.11.1.tar.gz 23787 SHA256 
05b2cef8a655ab34d9279e6341d16a803af07958e72320125cb30a3fd6bc8eec SHA512 
bc2277a8e900765bf1799e5de65de5df8184bf50b6ca7c78478a9f43ceb78aa66bcb53c3fd89f7b194b13fa14ad162291d559554a8cb073c071104e2b0978c61
 WHIRLPOOL 
cb8f9a36cac6ae7a42e43d6d9489e2593c8ae76153b769bf04f269967e6477e37b1633d30969c4d7c6d0bcd816aff7bd189a1754c06769e3ea0f761eda3c16db
 DIST pybugz-0.12.1.tar.gz 25606 SHA256 
aade267d2ee6b02d6872e019ef4ddf8f96e1d81668faa2506e96875fa2981bc7 SHA512 
bb76baf8105f4b56b106c3e63f5aebb322659141edf9c5e5af747db5824abffb7b127703ecb7111f9480d05bdb2f11b3fef2cd5f99078d9dda00e841b4ce7394
 WHIRLPOOL 
0b345efb5f6ce40e5c5910f576e544b2fc65c73beec3843fae21504455c23f3cd5aac41801a2eb733def50485455345e78e8c94287a1943747f608cc63a27e3d

diff --git a/www-client/pybugz/pybugz-0.11.1.ebuild 
b/www-client/pybugz/pybugz-0.11.1.ebuild
deleted file mode 100644
index 672aa1a..0000000
--- a/www-client/pybugz/pybugz-0.11.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python3_3 python3_4 python3_5 )
-PYTHON_REQ_USE="readline(+)"
-
-if [ "${PV}" = "9999" ]; then
-       EGIT_REPO_URI="git://github.com/williamh/pybugz.git
-               https://github.com/williamh/pybugz.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-       inherit vcs-snapshot
-fi
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="https://www.github.com/williamh/pybugz";
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="zsh-completion"
-
-RDEPEND="${DEPEND}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       newbashcomp contrib/bash-completion bugz
-
-       if use zsh-completion ; then
-               insinto /usr/share/zsh/site-functions
-               newins contrib/zsh-completion _pybugz
-       fi
-}

Reply via email to