diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-02-21 21:40:26 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-02-21 21:40:26 +0000 |
commit | 10cdefbff8d2dc665078e445d0e6ee44f5a35975 (patch) | |
tree | 5dc25060a61d5ede7cb4f982dce96143d437e79f /x11-plugins/gkrellstock | |
parent | Transition to Manifest2. (diff) | |
download | gentoo-2-10cdefbff8d2dc665078e445d0e6ee44f5a35975.tar.gz gentoo-2-10cdefbff8d2dc665078e445d0e6ee44f5a35975.tar.bz2 gentoo-2-10cdefbff8d2dc665078e445d0e6ee44f5a35975.zip |
Cleaning up old versions for gkrellm-1.2 removal
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellstock')
-rw-r--r-- | x11-plugins/gkrellstock/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellstock/files/digest-gkrellstock-0.4 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellstock/gkrellstock-0.4.ebuild | 29 | ||||
-rw-r--r-- | x11-plugins/gkrellstock/metadata.xml | 9 |
4 files changed, 14 insertions, 33 deletions
diff --git a/x11-plugins/gkrellstock/ChangeLog b/x11-plugins/gkrellstock/ChangeLog index 2579eb9c6efd..f8a5f1c6176b 100644 --- a/x11-plugins/gkrellstock/ChangeLog +++ b/x11-plugins/gkrellstock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellstock # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.10 2007/02/04 02:06:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/ChangeLog,v 1.11 2007/02/21 21:40:26 lack Exp $ + + 21 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml, + -gkrellstock-0.4.ebuild: + Cleaning up old versions for gkrellm-1.2 removal 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-plugins/gkrellstock/files/digest-gkrellstock-0.4 b/x11-plugins/gkrellstock/files/digest-gkrellstock-0.4 deleted file mode 100644 index 35ab7ad90219..000000000000 --- a/x11-plugins/gkrellstock/files/digest-gkrellstock-0.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ab13ade7287756cdfcfda0e2eea0c512 gkrellstock-0.4.tar.gz 22188 -RMD160 22b5c6b952dce9991862a192735aac16d0e021d2 gkrellstock-0.4.tar.gz 22188 -SHA256 3e2ec6bff083689c22451a0caa1f649528fd6ca46f34c30bec12f38faf3a6233 gkrellstock-0.4.tar.gz 22188 diff --git a/x11-plugins/gkrellstock/gkrellstock-0.4.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.4.ebuild deleted file mode 100644 index 3fbca62e60fd..000000000000 --- a/x11-plugins/gkrellstock/gkrellstock-0.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.4.ebuild,v 1.9 2004/06/24 22:59:40 agriffis Exp $ - -IUSE="" -S=${WORKDIR}/${P/s/S} -DESCRIPTION="Get Stock quotes plugin for GKrellM" -SRC_URI="mirror://sourceforge/gkrellstock/${P}.tar.gz" -HOMEPAGE="http://gkrellstock.sourceforge.net/" - -DEPEND="=app-admin/gkrellm-1* - dev-perl/libwww-perl - dev-perl/Finance-Quote" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" - -src_compile() { - emake || die -} - -src_install () { - insinto /usr/lib/gkrellm/plugins - doins gkrellstock.so - exeinto /usr/X11R6/bin - doexe GetQuote - dodoc README ChangeLog COPYING -} diff --git a/x11-plugins/gkrellstock/metadata.xml b/x11-plugins/gkrellstock/metadata.xml new file mode 100644 index 000000000000..220d60947054 --- /dev/null +++ b/x11-plugins/gkrellstock/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-dock</herd> + <maintainer> + <email>lack@gentoo.org</email> + <name>Jim Ramsay</name> + </maintainer> +</pkgmetadata> |