Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/
Date: Sun, 28 Feb 2021 21:57:28
Message-Id: 1614549426.e7ab2c6f3e5c4bd44851ada1b35997068427cc2f.asturm@gentoo
1 commit: e7ab2c6f3e5c4bd44851ada1b35997068427cc2f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 21:56:49 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:57:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ab2c6f
7
8 x11-terms/qterminal: Drop 0.16.1 (r0)
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-terms/qterminal/qterminal-0.16.1.ebuild | 42 -----------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/x11-terms/qterminal/qterminal-0.16.1.ebuild b/x11-terms/qterminal/qterminal-0.16.1.ebuild
17 deleted file mode 100644
18 index 1b3cfd71784..00000000000
19 --- a/x11-terms/qterminal/qterminal-0.16.1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake xdg-utils
28 -
29 -DESCRIPTION="Qt-based multitab terminal emulator"
30 -HOMEPAGE="https://lxqt.github.io/"
31 -
32 -if [[ ${PV} = *9999* ]]; then
33 - inherit git-r3
34 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
35 -else
36 - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
37 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
38 -fi
39 -
40 -LICENSE="GPL-2 GPL-2+"
41 -SLOT="0"
42 -
43 -BDEPEND=">=dev-util/lxqt-build-tools-0.8.0"
44 -DEPEND="
45 - dev-qt/qtcore:5
46 - dev-qt/qtdbus:5
47 - dev-qt/qtgui:5
48 - dev-qt/qtwidgets:5
49 - dev-qt/qtx11extras:5
50 - x11-libs/libX11
51 - ~x11-libs/qtermwidget-${PV}
52 -"
53 -RDEPEND="${DEPEND}
54 - !lxqt-base/lxqt-l10n
55 -"
56 -
57 -pkg_postinst() {
58 - xdg_icon_cache_update
59 -}
60 -
61 -pkg_postrm() {
62 - xdg_icon_cache_update
63 -}