summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-02-13 20:19:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-02-13 20:19:19 +0000
commit2b7cba01798217f66d6a670cb831f82859f1a571 (patch)
tree54d08474749cca059ff147542c5ee3c7581041e0 /kde-misc/stock-quote
parentAdd ~ia64/~sparc (diff)
downloadhistorical-2b7cba01798217f66d6a670cb831f82859f1a571.tar.gz
historical-2b7cba01798217f66d6a670cb831f82859f1a571.tar.bz2
historical-2b7cba01798217f66d6a670cb831f82859f1a571.zip
Initial commit.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'kde-misc/stock-quote')
-rw-r--r--kde-misc/stock-quote/ChangeLog10
-rw-r--r--kde-misc/stock-quote/Manifest4
-rw-r--r--kde-misc/stock-quote/metadata.xml5
-rw-r--r--kde-misc/stock-quote/stock-quote-2.1.ebuild23
4 files changed, 42 insertions, 0 deletions
diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog
new file mode 100644
index 000000000000..32295c82449d
--- /dev/null
+++ b/kde-misc/stock-quote/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for kde-misc/stock-quote
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.1 2010/02/13 20:19:19 ssuominen Exp $
+
+*stock-quote-2.1 (13 Feb 2010)
+
+ 13 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +stock-quote-2.1.ebuild:
+ Initial commit.
+
diff --git a/kde-misc/stock-quote/Manifest b/kde-misc/stock-quote/Manifest
new file mode 100644
index 000000000000..5e2862b09266
--- /dev/null
+++ b/kde-misc/stock-quote/Manifest
@@ -0,0 +1,4 @@
+DIST 90695-plasma_stock_quote-2.1.tar.bz2 13043 RMD160 857490ce411c9ee2f5a03df6a4eac8ee1866766e SHA1 cc099126862341f62d15472312b2c8e5baad0a31 SHA256 1f19def33d9c4ef80e0e25d204c05fa427b7dd25168b9b410009a6e86fd39dd7
+EBUILD stock-quote-2.1.ebuild 665 RMD160 7f5219529b3268bd192993b9406e39544c3bfe6e SHA1 2c15bc023c10d2e5ffa63ba27ac566d8afcdca41 SHA256 c97f2e9be14419bfe62c16ae930ab629c6021a920436b19b3b3d366b5e721ded
+MISC ChangeLog 348 RMD160 a782651202ffb74e6262fe649ac7e73ea01368a4 SHA1 5cb7ee31e0d6335392d2884a7a133a1168922579 SHA256 f912603c44d476061566a94a89ed426058f44c3f1c45135187ba368ce4737459
+MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
diff --git a/kde-misc/stock-quote/metadata.xml b/kde-misc/stock-quote/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/stock-quote/metadata.xml
@@ -0,0 +1,5 @@
+<?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/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild
new file mode 100644
index 000000000000..bca805b22302
--- /dev/null
+++ b/kde-misc/stock-quote/stock-quote-2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.1 2010/02/13 20:19:19 ssuominen Exp $
+
+EAPI=2
+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=""
+
+RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS="CHANGELOG README"