summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2013-08-29 15:27:52 -0400
committerChris Reffett <creffett@gentoo.org>2013-08-29 15:27:52 -0400
commit8f94cb747a022e8f072a9e9aeceb884a3f2bd603 (patch)
treea1906b9f094c720e4e77ce2512fe80c78dbcbcee
parent79053466e55daf5f885ea52856ee2d93b10eba8e (diff)
downloadkde-8f94cb747a022e8f072a9e9aeceb884a3f2bd603.tar.gz
kde-8f94cb747a022e8f072a9e9aeceb884a3f2bd603.tar.bz2
kde-8f94cb747a022e8f072a9e9aeceb884a3f2bd603.zip
[kde-misc/simpleweatherforecast] Remove.
-rw-r--r--kde-misc/simpleweatherforecast/Manifest1
-rw-r--r--kde-misc/simpleweatherforecast/metadata.xml5
-rw-r--r--kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild40
3 files changed, 0 insertions, 46 deletions
diff --git a/kde-misc/simpleweatherforecast/Manifest b/kde-misc/simpleweatherforecast/Manifest
deleted file mode 100644
index fd10fe0aa38..00000000000
--- a/kde-misc/simpleweatherforecast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 92149-plasma-weatherforecast-1.2-kde-4.2.tar.bz2 341078 SHA256 6e40a204e7637039a276bb0f6a22f65e745861f3eed5333ad9420fba9b585575 SHA512 f242bf920c8532d8b2d284d17a6a0d8988c73fc5b8ee4efe9214c33afef57693442ab91b134cc56569526fd20d34cfa567f5f3a579d9e4aa6e17445911641cf2 WHIRLPOOL 83338f288dd65d332887f04cce9d317c66722dda5478ff014f48dedeee17de3c58c407da66170652cfe392ad0f395c295bbc7661b6d3bb0f67145a588a137f99
diff --git a/kde-misc/simpleweatherforecast/metadata.xml b/kde-misc/simpleweatherforecast/metadata.xml
deleted file mode 100644
index 8d1e86a9cef..00000000000
--- a/kde-misc/simpleweatherforecast/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
diff --git a/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild b/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild
deleted file mode 100644
index 37bb17e5306..00000000000
--- a/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base
-
-MY_P="plasma-weatherforecast-${PV}-kde-4.2"
-
-DESCRIPTION="KDE4 plasmoid. Weather forecast."
-HOMEPAGE="http://kde-look.org/content/show.php/weatherforecast?content=92149"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/92149-${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep plasma-workspace)
-"
-RDEPEND="${DEPEND}
- !kde-plasmoids/plasma-weatherforecast
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- echo
- elog "Looking for weather ZIP code:"
- elog "1. Go to http://weather.yahoo.com/"
- elog "2. Type in your city, country and click Go"
- elog "3. Copy the 8 character location ID from the URL"
- elog " on the next page (ie for Hong Kong, China it is CHXX0049)"
- elog "4. Paste the location ID into the widgets zip code field"
- echo
-}