Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr-explorer/, profiles/, dev-vcs/qbzr/
Date: Fri, 05 Jan 2018 00:35:14
Message-Id: 1515112467.87e9bbe5508366625b7fb3ba2d5fabdb090621b7.asturm@gentoo
1 commit: 87e9bbe5508366625b7fb3ba2d5fabdb090621b7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 20:14:30 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 00:34:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e9bbe5
7
8 profiles: Drop last-rited dev-vcs/{bzr-explorer,qbzr}
9
10 Closes: https://bugs.gentoo.org/640114
11
12 dev-vcs/bzr-explorer/Manifest | 1 -
13 dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild | 33 -------------------
14 dev-vcs/bzr-explorer/metadata.xml | 15 ---------
15 dev-vcs/qbzr/Manifest | 1 -
16 dev-vcs/qbzr/metadata.xml | 8 -----
17 dev-vcs/qbzr/qbzr-0.23.1.ebuild | 40 -----------------------
18 profiles/package.mask | 7 ----
19 7 files changed, 105 deletions(-)
20
21 diff --git a/dev-vcs/bzr-explorer/Manifest b/dev-vcs/bzr-explorer/Manifest
22 deleted file mode 100644
23 index f957e4a5655..00000000000
24 --- a/dev-vcs/bzr-explorer/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST bzr-explorer-1.3.0.tar.gz 1469939 BLAKE2B 20aaf610e00f1d052778bfbbd88737e5b063dba031fe509e2f0a2b0e86bcd89c452ec90d8d34445a745c27e8aa231d0c697fa9659c65f047b43935aa1cb04f2b SHA512 60cf3e70e5a4e19de3816619646ac0445a7847bc48c640712bd1042fce0cce5964de13e6ad5e1e65b85c9d596f073571ec918c8132c77d7348bc34e1e318b156
28
29 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
30 deleted file mode 100644
31 index 28febb69679..00000000000
32 --- a/dev-vcs/bzr-explorer/bzr-explorer-1.3.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -DISTUTILS_SINGLE_IMPL=1
42 -
43 -inherit distutils-r1
44 -
45 -MY_PV=${PV/_beta/b}
46 -MY_PV=${MY_PV/_rc/rc}
47 -LPV=${MY_PV}
48 -MY_P=${PN}-${MY_PV}
49 -
50 -DESCRIPTION="A high level interface to all commonly used Bazaar features"
51 -HOMEPAGE="https://launchpad.net/bzr-explorer"
52 -SRC_URI="https://launchpad.net/${PN}/1.3/${LPV}/+download/${MY_P}.tar.gz"
53 -LICENSE="GPL-2"
54 -
55 -SLOT="0"
56 -
57 -KEYWORDS="amd64 x86"
58 -IUSE="gtk"
59 -
60 -DEPEND=""
61 -RDEPEND=">=dev-vcs/bzr-2.5[${PYTHON_USEDEP}]
62 - >=dev-vcs/qbzr-0.23[${PYTHON_USEDEP}]
63 - gtk? ( dev-vcs/bzr-gtk[${PYTHON_USEDEP}] )"
64 -
65 -pkg_setup() {
66 - python-single-r1_pkg_setup
67 -}
68
69 diff --git a/dev-vcs/bzr-explorer/metadata.xml b/dev-vcs/bzr-explorer/metadata.xml
70 deleted file mode 100644
71 index d82f54c8b35..00000000000
72 --- a/dev-vcs/bzr-explorer/metadata.xml
73 +++ /dev/null
74 @@ -1,15 +0,0 @@
75 -<?xml version="1.0" encoding="UTF-8"?>
76 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 -<pkgmetadata>
78 - <!-- maintainer-needed -->
79 - <longdescription lang="en">
80 - Bazaar Explorer is a desktop application for using the Bazaar
81 - Version Control System. It provides a high level interface to all
82 - commonly used features, launching "applets" from the QBzr plug-in
83 - to provide most of the functionality. Alternatively, the applets
84 - from the bzr-gtk plug-in can be used if it is installed.
85 - </longdescription>
86 - <upstream>
87 - <remote-id type="launchpad">bzr-explorer</remote-id>
88 - </upstream>
89 -</pkgmetadata>
90
91 diff --git a/dev-vcs/qbzr/Manifest b/dev-vcs/qbzr/Manifest
92 deleted file mode 100644
93 index 2e6842150df..00000000000
94 --- a/dev-vcs/qbzr/Manifest
95 +++ /dev/null
96 @@ -1 +0,0 @@
97 -DIST qbzr-0.23.1.tar.gz 817769 BLAKE2B 52b51125a889561c71c20440e5a51fe07f049e9c5b7f45d8d051c1feef5b3ff35c556386ac7aa2b5dfbd320775d899cd8672996e0a4cd95e7fc0f804ca679aca SHA512 05d05c2cf5e94d4a58d88d04bd3dd4ff13d977126d728683273990801733bc0dfb07388838e466117961a83c6e08454b7a8bdaca975ca19f7ecff729d97b4bd2
98
99 diff --git a/dev-vcs/qbzr/metadata.xml b/dev-vcs/qbzr/metadata.xml
100 deleted file mode 100644
101 index 59bc1c728c6..00000000000
102 --- a/dev-vcs/qbzr/metadata.xml
103 +++ /dev/null
104 @@ -1,8 +0,0 @@
105 -<?xml version="1.0" encoding="UTF-8"?>
106 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
107 -<pkgmetadata>
108 - <!-- maintainer-needed -->
109 - <upstream>
110 - <remote-id type="launchpad">qbzr</remote-id>
111 - </upstream>
112 -</pkgmetadata>
113
114 diff --git a/dev-vcs/qbzr/qbzr-0.23.1.ebuild b/dev-vcs/qbzr/qbzr-0.23.1.ebuild
115 deleted file mode 100644
116 index e8d20da1bc6..00000000000
117 --- a/dev-vcs/qbzr/qbzr-0.23.1.ebuild
118 +++ /dev/null
119 @@ -1,40 +0,0 @@
120 -# Copyright 1999-2017 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI="5"
124 -PYTHON_COMPAT=( python2_7 )
125 -
126 -inherit distutils-r1 versionator
127 -
128 -DESCRIPTION="Qt frontend for Bazaar"
129 -HOMEPAGE="https://launchpad.net/qbzr"
130 -SRC_URI="https://edge.launchpad.net/qbzr/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
131 -
132 -LICENSE="GPL-2"
133 -SLOT="0"
134 -KEYWORDS="alpha amd64 ppc x86"
135 -IUSE=""
136 -
137 -# bzr version comes from NEWS file. It's lowest version required for some
138 -# features to work.
139 -DEPEND=">=dev-vcs/bzr-2.5
140 - >=dev-python/PyQt4-4.1[X]"
141 -RDEPEND="${DEPEND}"
142 -
143 -S="${WORKDIR}/${PN}"
144 -
145 -DOCS=( AUTHORS.txt NEWS.txt README.txt TODO.txt )
146 -
147 -src_test() {
148 - elog "It's impossible to run tests at this point. If you wish to run tests"
149 - elog "after installation of ${PN} execute:"
150 - elog " $ bzr selftest -s bzrlib.plugins.qbzr"
151 -}
152 -
153 -pkg_postinst() {
154 - elog
155 - elog "To enable spellchecking in qcommit, please, install >=dev-python/pyenchant-1.5.0"
156 - elog " # emerge -a >=dev-python/pyenchant-1.5.0"
157 - elog "To enable syntax highlighting, please, install dev-python/pygments"
158 - elog " # emerge -a dev-python/pygments"
159 -}
160
161 diff --git a/profiles/package.mask b/profiles/package.mask
162 index 1ccf2cfb0d4..2594639bf2b 100644
163 --- a/profiles/package.mask
164 +++ b/profiles/package.mask
165 @@ -374,7 +374,6 @@ dev-dotnet/referenceassemblies-pcl
166 # Pacho Ramos <pacho@g.o> (27 Dec 2017)
167 # Dead for ages, rely on deprecated/dead libs (#447466). Removal in a month.
168 dev-vcs/bzr-gtk
169 -dev-vcs/bzr-explorer
170
171 # Pacho Ramos <pacho@g.o> (27 Dec 2017)
172 # Completely broken for years (#514400, #596078, #598609, #640096, #641428).
173 @@ -637,12 +636,6 @@ net-ftp/oneclickftp
174 # Masked for removal in 30 days. Bug #640138.
175 dev-vcs/qct
176
177 -# Andreas Sturmlechner <asturm@g.o> (06 Dec 2017)
178 -# No maintainer, depends on dead PyQt4/Qt4.
179 -# Masked for removal in 30 days. Bugs #480250, #640114
180 -dev-vcs/qbzr
181 -dev-vcs/bzr-explorer
182 -
183 # Bernard Cafarelli <voyageur@g.o> (05 Dec 2017)
184 # Dead Window Maker dockapps, dead upstreams and download links
185 # (no release for more than 10 years)