diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index 9a761e250e23..698d2fad9178 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.9 2007/02/06 02:04:23 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.10 2008/05/13 07:24:52 s4t4n Exp $ + + 13 May 2008; Michele Noberasco <s4t4n@gentoo.org> wmpop-0.53.ebuild: + Remove bison from runtime dependancies. Closes bug #221605. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild index ab08706fb928..c01bf86ad8e8 100644 --- a/x11-plugins/wmpop/wmpop-0.53.ebuild +++ b/x11-plugins/wmpop/wmpop-0.53.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.7 2006/01/15 17:59:40 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.8 2008/05/13 07:24:52 s4t4n Exp $ IUSE="" @@ -16,7 +16,10 @@ DEPEND="=x11-libs/gtk+-1.2* sys-devel/bison media-sound/esound" +RDEPEND="=x11-libs/gtk+-1.2* + media-sound/esound" + src_install() { einstall || die "Install failed" - dodoc AUTHORS README ChangeLog NEWS TODO THANKS ABOUT-NLS + dodoc AUTHORS README ChangeLog NEWS TODO THANKS } |