Remove =kde-misc/plasma-applet-weather-widget-1.6.7

This commit is contained in:
Sergey Morozov 2018-01-08 12:45:36 +03:00
parent 7f69b2d379
commit 957de7cfce
2 changed files with 0 additions and 31 deletions

View File

@ -1,2 +0,0 @@
DIST plasma-applet-weather-widget-1.6.7.tar.gz 98864 SHA256 2f75b96c713ab2be65af6daa860b8df6c8116a7d54055f51a29e4425171237a7 SHA512 24da3014c652a8c8c39de89d61d33a9d745bb172a7ae7c71ca1a20fb834636d277e839f7d3205bd7349d9bc29c84f05bfb3c3f70c943be65f7acfe2315ce078e WHIRLPOOL 720df748c802b2f606944f15b977c85d0c88f975f3d9dd695a1042ccbae33a9db2b881da535bb2e05e043f5a982ba07488fcfe6eb94e3c75735a8b012bf4b006
EBUILD plasma-applet-weather-widget-1.6.7.ebuild 666 SHA256 7ccb4bcdc852b1eabefe4dbce9710cd02f987eb758d55cb10a5e94f78091a979 SHA512 4f31d53821bb34dfd2d25747cd11e8f91a3f53cf78d012e80c6fbe9df3daa8a5e903c74a5e7dda66c096005dd7fb153b3e359e2bf919a429844a814a2ae201d4 WHIRLPOOL 8569c20ffd7604faadf456bf4ca5141e3299db1169bc3b972b16b5ca03198360bd4b47d895bb7b4e5c51b715ab7762e94e859b6a5329b76733b1e38bf6b18ff2

View File

@ -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 )