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 567AA138334 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 91846E0841; Sun, 21 Jul 2019 18:52:12 +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 77179E077C 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 6ECD83483E4 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 A14E371A 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.a42f58fbc175d1960f9ee61e6223f54298445778.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.ebuild X-VCS-Directories: kde-misc/kio-gopher/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a42f58fbc175d1960f9ee61e6223f54298445778 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: c72c5634-b27c-4257-a1b8-3a76c37e2224 X-Archives-Hash: e733136d8e90a0f0b32f223ff41751b2 commit: a42f58fbc175d1960f9ee61e6223f54298445778 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 21 18:41:01 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=a42f58fb kde-misc/kio-gopher: Drop 0.1.99 (r0) 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.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild deleted file mode 100644 index c92a80d0ce4..00000000000 --- a/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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} - !kde-misc/kio-gopher:4 -"