diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:46:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:46:50 +0000 |
commit | 3c3d6d048118b9f7e014bdb46d874404f3239581 (patch) | |
tree | c62ef4b29aa8419c335a865cbbf22d6f77753f2c /x11-plugins/wmfishtime | |
parent | dont depend on {text,file,sh-}utils (diff) | |
download | gentoo-2-3c3d6d048118b9f7e014bdb46d874404f3239581.tar.gz gentoo-2-3c3d6d048118b9f7e014bdb46d874404f3239581.tar.bz2 gentoo-2-3c3d6d048118b9f7e014bdb46d874404f3239581.zip |
add sed-4 dep
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r-- | x11-plugins/wmfishtime/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmfishtime/ChangeLog b/x11-plugins/wmfishtime/ChangeLog index 8601362b5c32..d313d2e2f13c 100644 --- a/x11-plugins/wmfishtime/ChangeLog +++ b/x11-plugins/wmfishtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfishtime # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.5 2004/06/24 23:09:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/ChangeLog,v 1.6 2004/06/28 20:45:52 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmfishtime-1.23-r1.ebuild, + wmfishtime-1.23-r2.ebuild: + add sed-4 dep 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild index 48c81a995cc0..30c2ad630c50 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.9 2004/06/24 23:09:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r1.ebuild,v 1.10 2004/06/28 20:45:52 agriffis Exp $ # to make this work in KDE, run it with the -b option :) DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" @@ -12,7 +12,8 @@ IUSE="" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" -DEPEND="=x11-libs/gtk+-1.2*" +DEPEND="=x11-libs/gtk+-1.2* + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} diff --git a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild index ec117a9175e0..14e15e1f5b86 100644 --- a/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild +++ b/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.9 2004/06/24 23:09:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfishtime/wmfishtime-1.23-r2.ebuild,v 1.10 2004/06/28 20:45:52 agriffis Exp $ # to make this work in KDE, run it with the -b option :) IUSE="" @@ -12,7 +12,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" -DEPEND="=x11-libs/gtk+-1.2*" +DEPEND="=x11-libs/gtk+-1.2* + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} |