summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 13:35:48 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 13:35:48 +0000
commit803f82e5dbea273817f3b9ca128914edc0be584a (patch)
treeab7f5aa2adf3f83f2e4c59ea5d514ba37568530d /x11-plugins
parentUpdated lide25 patch (bug #104026) (diff)
downloadgentoo-2-803f82e5dbea273817f3b9ca128914edc0be584a.tar.gz
gentoo-2-803f82e5dbea273817f3b9ca128914edc0be584a.tar.bz2
gentoo-2-803f82e5dbea273817f3b9ca128914edc0be584a.zip
Fixed dodoc not to install COPYING and INSTALL.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmapm/ChangeLog7
-rw-r--r--x11-plugins/wmapm/wmapm-3.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog
index 832ea11b168c..55ed7ebd04c5 100644
--- a/x11-plugins/wmapm/ChangeLog
+++ b/x11-plugins/wmapm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmapm
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.6 2004/06/24 23:04:41 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.7 2005/10/31 13:35:48 nelchael Exp $
+
+ 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> wmapm-3.1-r1.ebuild:
+ Fixed dodoc not to install COPYING and INSTALL.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
index f3c1f12bb06f..9dedbb1080e5 100644
--- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild
+++ b/x11-plugins/wmapm/wmapm-3.1-r1.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/wmapm/wmapm-3.1-r1.ebuild,v 1.10 2004/06/24 23:04:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.11 2005/10/31 13:35:48 nelchael Exp $
IUSE=""
S=${WORKDIR}/${P}/${PN}
@@ -20,5 +20,5 @@ src_install () {
doman wmapm.1
cd ..
- dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO
+ dodoc BUGS CHANGES HINTS README TODO
}