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-apps/kdecore-meta/
Date: Sun, 18 Nov 2018 19:05:06
Message-Id: 1542567879.575f3997a6521441bb62e672c5a51f1f4b64763d.asturm@gentoo
1 commit: 575f3997a6521441bb62e672c5a51f1f4b64763d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 18:38:44 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 19:04:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575f3997
7
8 kde-apps/kdecore-meta: Drop 18.08.3 (r0)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild | 24 -----------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild
17 deleted file mode 100644
18 index 94065acab4a..00000000000
19 --- a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit kde5-meta-pkg
28 -
29 -DESCRIPTION="kdecore - merge this to pull in the most basic applications"
30 -KEYWORDS="~amd64 ~x86"
31 -IUSE="+handbook"
32 -
33 -RDEPEND="
34 - $(add_kdeapps_dep dolphin)
35 - $(add_kdeapps_dep kdialog)
36 - $(add_kdeapps_dep keditbookmarks)
37 - $(add_kdeapps_dep kfind)
38 - || (
39 - www-client/falkon
40 - $(add_kdeapps_dep konqueror)
41 - )
42 - $(add_kdeapps_dep konsole)
43 - $(add_kdeapps_dep kwrite)
44 - handbook? ( $(add_kdeapps_dep khelpcenter) )
45 -"