From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAAA6138334 for ; Sun, 18 Nov 2018 19:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5082E0C37; Sun, 18 Nov 2018 19:05:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC22BE0C37 for ; Sun, 18 Nov 2018 19:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BE90335C7F for ; Sun, 18 Nov 2018 19:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D26476 for ; Sun, 18 Nov 2018 19:04:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542567879.575f3997a6521441bb62e672c5a51f1f4b64763d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 575f3997a6521441bb62e672c5a51f1f4b64763d X-VCS-Branch: master Date: Sun, 18 Nov 2018 19:04:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: facb8bf4-20a8-4269-9be7-b53a0bbf7017 X-Archives-Hash: b8b3c83e5ebeafb52f6040525bb5742b commit: 575f3997a6521441bb62e672c5a51f1f4b64763d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 18:38:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 19:04:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575f3997 kde-apps/kdecore-meta: Drop 18.08.3 (r0) Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild | 24 ----------------------- 1 file changed, 24 deletions(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild deleted file mode 100644 index 94065acab4a..00000000000 --- a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5-meta-pkg - -DESCRIPTION="kdecore - merge this to pull in the most basic applications" -KEYWORDS="~amd64 ~x86" -IUSE="+handbook" - -RDEPEND=" - $(add_kdeapps_dep dolphin) - $(add_kdeapps_dep kdialog) - $(add_kdeapps_dep keditbookmarks) - $(add_kdeapps_dep kfind) - || ( - www-client/falkon - $(add_kdeapps_dep konqueror) - ) - $(add_kdeapps_dep konsole) - $(add_kdeapps_dep kwrite) - handbook? ( $(add_kdeapps_dep khelpcenter) ) -"