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: Sat, 29 Apr 2017 11:58:32
Message-Id: 1493467004.c245096e0ae07aa6ea47a624c8b4355eedb49764.asturm@gentoo
1 commit: c245096e0ae07aa6ea47a624c8b4355eedb49764
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 18:51:01 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 11:56:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c245096e
7
8 kde-frameworks/kconfig: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-frameworks/kconfig/kconfig-5.33.0.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/kde-frameworks/kconfig/kconfig-5.33.0.ebuild b/kde-frameworks/kconfig/kconfig-5.33.0.ebuild
16 deleted file mode 100644
17 index 0a7cd169db4..00000000000
18 --- a/kde-frameworks/kconfig/kconfig-5.33.0.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -VIRTUALX_REQUIRED="test"
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework for reading and writing configuration"
30 -LICENSE="LGPL-2+"
31 -KEYWORDS="~amd64 ~arm ~x86"
32 -IUSE="nls"
33 -
34 -RDEPEND="
35 - $(add_qt_dep qtgui)
36 - $(add_qt_dep qtxml)
37 -"
38 -DEPEND="${RDEPEND}
39 - nls? ( $(add_qt_dep linguist-tools) )
40 - test? ( $(add_qt_dep qtconcurrent) )
41 -"
42 -
43 -# bug 560086
44 -RESTRICT+=" test"
45 -
46 -DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )