diff options
author | 2007-02-21 21:42:14 +0000 | |
---|---|---|
committer | 2007-02-21 21:42:14 +0000 | |
commit | fb53822aaa6b8ca8b104dc7044df8a5f448cbc85 (patch) | |
tree | a9b738f58863ea2cd75595316338d02183bcf997 /x11-plugins/gkrellweather | |
parent | Transition to Manifest2. (diff) | |
download | gentoo-2-fb53822aaa6b8ca8b104dc7044df8a5f448cbc85.tar.gz gentoo-2-fb53822aaa6b8ca8b104dc7044df8a5f448cbc85.tar.bz2 gentoo-2-fb53822aaa6b8ca8b104dc7044df8a5f448cbc85.zip |
Cleaning up old versions for gkrellm-1.2 removal
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r2 | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 39 |
3 files changed, 4 insertions, 46 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog index eb4f97f1d39e..d25bca193fab 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.22 2007/02/21 15:43:24 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.23 2007/02/21 21:42:14 lack Exp $ + + 21 Feb 2007; Jim Ramsay <lack@gentoo.org> -gkrellweather-0.2.7-r2.ebuild: + Cleaning up old versions for gkrellm-1.2 removal *gkrellweather-2.0.7 (21 Feb 2007) diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r2 b/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r2 deleted file mode 100644 index b5b2865b9abb..000000000000 --- a/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 2e69ff084063bbfba57fdeb42ad628c1 gkrellweather-0.2.7.tar.gz 17188 -RMD160 387bfa9138c4375fe4e1b38aef3541a8294b2961 gkrellweather-0.2.7.tar.gz 17188 -SHA256 ea3deae2f2b201a0eab688cd2243c6156b12748fb3eabfd4e6c174fc1b3b389e gkrellweather-0.2.7.tar.gz 17188 -MD5 e7105753d0fc8ab23b14c885f6498b9e gkrellweather_0.2.7-1.diff.gz 2205 -RMD160 3f1170b3a73806c23f6e090b42927e9166b472d7 gkrellweather_0.2.7-1.diff.gz 2205 -SHA256 c363eb3c8b532b6b3a6dfa29de41216097493740cd0116ace1dc7305f3df1cd3 gkrellweather_0.2.7-1.diff.gz 2205 diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild deleted file mode 100644 index be7fc41b237a..000000000000 --- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ /dev/null @@ -1,39 +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/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.16 2004/07/20 17:05:28 mholzer Exp $ - -IUSE="" -DEBPATCH=${PN}_${PV}-1.diff.gz -DESCRIPTION="GKrellM Plugin that monitors a METAR station and displays weather -info" -SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${P}.tar.gz - mirror://debian/pool/main/g/gkrellweather/${DEBPATCH}" -HOMEPAGE="http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -DEPEND="=app-admin/gkrellm-1.2* - >=net-misc/wget-1.5.3" - -RDEPEND="${DEPEND} - >=dev-lang/perl-5.6.1" - -src_unpack() { - unpack ${P}.tar.gz - zcat ${DISTDIR}/${DEBPATCH} | patch -d ${P} -p1 -} - -src_compile() { - emake || die -} - -src_install () { - exeinto /usr/share/gkrellm - doexe GrabWeather - - insinto /usr/lib/gkrellm/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING -} |