summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:01:00 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:01:00 +0000
commit64c96acfa110caa260afa5ba401e3fce91858ec2 (patch)
treefc8414ff83eddb74eaa848b46e0eab916dec1094 /x11-plugins/wmseti
parentFix joke in bad taste. (diff)
downloadgentoo-2-64c96acfa110caa260afa5ba401e3fce91858ec2.tar.gz
gentoo-2-64c96acfa110caa260afa5ba401e3fce91858ec2.tar.bz2
gentoo-2-64c96acfa110caa260afa5ba401e3fce91858ec2.zip
Removed INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmseti')
-rw-r--r--x11-plugins/wmseti/ChangeLog5
-rw-r--r--x11-plugins/wmseti/wmseti-1.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmseti/ChangeLog b/x11-plugins/wmseti/ChangeLog
index c83539b2d420..b22063518477 100644
--- a/x11-plugins/wmseti/ChangeLog
+++ b/x11-plugins/wmseti/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmseti
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/ChangeLog,v 1.5 2005/03/10 13:31:26 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/ChangeLog,v 1.6 2005/11/11 11:01:00 s4t4n Exp $
+
+ 10 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmseti-1.0.3.ebuild:
+ Removed INSTALL from dodoc.
10 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> wmseti-1.0.3.ebuild:
added ~amd64 KEYWORD, fixes #83856
diff --git a/x11-plugins/wmseti/wmseti-1.0.3.ebuild b/x11-plugins/wmseti/wmseti-1.0.3.ebuild
index 4f65b377dade..6acd5743bbd9 100644
--- a/x11-plugins/wmseti/wmseti-1.0.3.ebuild
+++ b/x11-plugins/wmseti/wmseti-1.0.3.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/wmseti/wmseti-1.0.3.ebuild,v 1.6 2005/03/10 13:31:26 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/wmseti-1.0.3.ebuild,v 1.7 2005/11/11 11:01:00 s4t4n Exp $
IUSE=""
@@ -17,5 +17,5 @@ DEPEND="virtual/x11"
src_install () {
einstall || die "make install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
}