diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-04-23 00:18:18 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-04-23 00:18:18 +0000 |
commit | daa68723b9067e89b40cb9bc8907835dba991968 (patch) | |
tree | 3341ca1227d2a6c2d18a4e7c2ef7d20f6234c61c /x11-plugins/gkrellweather | |
parent | Change supersed dependencies (diff) | |
download | gentoo-2-daa68723b9067e89b40cb9bc8907835dba991968.tar.gz gentoo-2-daa68723b9067e89b40cb9bc8907835dba991968.tar.bz2 gentoo-2-daa68723b9067e89b40cb9bc8907835dba991968.zip |
Change supersed dependencies
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/Manifest | 9 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog index 5fd9a65ab7dd..ec1c7b8761a1 100644 --- a/x11-plugins/gkrellweather/ChangeLog +++ b/x11-plugins/gkrellweather/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-plugins/gkrellweather # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.8 2003/03/01 22:17:18 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.9 2003/04/23 00:18:11 lostlogic Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -17,6 +17,9 @@ *gkrellweather-2.0.3 (10 Nov 2002) + 22 Apr 2003; Brandon Low <lostlogic@gentoo.org> gkrellweather-2.0.3.ebuild: + Change supersed dependencies + 10 Nov 2002; Seemant Kulleen <seemant@gentoo.org> gkrellweather-2.0.3.ebuild files/digest-gkrellweather-2.0.3 : diff --git a/x11-plugins/gkrellweather/Manifest b/x11-plugins/gkrellweather/Manifest new file mode 100644 index 000000000000..a59574698a9b --- /dev/null +++ b/x11-plugins/gkrellweather/Manifest @@ -0,0 +1,9 @@ +MD5 51755887d41ee904ae5d2fa53116c3dc gkrellweather-0.2.7-r2.ebuild 1007 +MD5 5242441592a69e4f0438ff68ef786785 gkrellweather-2.0.3.ebuild 1000 +MD5 7aa99a45f0f6a5c45bd19c9c6a95ec7c gkrellweather-2.0.5.ebuild 1003 +MD5 2c768ff580cc6114694227098279b66c gkrellweather-0.2.7-r1.ebuild 826 +MD5 fcca253738f7b4a8b08f6c2d923054c3 ChangeLog 2246 +MD5 b718cc1d7a4323ff08f51e1a1b11ea81 files/digest-gkrellweather-0.2.7-r1 70 +MD5 7a8cb4e990a4380049aeb67f5a05f5f4 files/digest-gkrellweather-0.2.7-r2 142 +MD5 bcf85d60cc93d532fd0e4290e8ce854a files/digest-gkrellweather-2.0.3 67 +MD5 32b8d60e331857d4c929e1b82d4d241e files/digest-gkrellweather-2.0.5 67 diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild index db4de5912951..dd91d431b841 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " DEPEND="=app-admin/gkrellm-2* - sys-apps/supersed + =sys-apps/sed-4* >=net-misc/wget-1.5.3" RDEPEND="${DEPEND} @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} cd ${S} - ssed -i \ + sed -i \ -e "s:/usr/local/bin:/usr/share/gkrellm:g" \ -e "s:GrabWeather:GrabWeather2:g" \ gkrellweather.c |