summaryrefslogtreecommitdiff
path: root/kde-misc
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-20 17:59:08 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-20 18:02:00 +0100
commit875d22009dedb5a6e1f65098ca2bfb057dc808c3 (patch)
tree226e12df0f7671c470d2a2ef7fdfe674bff9a632 /kde-misc
parent0cf35478917f33da14fd4e36dfc82b8769674ca8 (diff)
downloadgentoo-875d22009dedb5a6e1f65098ca2bfb057dc808c3.tar.gz
gentoo-875d22009dedb5a6e1f65098ca2bfb057dc808c3.tar.xz
kde-misc/stock-quote: Remove last-rited pkg
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/stock-quote/Manifest1
-rw-r--r--kde-misc/stock-quote/metadata.xml8
-rw-r--r--kde-misc/stock-quote/stock-quote-2.1-r2.ebuild33
3 files changed, 0 insertions, 42 deletions
diff --git a/kde-misc/stock-quote/Manifest b/kde-misc/stock-quote/Manifest
deleted file mode 100644
index 3729a57b4ed..00000000000
--- a/kde-misc/stock-quote/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 90695-plasma_stock_quote-2.1.tar.bz2 13043 SHA256 1f19def33d9c4ef80e0e25d204c05fa427b7dd25168b9b410009a6e86fd39dd7 SHA512 f11c432d4d033d1eb5a03bf372b306a90bed82c64382d30d6a45ffd474f46273dff1434f9ce7fa85007e44ed5dc5852c14fbffd7b112508f39af752c1b922782 WHIRLPOOL d1ec0603fdc2fce55e64ff36ae3d6a59b4038aee9f36edb9a2c6dcbcae26f68ec8978d20476e2870a434ad40b65d3e0051786b1a48706412414d4c9cc6c1e02f
diff --git a/kde-misc/stock-quote/metadata.xml b/kde-misc/stock-quote/metadata.xml
deleted file mode 100644
index 0cf59224b00..00000000000
--- a/kde-misc/stock-quote/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild b/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild
deleted file mode 100644
index 7366e013a63..00000000000
--- a/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-MY_P=plasma_${PN/-/_}-${PV}
-
-DESCRIPTION="Displays stock quotes pulled from the Yahoo! servers"
-HOMEPAGE="http://www.kde-look.org/content/show.php/Stock+Quote?content=90695"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/90695-${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
- kde-plasma/plasma-workspace:4
-"
-S=${WORKDIR}/${MY_P}
-
-DOCS=( CHANGELOG README )
-
-src_prepare() {
- sed -e 's:^[ \t]*::' \
- -i applet/plasma-applet-stock-quote.desktop || die "fixing .desktop file failed"
- sed -e 's:^[ \t]*::' \
- -i dataengine/plasma-dataengine-stockquote.desktop || die "fixing .desktop file failed"
- kde4-base_src_prepare
-}