diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 18:00:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 18:00:45 +0000 |
commit | 8d4e7eca7e41f4de7ed4faf2865e8f02b32a8098 (patch) | |
tree | 482c1ab41b786b11a3534e854bee1de18ba05983 /x11-plugins/wmpop | |
parent | Minor fix in postinstall instructions (diff) | |
download | gentoo-2-8d4e7eca7e41f4de7ed4faf2865e8f02b32a8098.tar.gz gentoo-2-8d4e7eca7e41f4de7ed4faf2865e8f02b32a8098.tar.bz2 gentoo-2-8d4e7eca7e41f4de7ed4faf2865e8f02b32a8098.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmpop')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 15 |
2 files changed, 9 insertions, 13 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index 679463e8d71d..61c59ef20cea 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.6 2005/12/01 03:25:05 weeve Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.7 2006/01/15 17:59:40 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpop-0.53.ebuild: + Fixed DEPEND for modular X. 01 Dec 2005; Jason Wever <weeve@gentoo.org> wmpop-0.53.ebuild: Stable on SPARC wrt bug #111103. diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild index 7bd63c2309d7..ab08706fb928 100644 --- a/x11-plugins/wmpop/wmpop-0.53.ebuild +++ b/x11-plugins/wmpop/wmpop-0.53.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.6 2005/12/01 03:25:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.7 2006/01/15 17:59:40 nelchael Exp $ IUSE="" -DESCRIPTION="WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox." +DESCRIPTION="WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox." SRC_URI="http://jsautret.free.fr/wmpop/${P}.tar.gz" HOMEPAGE="http://wmpop.sautret.org/" @@ -12,17 +12,10 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="sparc x86" -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2* - sys-devel/gettext +DEPEND="=x11-libs/gtk+-1.2* sys-devel/bison media-sound/esound" -src_compile() { - econf || die "Configure failed." - emake || die "Make failed" -} - src_install() { einstall || die "Install failed" dodoc AUTHORS README ChangeLog NEWS TODO THANKS ABOUT-NLS |