summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:10:31 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-11 11:10:31 +0000
commit1e8763c62bb9fe94ba1c379a8e870ad7736ff081 (patch)
treecacb0fa7fcfd12172d81bdfd68f67e77d1b86f49 /x11-plugins/wmswallow
parentRemoved INSTALL from dodoc (diff)
downloadgentoo-2-1e8763c62bb9fe94ba1c379a8e870ad7736ff081.tar.gz
gentoo-2-1e8763c62bb9fe94ba1c379a8e870ad7736ff081.tar.bz2
gentoo-2-1e8763c62bb9fe94ba1c379a8e870ad7736ff081.zip
Removed LICENSE and INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmswallow')
-rw-r--r--x11-plugins/wmswallow/ChangeLog7
-rw-r--r--x11-plugins/wmswallow/wmswallow-0.6.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmswallow/ChangeLog b/x11-plugins/wmswallow/ChangeLog
index f5a395460275..9c9710aca096 100644
--- a/x11-plugins/wmswallow/ChangeLog
+++ b/x11-plugins/wmswallow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmswallow
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.3 2004/06/24 23:18:09 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.4 2005/11/11 11:10:31 s4t4n Exp $
+
+ 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org>; wmswallow-0.6.1.ebuild:
+ Removed INSTALL and LICENSE from dodoc.
13 Apr 2004; Don Seiler <rizzo@gentoo.org>; wmswallow-0.6.1.ebuild:
Changed dependency to virtual/x11 to work with x11-base/xorg-x11
diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
index b1365c39eab3..a5c432767566 100644
--- a/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
+++ b/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.5 2004/06/24 23:18:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1.ebuild,v 1.6 2005/11/11 11:10:31 s4t4n Exp $
IUSE=""
@@ -24,6 +24,6 @@ src_install() {
insinto /usr/bin
doins wmswallow
fperms 755 /usr/bin/wmswallow
- dodoc CHANGELOG INSTALL LICENSE README README.solaris todo
+ dodoc CHANGELOG README README.solaris todo
}