summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-11-14 21:18:46 +0000
committerJohannes Huber <johu@gentoo.org>2012-11-14 21:18:46 +0000
commit4658071c682d5aeb83cdcb507e03bd1ba17cc580 (patch)
tree34c11f02225aae72263fd42ad261081b9a5c1a76 /kde-misc
parentStable for x86, wrt bug #441342 (diff)
downloadgentoo-2-4658071c682d5aeb83cdcb507e03bd1ba17cc580.tar.gz
gentoo-2-4658071c682d5aeb83cdcb507e03bd1ba17cc580.tar.bz2
gentoo-2-4658071c682d5aeb83cdcb507e03bd1ba17cc580.zip
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/stock-quote/ChangeLog5
-rw-r--r--kde-misc/stock-quote/stock-quote-2.1.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog
index 63ea34979f03..82180258de7a 100644
--- a/kde-misc/stock-quote/ChangeLog
+++ b/kde-misc/stock-quote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/stock-quote
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.8 2012/11/14 21:18:16 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.9 2012/11/14 21:18:46 johu Exp $
+
+ 14 Nov 2012; Johannes Huber <johu@gentoo.org> -stock-quote-2.1.ebuild:
+ Remove old.
14 Nov 2012; Johannes Huber <johu@gentoo.org> stock-quote-2.1-r1.ebuild:
Stable for x86, wrt bug #441342
diff --git a/kde-misc/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild
deleted file mode 100644
index 9bd37b3147bb..000000000000
--- a/kde-misc/stock-quote/stock-quote-2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 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.4 2011/01/31 06:45:43 tampakrap Exp $
-
-EAPI=3
-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="
- $(add_kdebase_dep plasma-workspace)
-"
-S=${WORKDIR}/${MY_P}
-
-DOCS=( CHANGELOG README )