diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellstock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellstock/gkrellstock-0.5.ebuild | 25 |
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 -} |