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 C305D138334 for ; Sun, 21 Jul 2019 18:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD418E077C; Sun, 21 Jul 2019 18:52:12 +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 8F97BE077C for ; Sun, 21 Jul 2019 18:52:12 +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 722F13483E5 for ; Sun, 21 Jul 2019 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE9F715 for ; Sun, 21 Jul 2019 18:52:09 +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: <1563735117.81441ea27d07a6e6feed8a48d6cf15ea40c7fdb8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild X-VCS-Directories: kde-misc/kio-gopher/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 81441ea27d07a6e6feed8a48d6cf15ea40c7fdb8 X-VCS-Branch: master Date: Sun, 21 Jul 2019 18:52:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 931a69c4-9fe5-4f3e-a36f-2d41ddbbd783 X-Archives-Hash: 3de8184f22fdbdb2fb14908188147db6 commit: 81441ea27d07a6e6feed8a48d6cf15ea40c7fdb8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 21 18:37:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 21 18:51:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81441ea2 kde-misc/kio-gopher: EAPI-7 bump, drop obsolete blocker Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild new file mode 100644 index 00000000000..15c846228ab --- /dev/null +++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Gopher Kioslave for Konqueror" +HOMEPAGE="https://userbase.kde.org/Kio_gopher" +SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) +" +RDEPEND="${DEPEND}"