From 87e9bbe5508366625b7fb3ba2d5fabdb090621b7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 3 Jan 2018 21:14:30 +0100 Subject: 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 ----------------------- 6 files changed, 98 deletions(-) delete mode 100644 dev-vcs/bzr-explorer/Manifest delete mode 100644 dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild delete mode 100644 dev-vcs/bzr-explorer/metadata.xml delete mode 100644 dev-vcs/qbzr/Manifest delete mode 100644 dev-vcs/qbzr/metadata.xml delete mode 100644 dev-vcs/qbzr/qbzr-0.23.1.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/bzr-explorer/Manifest b/dev-vcs/bzr-explorer/Manifest deleted file mode 100644 index f957e4a56551..000000000000 --- 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 28febb69679e..000000000000 --- 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 d82f54c8b35e..000000000000 --- a/dev-vcs/bzr-explorer/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - 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. - - - bzr-explorer - - diff --git a/dev-vcs/qbzr/Manifest b/dev-vcs/qbzr/Manifest deleted file mode 100644 index 2e6842150dfc..000000000000 --- 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 59bc1c728c67..000000000000 --- a/dev-vcs/qbzr/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - qbzr - - 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 e8d20da1bc6b..000000000000 --- 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" -} -- cgit v1.2.3-65-gdbad