Gentoo Archives: gentoo-commits

From: Chris Reffett <geekboy72@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/simpleweatherforecast/
Date: Thu, 29 Aug 2013 19:32:47
Message-Id: 1377804472.8f94cb747a022e8f072a9e9aeceb884a3f2bd603.creffett@gentoo
1 commit: 8f94cb747a022e8f072a9e9aeceb884a3f2bd603
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 19:27:52 2013 +0000
4 Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 29 19:27:52 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8f94cb74
7
8 [kde-misc/simpleweatherforecast] Remove.
9
10 ---
11 kde-misc/simpleweatherforecast/metadata.xml | 5 ---
12 .../simpleweatherforecast-1.2.ebuild | 40 ----------------------
13 2 files changed, 45 deletions(-)
14
15 diff --git a/kde-misc/simpleweatherforecast/metadata.xml b/kde-misc/simpleweatherforecast/metadata.xml
16 deleted file mode 100644
17 index 8d1e86a..0000000
18 --- a/kde-misc/simpleweatherforecast/metadata.xml
19 +++ /dev/null
20 @@ -1,5 +0,0 @@
21 -<?xml version="1.0" encoding="UTF-8"?>
22 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 -<pkgmetadata>
24 -<herd>kde</herd>
25 -</pkgmetadata>
26
27 diff --git a/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild b/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild
28 deleted file mode 100644
29 index 37bb17e..0000000
30 --- a/kde-misc/simpleweatherforecast/simpleweatherforecast-1.2.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Header: $
36 -
37 -EAPI=5
38 -
39 -inherit kde4-base
40 -
41 -MY_P="plasma-weatherforecast-${PV}-kde-4.2"
42 -
43 -DESCRIPTION="KDE4 plasmoid. Weather forecast."
44 -HOMEPAGE="http://kde-look.org/content/show.php/weatherforecast?content=92149"
45 -SRC_URI="http://www.kde-look.org/CONTENT/content-files/92149-${MY_P}.tar.bz2"
46 -
47 -LICENSE="GPL-3"
48 -KEYWORDS="~amd64 ~x86"
49 -SLOT="4"
50 -IUSE="debug"
51 -
52 -DEPEND="
53 - $(add_kdebase_dep plasma-workspace)
54 -"
55 -RDEPEND="${DEPEND}
56 - !kde-plasmoids/plasma-weatherforecast
57 -"
58 -
59 -S="${WORKDIR}/${MY_P}"
60 -
61 -pkg_postinst() {
62 - kde4-base_pkg_postinst
63 -
64 - echo
65 - elog "Looking for weather ZIP code:"
66 - elog "1. Go to http://weather.yahoo.com/"
67 - elog "2. Type in your city, country and click Go"
68 - elog "3. Copy the 8 character location ID from the URL"
69 - elog " on the next page (ie for Hong Kong, China it is CHXX0049)"
70 - elog "4. Paste the location ID into the widgets zip code field"
71 - echo
72 -}