commit: 87e9bbe5508366625b7fb3ba2d5fabdb090621b7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 20:14:30 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 00:34:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e9bbe5
profiles: Drop last-rited dev-vcs/{bzr-explorer,qbzr}
Closes: https://bugs.gentoo.org/640114
dev-vcs/bzr-explorer/Manifest | 1 -
dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild | 33 -------------------
dev-vcs/bzr-explorer/metadata.xml | 15 ---------
dev-vcs/qbzr/Manifest | 1 -
dev-vcs/qbzr/metadata.xml | 8 -----
dev-vcs/qbzr/qbzr-0.23.1.ebuild | 40 -----------------------
profiles/package.mask | 7 ----
7 files changed, 105 deletions(-)
diff --git a/dev-vcs/bzr-explorer/Manifest b/dev-vcs/bzr-explorer/Manifest
deleted file mode 100644
index f957e4a5655..00000000000
--- a/dev-vcs/bzr-explorer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bzr-explorer-1.3.0.tar.gz 1469939 BLAKE2B
20aaf610e00f1d052778bfbbd88737e5b063dba031fe509e2f0a2b0e86bcd89c452ec90d8d34445a745c27e8aa231d0c697fa9659c65f047b43935aa1cb04f2b
SHA512
60cf3e70e5a4e19de3816619646ac0445a7847bc48c640712bd1042fce0cce5964de13e6ad5e1e65b85c9d596f073571ec918c8132c77d7348bc34e1e318b156
diff --git a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild
b/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild
deleted file mode 100644
index 28febb69679..00000000000
--- a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-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[${PYTHON_USEDEP}]
- >=dev-vcs/qbzr-0.23[${PYTHON_USEDEP}]
- gtk? ( dev-vcs/bzr-gtk[${PYTHON_USEDEP}] )"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
diff --git a/dev-vcs/bzr-explorer/metadata.xml
b/dev-vcs/bzr-explorer/metadata.xml
deleted file mode 100644
index d82f54c8b35..00000000000
--- a/dev-vcs/bzr-explorer/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Bazaar Explorer is a desktop application for using the Bazaar
- Version Control System. It provides a high level interface to all
- commonly used features, launching "applets" from the QBzr plug-in
- to provide most of the functionality. Alternatively, the applets
- from the bzr-gtk plug-in can be used if it is installed.
- </longdescription>
- <upstream>
- <remote-id type="launchpad">bzr-explorer</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-vcs/qbzr/Manifest b/dev-vcs/qbzr/Manifest
deleted file mode 100644
index 2e6842150df..00000000000
--- a/dev-vcs/qbzr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qbzr-0.23.1.tar.gz 817769 BLAKE2B
52b51125a889561c71c20440e5a51fe07f049e9c5b7f45d8d051c1feef5b3ff35c556386ac7aa2b5dfbd320775d899cd8672996e0a4cd95e7fc0f804ca679aca
SHA512
05d05c2cf5e94d4a58d88d04bd3dd4ff13d977126d728683273990801733bc0dfb07388838e466117961a83c6e08454b7a8bdaca975ca19f7ecff729d97b4bd2
diff --git a/dev-vcs/qbzr/metadata.xml b/dev-vcs/qbzr/metadata.xml
deleted file mode 100644
index 59bc1c728c6..00000000000
--- a/dev-vcs/qbzr/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="launchpad">qbzr</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-vcs/qbzr/qbzr-0.23.1.ebuild b/dev-vcs/qbzr/qbzr-0.23.1.ebuild
deleted file mode 100644
index e8d20da1bc6..00000000000
--- a/dev-vcs/qbzr/qbzr-0.23.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-DESCRIPTION="Qt frontend for Bazaar"
-HOMEPAGE="https://launchpad.net/qbzr"
-SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range
1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-# bzr version comes from NEWS file. It's lowest version required for some
-# features to work.
-DEPEND=">=dev-vcs/bzr-2.5
- >=dev-python/PyQt4-4.1[X]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-DOCS=( AUTHORS.txt NEWS.txt README.txt TODO.txt )
-
-src_test() {
- elog "It's impossible to run tests at this point. If you wish to run
tests"
- elog "after installation of ${PN} execute:"
- elog " $ bzr selftest -s bzrlib.plugins.qbzr"
-}
-
-pkg_postinst() {
- elog
- elog "To enable spellchecking in qcommit, please, install
>=dev-python/pyenchant-1.5.0"
- elog " # emerge -a >=dev-python/pyenchant-1.5.0"
- elog "To enable syntax highlighting, please, install
dev-python/pygments"
- elog " # emerge -a dev-python/pygments"
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 1ccf2cfb0d4..2594639bf2b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -374,7 +374,6 @@ dev-dotnet/referenceassemblies-pcl
# Pacho Ramos <[email protected]> (27 Dec 2017)
# Dead for ages, rely on deprecated/dead libs (#447466). Removal in a month.
dev-vcs/bzr-gtk
-dev-vcs/bzr-explorer
# Pacho Ramos <[email protected]> (27 Dec 2017)
# Completely broken for years (#514400, #596078, #598609, #640096, #641428).
@@ -637,12 +636,6 @@ net-ftp/oneclickftp
# Masked for removal in 30 days. Bug #640138.
dev-vcs/qct
-# Andreas Sturmlechner <[email protected]> (06 Dec 2017)
-# No maintainer, depends on dead PyQt4/Qt4.
-# Masked for removal in 30 days. Bugs #480250, #640114
-dev-vcs/qbzr
-dev-vcs/bzr-explorer
-
# Bernard Cafarelli <[email protected]> (05 Dec 2017)
# Dead Window Maker dockapps, dead upstreams and download links
# (no release for more than 10 years)