diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 14:43:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 14:43:17 +0000 |
commit | 9ce259b06083232b465e9448fecd2651d4850e89 (patch) | |
tree | 95b12373f17f53ac48c7ea93af987197442b52e8 /x11-misc/fxred | |
parent | - x86 pic fix that allows us to not have to use the --disable-asm while stil... (diff) | |
download | gentoo-2-9ce259b06083232b465e9448fecd2651d4850e89.tar.gz gentoo-2-9ce259b06083232b465e9448fecd2651d4850e89.tar.bz2 gentoo-2-9ce259b06083232b465e9448fecd2651d4850e89.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/fxred')
-rw-r--r-- | x11-misc/fxred/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fxred/fxred-0.7.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/fxred/fxred-0.9.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/fxred/ChangeLog b/x11-misc/fxred/ChangeLog index daee12ec6445..2877ebc83b78 100644 --- a/x11-misc/fxred/ChangeLog +++ b/x11-misc/fxred/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fxred # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/ChangeLog,v 1.9 2005/07/26 14:18:58 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/ChangeLog,v 1.10 2005/11/01 14:43:17 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> fxred-0.7.ebuild, + fxred-0.9.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 26 Jul 2005; David Holm <dholm@gentoo.org> fxred-0.9.ebuild: Added to ~ppc. diff --git a/x11-misc/fxred/fxred-0.7.ebuild b/x11-misc/fxred/fxred-0.7.ebuild index 36fb56cff27a..56ddc02e8a29 100644 --- a/x11-misc/fxred/fxred-0.7.ebuild +++ b/x11-misc/fxred/fxred-0.7.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-misc/fxred/fxred-0.7.ebuild,v 1.6 2004/06/24 22:19:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/fxred-0.7.ebuild,v 1.7 2005/11/01 14:43:17 nelchael Exp $ DESCRIPTION="FXred is handler for the red scroll button of the Logitech TrackMan Marble FX, a trackball." HOMEPAGE="http://www.larskrueger.homestead.com/files/index.html#X11" @@ -23,7 +23,7 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog README TODO dohtml fxred/docs/en/*.html insinto /etc doins fxredrc diff --git a/x11-misc/fxred/fxred-0.9.ebuild b/x11-misc/fxred/fxred-0.9.ebuild index 18dd1f6c5155..df8807534cd6 100644 --- a/x11-misc/fxred/fxred-0.9.ebuild +++ b/x11-misc/fxred/fxred-0.9.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/fxred/fxred-0.9.ebuild,v 1.5 2005/07/26 14:18:58 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fxred/fxred-0.9.ebuild,v 1.6 2005/11/01 14:43:17 nelchael Exp $ DESCRIPTION="FXred is handler for the red scroll button of the Logitech TrackMan Marble FX, a trackball." HOMEPAGE="http://www.larskrueger.homestead.com/files/index.html#X11" @@ -23,7 +23,7 @@ src_compile() { src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog README TODO dohtml fxred/docs/en/*.html insinto /etc doins fxredrc |