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 1F436138334 for ; Sun, 1 Jul 2018 11:08:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC6E6E0822; Sun, 1 Jul 2018 11:08:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6BFE3E0822 for ; Sun, 1 Jul 2018 11:08:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F9FE335C91 for ; Sun, 1 Jul 2018 11:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43286352 for ; Sun, 1 Jul 2018 11:08:04 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1530443280.e965c0ce2938650152b6fa27933908f5ff21a51c.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kf-env/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kf-env/kf-env-4.ebuild X-VCS-Directories: kde-frameworks/kf-env/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e965c0ce2938650152b6fa27933908f5ff21a51c X-VCS-Branch: master Date: Sun, 1 Jul 2018 11:08:04 +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: 4cecee81-3de7-4fe5-a77e-e54beb9f4fa5 X-Archives-Hash: 4949844f7d28e9da6d3671904e39595b commit: e965c0ce2938650152b6fa27933908f5ff21a51c Author: Johannes Huber gentoo org> AuthorDate: Sun Jul 1 11:07:36 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jul 1 11:08:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e965c0ce kde-frameworks/kf-env: Remove 4 Package-Manager: Portage-2.3.41, Repoman-2.3.9 kde-frameworks/kf-env/kf-env-4.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/kde-frameworks/kf-env/kf-env-4.ebuild b/kde-frameworks/kf-env/kf-env-4.ebuild deleted file mode 100644 index 6d21f5fb8d8..00000000000 --- a/kde-frameworks/kf-env/kf-env-4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Environment setting required for all KDE Frameworks apps to run" -HOMEPAGE="https://community.kde.org/Frameworks" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND=">=x11-misc/xdg-utils-1.1.1-r1" - -S=${WORKDIR} - -src_install() { - einfo "Installing environment file..." - - # higher number to be sure not to kill kde4 env - local envfile="${T}/78kf" - - echo "CONFIG_PROTECT=${EPREFIX}/usr/share/config" >> ${envfile} - doenvd ${envfile} -}