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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB1F2158094 for ; Tue, 19 Jul 2022 15:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D5CE0BCF; Tue, 19 Jul 2022 15:47:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D60E0E0BCF for ; Tue, 19 Jul 2022 15:47:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23B82340EB2 for ; Tue, 19 Jul 2022 15:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA4C4500 for ; Tue, 19 Jul 2022 15:47:23 +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: <1658245617.60310346d5b358166db3c04fd3c5e5ef2cc7c5ae.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-applet-weather-widget/metadata.xml kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60310346d5b358166db3c04fd3c5e5ef2cc7c5ae X-VCS-Branch: master Date: Tue, 19 Jul 2022 15:47:23 +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: 22fa92dd-91a3-456d-adc8-2901e885f2fb X-Archives-Hash: 4e867fe79b47f4def16dba766b2cc6f5 commit: 60310346d5b358166db3c04fd3c5e5ef2cc7c5ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 19 15:46:57 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 19 15:46:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60310346 kde-misc/plasma-applet-weather-widget: Remove package, no more development Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-applet-weather-widget/metadata.xml | 11 --------- .../plasma-applet-weather-widget-9999.ebuild | 28 ---------------------- 2 files changed, 39 deletions(-) diff --git a/kde-misc/plasma-applet-weather-widget/metadata.xml b/kde-misc/plasma-applet-weather-widget/metadata.xml deleted file mode 100644 index 43c861a840..0000000000 --- a/kde-misc/plasma-applet-weather-widget/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - kotelnik/plasma-applet-weather-widget - - diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild deleted file mode 100644 index 97d46c08db..0000000000 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit ecm - -if [[ ${PV} = *9999* ]] ; then - EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" -fi - -DESCRIPTION="Plasma 5 applet for weather forecasts" -HOMEPAGE="https://store.kde.org/p/998917/ -https://github.com/kotelnik/plasma-applet-weather-widget" - -LICENSE="GPL-2+" -SLOT="5" -IUSE="" - -DEPEND=" - dev-qt/qtxmlpatterns:5[qml] - kde-frameworks/plasma:5 -" -RDEPEND="${DEPEND}"