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
commit03ac0bf263f965364f1009eeaf4530b175af6678 (patch)
treece5b845a53b449e975afe705eae17d354906382a /kde-misc/stock-quote
parentAdd ~ia64/~sparc (diff)
downloadgentoo-2-03ac0bf263f965364f1009eeaf4530b175af6678.tar.gz
gentoo-2-03ac0bf263f965364f1009eeaf4530b175af6678.tar.bz2
gentoo-2-03ac0bf263f965364f1009eeaf4530b175af6678.zip
Initial commit.
(Portage version: 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/metadata.xml5
-rw-r--r--kde-misc/stock-quote/stock-quote-2.1.ebuild23
3 files changed, 38 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/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"