Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/minuet/
Date: Tue, 09 Oct 2018 20:54:51
Message-Id: 1539116183.d4c7baf38924064b3a88072fff84f2ad97e4ed18.asturm@gentoo
1 commit: d4c7baf38924064b3a88072fff84f2ad97e4ed18
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 20:16:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 20:16:23 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c7baf3
7
8 kde-apps/minuet: Simplify DEPENDs
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-apps/minuet/minuet-18.08.2.ebuild | 6 ++----
14 kde-apps/minuet/minuet-18.08.49.9999.ebuild | 8 +++-----
15 kde-apps/minuet/minuet-9999.ebuild | 8 +++-----
16 3 files changed, 8 insertions(+), 14 deletions(-)
17
18 diff --git a/kde-apps/minuet/minuet-18.08.2.ebuild b/kde-apps/minuet/minuet-18.08.2.ebuild
19 index 8cfda1a113..519702b713 100644
20 --- a/kde-apps/minuet/minuet-18.08.2.ebuild
21 +++ b/kde-apps/minuet/minuet-18.08.2.ebuild
22 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 -COMMON_DEPEND="
27 +RDEPEND="
28 $(add_frameworks_dep kcoreaddons)
29 $(add_frameworks_dep kcrash)
30 $(add_frameworks_dep ki18n)
31 @@ -21,8 +21,6 @@ COMMON_DEPEND="
32 $(add_qt_dep qtquickcontrols2)
33 media-sound/fluidsynth
34 "
35 -DEPEND="${COMMON_DEPEND}
36 +DEPEND="${RDEPEND}
37 virtual/pkgconfig
38 "
39 -RDEPEND="${COMMON_DEPEND}
40 -"
41
42 diff --git a/kde-apps/minuet/minuet-18.08.49.9999.ebuild b/kde-apps/minuet/minuet-18.08.49.9999.ebuild
43 index 3b546df1f2..3c2735c4f6 100644
44 --- a/kde-apps/minuet/minuet-18.08.49.9999.ebuild
45 +++ b/kde-apps/minuet/minuet-18.08.49.9999.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2018 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"
53 KEYWORDS=""
54 IUSE=""
55
56 -COMMON_DEPEND="
57 +RDEPEND="
58 $(add_frameworks_dep kcoreaddons)
59 $(add_frameworks_dep kcrash)
60 $(add_frameworks_dep ki18n)
61 @@ -21,8 +21,6 @@ COMMON_DEPEND="
62 $(add_qt_dep qtquickcontrols2)
63 media-sound/fluidsynth
64 "
65 -DEPEND="${COMMON_DEPEND}
66 +DEPEND="${RDEPEND}
67 virtual/pkgconfig
68 "
69 -RDEPEND="${COMMON_DEPEND}
70 -"
71
72 diff --git a/kde-apps/minuet/minuet-9999.ebuild b/kde-apps/minuet/minuet-9999.ebuild
73 index 3b546df1f2..3c2735c4f6 100644
74 --- a/kde-apps/minuet/minuet-9999.ebuild
75 +++ b/kde-apps/minuet/minuet-9999.ebuild
76 @@ -1,4 +1,4 @@
77 -# Copyright 1999-2018 Gentoo Foundation
78 +# Copyright 1999-2018 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 EAPI=6
82 @@ -11,7 +11,7 @@ HOMEPAGE="https://minuet.kde.org/"
83 KEYWORDS=""
84 IUSE=""
85
86 -COMMON_DEPEND="
87 +RDEPEND="
88 $(add_frameworks_dep kcoreaddons)
89 $(add_frameworks_dep kcrash)
90 $(add_frameworks_dep ki18n)
91 @@ -21,8 +21,6 @@ COMMON_DEPEND="
92 $(add_qt_dep qtquickcontrols2)
93 media-sound/fluidsynth
94 "
95 -DEPEND="${COMMON_DEPEND}
96 +DEPEND="${RDEPEND}
97 virtual/pkgconfig
98 "
99 -RDEPEND="${COMMON_DEPEND}
100 -"