diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 14:21:42 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 14:21:42 +0000 |
commit | d8f9ec78e6134393f3bcc1a135e28dfbdef8da92 (patch) | |
tree | 6a567c6ade223db95cea6daead361852661b39f0 /x11-misc/bubblemon/bubblemon-1.41.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.tar.gz gentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.tar.bz2 gentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/bubblemon/bubblemon-1.41.ebuild')
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.41.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild index 105f617e3f84..a43726c23b72 100644 --- a/x11-misc/bubblemon/bubblemon-1.41.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.8 2005/03/19 15:23:58 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.9 2005/11/01 14:21:42 nelchael Exp $ DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" @@ -10,7 +10,8 @@ KEYWORDS="x86 sparc alpha ppc amd64" IUSE="" S=${WORKDIR}/${PN}-dockapp-${PV} SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" -DEPEND="virtual/libc =x11-libs/gtk+-1.2* +DEPEND="virtual/libc + =x11-libs/gtk+-1.2* >=sys-apps/sed-4" src_compile() { @@ -21,5 +22,5 @@ src_compile() { src_install () { into /usr dobin bubblemon - dodoc INSTALL ChangeLog README doc/* misc/* + dodoc ChangeLog README doc/* misc/* } |