Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfig/
Date: Sun, 20 Jan 2019 19:03:40
Message-Id: 1548010456.6d29a0502eba28f9c02eebde2a6e7eb08342a29b.asturm@gentoo
1 commit: 6d29a0502eba28f9c02eebde2a6e7eb08342a29b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 16:22:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 18:54:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d29a050
7
8 kde-frameworks/kconfig: Drop 5.54.0 (r0)
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/kconfig/kconfig-5.54.0.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/kde-frameworks/kconfig/kconfig-5.54.0.ebuild b/kde-frameworks/kconfig/kconfig-5.54.0.ebuild
17 deleted file mode 100644
18 index 7edcbd74b81..00000000000
19 --- a/kde-frameworks/kconfig/kconfig-5.54.0.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -VIRTUALX_REQUIRED="test"
28 -inherit kde5
29 -
30 -DESCRIPTION="Framework for reading and writing configuration"
31 -LICENSE="LGPL-2+"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 -IUSE="nls"
34 -
35 -RDEPEND="
36 - $(add_qt_dep qtgui)
37 - $(add_qt_dep qtxml)
38 -"
39 -DEPEND="${RDEPEND}
40 - nls? ( $(add_qt_dep linguist-tools) )
41 - test? ( $(add_qt_dep qtconcurrent) )
42 -"
43 -
44 -# bug 560086
45 -RESTRICT+=" test"
46 -
47 -DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )