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 A779B1395E1 for ; Wed, 2 Nov 2016 21:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 005C2E0A72; Wed, 2 Nov 2016 21:55:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC76BE0A72 for ; Wed, 2 Nov 2016 21:55:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 079073412C1 for ; Wed, 2 Nov 2016 21:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E33A306 for ; Wed, 2 Nov 2016 21:55:53 +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: <1478123712.a5e3115948661dfbe335f251ef38c010dd882087.johu@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/plasma-applet-weather-widget-1.6.7.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a5e3115948661dfbe335f251ef38c010dd882087 X-VCS-Branch: master Date: Wed, 2 Nov 2016 21:55:53 +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: dffd10bd-f17d-4e77-8ae0-21fac1117a77 X-Archives-Hash: 000c3d32f48b423ef50a944c026680d7 commit: a5e3115948661dfbe335f251ef38c010dd882087 Author: Johannes Huber gentoo org> AuthorDate: Wed Nov 2 21:55:12 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Nov 2 21:55:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5e31159 kde-misc/plasma-applet-weather-widget: Remove 1.6.7 Moved to gentoo main tree. Package-Manager: portage-2.3.2 .../plasma-applet-weather-widget-1.6.7.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild deleted file mode 100644 index 06e4cee..0000000 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-1.6.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Plasma 5 applet for weather forecasts" -HOMEPAGE="http://kde-look.org/content/show.php/Weather+Widget?content=169572 -https://github.com/kotelnik/plasma-applet-weather-widget" - -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git" -else - SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="GPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep plasma) - $(add_qt_dep qtdeclarative) -" -RDEPEND="${DEPEND}" - -DOCS=( README.md )