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/wmgtemp | |
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/wmgtemp')
-rw-r--r-- | x11-plugins/wmgtemp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-0.6.ebuild | 5 | ||||
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-0.7.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmgtemp/ChangeLog b/x11-plugins/wmgtemp/ChangeLog index d3cb356280d7..4151d7849bd3 100644 --- a/x11-plugins/wmgtemp/ChangeLog +++ b/x11-plugins/wmgtemp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmgtemp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.6 2004/06/24 23:10:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/ChangeLog,v 1.7 2004/06/28 20:46:24 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmgtemp-0.6.ebuild, + wmgtemp-0.7.ebuild: + add sed-4 dep *wmgtemp-0.7 (16 Nov 2003) diff --git a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild index 9ba8f2e74114..5a4bc09b3e95 100644 --- a/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-0.6.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/wmgtemp/wmgtemp-0.6.ebuild,v 1.8 2004/06/24 23:10:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.6.ebuild,v 1.9 2004/06/28 20:46:24 agriffis Exp $ IUSE="" @@ -14,7 +14,8 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="x86 -ppc -sparc amd64" -DEPEND="sys-apps/lm-sensors" +DEPEND="sys-apps/lm-sensors + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild index 047e796a33f6..dc7a3c87b6f0 100644 --- a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-0.7.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/wmgtemp/wmgtemp-0.7.ebuild,v 1.3 2004/06/24 23:10:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.4 2004/06/28 20:46:24 agriffis Exp $ IUSE="" @@ -12,7 +12,8 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="x86 -ppc -sparc amd64" -DEPEND="sys-apps/lm-sensors" +DEPEND="sys-apps/lm-sensors + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src |