summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-22 06:50:46 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-22 06:50:46 +0000
commit2e7b0ac6f8a0770cf8affe186ef2e7b153312a7f (patch)
tree2fde7aa921975d96c76ce920cc6a14b10a3fd605 /x11-plugins/gkrellstock
parentDrop old (diff)
downloadgentoo-2-2e7b0ac6f8a0770cf8affe186ef2e7b153312a7f.tar.gz
gentoo-2-2e7b0ac6f8a0770cf8affe186ef2e7b153312a7f.tar.bz2
gentoo-2-2e7b0ac6f8a0770cf8affe186ef2e7b153312a7f.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-plugins/gkrellstock')
-rw-r--r--x11-plugins/gkrellstock/ChangeLog5
-rw-r--r--x11-plugins/gkrellstock/gkrellstock-0.5.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/x11-plugins/gkrellstock/ChangeLog b/x11-plugins/gkrellstock/ChangeLog
index 0399c2696044..ee2c178c3ab5 100644
--- a/x11-plugins/gkrellstock/ChangeLog
+++ b/x11-plugins/gkrellstock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellstock
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.20 2015/04/21 19:08:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.21 2015/04/22 06:50:46 jlec Exp $
+
+ 22 Apr 2015; Justin Lecher <jlec@gentoo.org> -gkrellstock-0.5.ebuild:
+ Drop old
21 Apr 2015; Pacho Ramos <pacho@gentoo.org> gkrellstock-0.5-r1.ebuild:
ppc stable wrt bug #543926
diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild
deleted file mode 100644
index 7d8e30ba1110..000000000000
--- a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.15 2012/03/25 15:16:06 armin76 Exp $
-
-inherit gkrellm-plugin
-
-IUSE=""
-S=${WORKDIR}/${P/s/S}
-DESCRIPTION="Get Stock quotes plugin for Gkrellm2"
-SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz"
-HOMEPAGE="http://gkrellstock.sourceforge.net/"
-
-RDEPEND="dev-perl/libwww-perl
- dev-perl/Finance-Quote"
-
-SLOT="2"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-src_install () {
- gkrellm-plugin_src_install
-
- exeinto /usr/bin
- doexe GetQuote2
-}