diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
commit | 52168e9b89da3769cf8652b04bfeeb4571694d46 (patch) | |
tree | 1ea22490a4fdd854eee27b693b5642bdb3d94355 /x11-misc/numlockx | |
parent | Removed old versions. (diff) | |
download | historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.gz historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.bz2 historical-52168e9b89da3769cf8652b04bfeeb4571694d46.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r-- | x11-misc/numlockx/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 5 |
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(){ |