summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:23:45 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 11:32:23 +0100
commit74f9f9b608ab2396ce008dcf1914bcf59726a066 (patch)
tree3bea4de15e02b6fa503a33f18a1e3934740df3f5
parentdev-util/comparator: Drop old (diff)
downloadgentoo-74f9f9b608ab2396ce008dcf1914bcf59726a066.tar.gz
gentoo-74f9f9b608ab2396ce008dcf1914bcf59726a066.tar.bz2
gentoo-74f9f9b608ab2396ce008dcf1914bcf59726a066.zip
dev-vcs/bzr-explorer: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild b/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild
deleted file mode 100644
index 46fb73080c50..000000000000
--- a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PV=${PV/_beta/b}
-MY_PV=${MY_PV/_rc/rc}
-LPV=${MY_PV}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A high level interface to all commonly used Bazaar features"
-HOMEPAGE="https://launchpad.net/bzr-explorer"
-SRC_URI="https://launchpad.net/${PN}/1.3/${LPV}/+download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE="gtk"
-
-DEPEND=""
-RDEPEND=">=dev-vcs/bzr-2.5
- >=dev-vcs/qbzr-0.23
- gtk? ( dev-vcs/bzr-gtk )"