diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:30:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:30:02 +0000 |
commit | 82918ac818cdfde0846988c8161a95e7a1091832 (patch) | |
tree | 3f21ca00a6acf0692c6e650b2c1d2ab8e06e44f6 /x11-plugins/wmpop3 | |
parent | Marked ppc (diff) | |
download | gentoo-2-82918ac818cdfde0846988c8161a95e7a1091832.tar.gz gentoo-2-82918ac818cdfde0846988c8161a95e7a1091832.tar.bz2 gentoo-2-82918ac818cdfde0846988c8161a95e7a1091832.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r-- | x11-plugins/wmpop3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmpop3/ChangeLog b/x11-plugins/wmpop3/ChangeLog index a534dbf62489..d0d1757a7b31 100644 --- a/x11-plugins/wmpop3/ChangeLog +++ b/x11-plugins/wmpop3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop3 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/ChangeLog,v 1.3 2004/06/24 23:16:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/ChangeLog,v 1.4 2004/06/28 21:30:02 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmpop3-0.5.6a.ebuild: + glibc -> libc, add sed-4 dep *wmpop3-0.5.6a (14 Jan 2003) diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild index 2128cd908fff..e89052f1c120 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a.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/wmpop3/wmpop3-0.5.6a.ebuild,v 1.7 2004/06/24 23:16:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3/wmpop3-0.5.6a.ebuild,v 1.8 2004/06/28 21:30:02 agriffis Exp $ DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" @@ -9,9 +9,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 - x11-wm/windowmaker" + x11-wm/windowmaker + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/wmpop3 |