diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:32:02 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:32:02 +0000 |
commit | 5672557a3e6e44fd8afaf90c2f9cb32a1a64252e (patch) | |
tree | a077cb49cc01e76aac4d9e2693d885009b114e68 /x11-plugins/gkrellweather | |
parent | Stable on x86 wrt bug #181657 (diff) | |
download | gentoo-2-5672557a3e6e44fd8afaf90c2f9cb32a1a64252e.tar.gz gentoo-2-5672557a3e6e44fd8afaf90c2f9cb32a1a64252e.tar.bz2 gentoo-2-5672557a3e6e44fd8afaf90c2f9cb32a1a64252e.zip |
Old version cleanup
(Portage version: 2.1.2.8)
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.6 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild | 41 |
3 files changed, 4 insertions, 45 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog index 7e59d3f15049..979ca93a03e1 100644 --- a/x11-plugins/gkrellweather/ChangeLog +++ b/x11-plugins/gkrellweather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellweather # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.29 2007/06/02 17:02:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.30 2007/06/12 21:32:02 lack Exp $ + + 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellweather-2.0.6.ebuild: + Old version cleanup 02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gkrellweather-2.0.7.ebuild: alpha stable wrt #176144 diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.6 b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.6 deleted file mode 100644 index a34c43211c1a..000000000000 --- a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 458125fe9276db3733a6c4b0e27eca86 gkrellweather-2.0.6.tgz 20399 -RMD160 58d9f4aa42280167d632df16dd71d94a95a3d21b gkrellweather-2.0.6.tgz 20399 -SHA256 adea28619378b9f04bd423ea259711a5aafd7d4276bb5eb1540cb4e16943e947 gkrellweather-2.0.6.tgz 20399 diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild deleted file mode 100644 index 5dfbb3113b1e..000000000000 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.13 2007/03/12 19:22:38 lack Exp $ - -inherit gkrellm-plugin - -IUSE="" -DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather -info" -SRC_URI="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/${P}.tgz" -HOMEPAGE="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha amd64" - -RDEPEND=">=net-misc/wget-1.5.3 - >=dev-lang/perl-5.6.1" - -DEPEND=">=sys-apps/sed-4.0.5" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "s:GrabWeather:GrabWeather2:g" \ - -e "s:/usr/share/gkrellm:/usr/bin:g" \ - gkrellweather.c -} - -src_compile() { - emake PREFIX=/usr || die -} - -src_install () { - gkrellm-plugin_src_install - - exeinto /usr/bin - newexe GrabWeather GrabWeather2 -} |