Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: x11-misc/kdocker/, kde-misc/kdocker/, profiles/updates/, kde-misc/kdocker/files/, ...
Date: Tue, 25 Aug 2020 14:38:52
Message-Id: 1598366321.c8b463fe19dd335b2b6375ef6f9b3d43e4757c6b.asturm@gentoo
1 commit: c8b463fe19dd335b2b6375ef6f9b3d43e4757c6b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 10:06:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:38:41 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c8b463fe
7
8 kde-misc/kdocker: pkgmove to x11-misc/kdocker
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 profiles/updates/3Q-2020 | 1 +
13 {kde-misc => x11-misc}/kdocker/ChangeLog | 0
14 {kde-misc => x11-misc}/kdocker/files/kdocker-desktop_file.patch | 0
15 {kde-misc => x11-misc}/kdocker/files/kdocker-installdir.patch | 0
16 {kde-misc => x11-misc}/kdocker/kdocker-1.3.ebuild | 7 +++----
17 {kde-misc => x11-misc}/kdocker/metadata.xml | 0
18 6 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/profiles/updates/3Q-2020 b/profiles/updates/3Q-2020
21 index 7bd852f5..381790a2 100644
22 --- a/profiles/updates/3Q-2020
23 +++ b/profiles/updates/3Q-2020
24 @@ -7,3 +7,4 @@ move kde-misc/filelight kde-apps/filelight
25 move media-plugins/kipi-plugins kde-apps/kipi-plugins
26 move kde-misc/knetworkmanager kde-misc/networkmanagement
27 move kde-misc/kbiff mail-client/kbiff
28 +move kde-misc/kdocker x11-misc/kdocker
29
30 diff --git a/kde-misc/kdocker/ChangeLog b/x11-misc/kdocker/ChangeLog
31 similarity index 100%
32 rename from kde-misc/kdocker/ChangeLog
33 rename to x11-misc/kdocker/ChangeLog
34
35 diff --git a/kde-misc/kdocker/files/kdocker-desktop_file.patch b/x11-misc/kdocker/files/kdocker-desktop_file.patch
36 similarity index 100%
37 rename from kde-misc/kdocker/files/kdocker-desktop_file.patch
38 rename to x11-misc/kdocker/files/kdocker-desktop_file.patch
39
40 diff --git a/kde-misc/kdocker/files/kdocker-installdir.patch b/x11-misc/kdocker/files/kdocker-installdir.patch
41 similarity index 100%
42 rename from kde-misc/kdocker/files/kdocker-installdir.patch
43 rename to x11-misc/kdocker/files/kdocker-installdir.patch
44
45 diff --git a/kde-misc/kdocker/kdocker-1.3.ebuild b/x11-misc/kdocker/kdocker-1.3.ebuild
46 similarity index 81%
47 rename from kde-misc/kdocker/kdocker-1.3.ebuild
48 rename to x11-misc/kdocker/kdocker-1.3.ebuild
49 index 12f24b0b..0581d99c 100644
50 --- a/kde-misc/kdocker/kdocker-1.3.ebuild
51 +++ b/x11-misc/kdocker/kdocker-1.3.ebuild
52 @@ -1,6 +1,5 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2020 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdocker/kdocker-1.3.ebuild,v 1.3 2008/07/27 20:52:18 carlo Exp $
57
58 EAPI=4
59
60 @@ -12,8 +11,8 @@ for x in ${LANGS}; do
61 IUSE="${IUSE} linguas_${x}"
62 done;
63
64 -DESCRIPTION="KDocker will help you dock any application in the system tray"
65 -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=13356"
66 +DESCRIPTION="Helper to dock any application into the system tray"
67 +HOMEPAGE="https://github.com/user-none/KDocker"
68 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
69
70 LICENSE="GPL-2"
71
72 diff --git a/kde-misc/kdocker/metadata.xml b/x11-misc/kdocker/metadata.xml
73 similarity index 100%
74 rename from kde-misc/kdocker/metadata.xml
75 rename to x11-misc/kdocker/metadata.xml