summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:20:40 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:20:40 +0000
commit780fd1e25d58c799f8abc847617f6b5e28e8a717 (patch)
tree0bbed415eb638c5147e944ff69dbabfca884cc5e
parentFixed ChangeLog. Removed old 2.0. (diff)
downloadgentoo-2-780fd1e25d58c799f8abc847617f6b5e28e8a717.tar.gz
gentoo-2-780fd1e25d58c799f8abc847617f6b5e28e8a717.tar.bz2
gentoo-2-780fd1e25d58c799f8abc847617f6b5e28e8a717.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
-rw-r--r--x11-misc/numlockx/ChangeLog5
-rw-r--r--x11-misc/numlockx/numlockx-1.0.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog
index c4d2cc5732bb..e536d7826d0e 100644
--- a/x11-misc/numlockx/ChangeLog
+++ b/x11-misc/numlockx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/numlockx
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.15 2005/10/02 11:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.16 2005/11/01 13:20:40 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> numlockx-1.0.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> numlockx-1.0.ebuild:
Mark 1.0 stable on alpha
diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild
index 4c5acb80d5bf..aefa7882af7c 100644
--- a/x11-misc/numlockx/numlockx-1.0.ebuild
+++ b/x11-misc/numlockx/numlockx-1.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-misc/numlockx/numlockx-1.0.ebuild,v 1.20 2005/10/02 11:41:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.21 2005/11/01 13:20:40 nelchael Exp $
DESCRIPTION="Turns on numlock in X"
HOMEPAGE="http://ktown.kde.org/~seli/numlockx/"
@@ -15,8 +15,7 @@ DEPEND="virtual/x11"
src_install(){
dobin numlockx
-
- dodoc AUTHORS INSTALL LICENSE README
+ dodoc AUTHORS LICENSE README
}
pkg_postinst(){