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-misc/kdocker/
Date: Wed, 26 Feb 2020 22:57:45
Message-Id: 1582757845.3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f.asturm@gentoo
1 commit: 3787fe3edcaa4f900c5334d2c6c6c416cbcfd88f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 22:54:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 22:57:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3787fe3e
7
8 x11-misc/kdocker: Drop 5.0-r1
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/kdocker/Manifest | 1 -
14 x11-misc/kdocker/kdocker-5.0-r1.ebuild | 47 ----------------------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/x11-misc/kdocker/Manifest b/x11-misc/kdocker/Manifest
18 index b5cfcf6f6bf..03041212b81 100644
19 --- a/x11-misc/kdocker/Manifest
20 +++ b/x11-misc/kdocker/Manifest
21 @@ -1,2 +1 @@
22 DIST KDocker-5.2.tar.gz 173508 BLAKE2B e44a924a085c2d237c113028f40a98cfa8a8a5398525aea4e38fadabd23a10cc91648a55f800afd2ad398b744ad450d9c7bc26dd5bae994603f6ea4b322b5804 SHA512 1a98bf7b6360f4ce042b3e5330798076d42bd463c16e41b259706811f11516a34acfb0ace59f2c10c07aa6b2ff8fc57b1b1fa3ccdd33d452e220ec46446e8b64
23 -DIST kdocker-5.0.tar.gz 152222 BLAKE2B b4e60a28f497476503f2a40aee4a776ece3a052adce4d29cb75095d9056ba0d6e4993838d6f771fad08532a3fb6d4022a07684f47cbd72289d34bce7196347aa SHA512 7c7702000621204d7e4acab295d43d05f71982af91524bc237878bdc9aa8851dc01a718bbe32412f46c718a1e358de8e710489a4beba9ef5b39359fe43662ba3
24
25 diff --git a/x11-misc/kdocker/kdocker-5.0-r1.ebuild b/x11-misc/kdocker/kdocker-5.0-r1.ebuild
26 deleted file mode 100644
27 index 0bce209883e..00000000000
28 --- a/x11-misc/kdocker/kdocker-5.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit bash-completion-r1 qmake-utils
37 -
38 -DESCRIPTION="Helper to dock any application into the system tray"
39 -HOMEPAGE="https://github.com/user-none/KDocker"
40 -SRC_URI="https://github.com/user-none/KDocker/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - dev-qt/qtcore:5
49 - dev-qt/qtgui:5
50 - dev-qt/qtsingleapplication[qt5(+),X]
51 - dev-qt/qtwidgets:5
52 - dev-qt/qtx11extras:5
53 - x11-libs/libX11
54 - x11-libs/libXmu
55 - x11-libs/libXpm
56 -"
57 -RDEPEND="${DEPEND}"
58 -
59 -DOCS=( AUTHORS BUGS ChangeLog CREDITS README.md TODO )
60 -
61 -S=${WORKDIR}/KDocker-${PV}
62 -
63 -src_prepare() {
64 - default
65 -
66 - sed -i -e "/completion.path/s%/etc/bash_completion.d%$(get_bashcompdir)%" \
67 - kdocker.pro || die "sed failed"
68 -}
69 -
70 -src_configure() {
71 - eqmake5 PREFIX="${EPREFIX}/usr" SYSTEMQTSA=1
72 -}
73 -
74 -src_install() {
75 - emake INSTALL_ROOT="${D}" install
76 - einstalldocs
77 -}