summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:15:02 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:15:02 +0000
commit210a82d5b8a66a9295cee481f129e7f822554e15 (patch)
tree3827ffdef5ad28a1314b454cbaed479af327c6e0 /x11-plugins
parentRemoved LICENSE and INSTALL from dodoc (diff)
downloadgentoo-2-210a82d5b8a66a9295cee481f129e7f822554e15.tar.gz
gentoo-2-210a82d5b8a66a9295cee481f129e7f822554e15.tar.bz2
gentoo-2-210a82d5b8a66a9295cee481f129e7f822554e15.zip
Removed INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmufo/ChangeLog7
-rw-r--r--x11-plugins/wmufo/wmufo-1.2.0.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmufo/ChangeLog b/x11-plugins/wmufo/ChangeLog
index 4a179221c700..25f7a53ab5ca 100644
--- a/x11-plugins/wmufo/ChangeLog
+++ b/x11-plugins/wmufo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmufo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.5 2005/03/02 08:37:00 s4t4n Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/ChangeLog,v 1.6 2005/11/11 11:15:02 s4t4n Exp $
+
+ 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
+ Removed INSTALL from dodoc.
02 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmufo-1.2.0.ebuild:
Added dependancy on gnome-base/libgtop, closing #83681.
diff --git a/x11-plugins/wmufo/wmufo-1.2.0.ebuild b/x11-plugins/wmufo/wmufo-1.2.0.ebuild
index 09b988b1b1a1..559c2b1efdd1 100644
--- a/x11-plugins/wmufo/wmufo-1.2.0.ebuild
+++ b/x11-plugins/wmufo/wmufo-1.2.0.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-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.5 2005/03/02 08:37:00 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmufo/wmufo-1.2.0.ebuild,v 1.6 2005/11/11 11:15:02 s4t4n Exp $
inherit eutils
@@ -23,5 +23,5 @@ DEPEND="virtual/x11
src_install () {
einstall || die "make install failed"
- dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ALL_I_GET_IS_AN_ALIEN_FACE ChangeLog NEWS README
}