summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:43:17 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:43:17 +0000
commit05edeea05d296303048a301d1c27f3017aca02f0 (patch)
tree6f2abcb8a3cd9f0fd65c5404b8a82faf689383c9 /x11-misc/fsv
parent- x86 pic fix that allows us to not have to use the --disable-asm while stil... (diff)
downloadhistorical-05edeea05d296303048a301d1c27f3017aca02f0.tar.gz
historical-05edeea05d296303048a301d1c27f3017aca02f0.tar.bz2
historical-05edeea05d296303048a301d1c27f3017aca02f0.zip
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/fsv')
-rw-r--r--x11-misc/fsv/ChangeLog5
-rw-r--r--x11-misc/fsv/fsv-0.9.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-misc/fsv/ChangeLog b/x11-misc/fsv/ChangeLog
index c31262a34e38..3ba125ebd764 100644
--- a/x11-misc/fsv/ChangeLog
+++ b/x11-misc/fsv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/fsv
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.8 2005/07/26 14:06:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/ChangeLog,v 1.9 2005/11/01 14:39:52 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> fsv-0.9.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
26 Jul 2005; David Holm <dholm@gentoo.org> fsv-0.9.ebuild:
Added to ~ppc.
diff --git a/x11-misc/fsv/fsv-0.9.ebuild b/x11-misc/fsv/fsv-0.9.ebuild
index c388c1b7007f..d4787c8c047a 100644
--- a/x11-misc/fsv/fsv-0.9.ebuild
+++ b/x11-misc/fsv/fsv-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/fsv/fsv-0.9.ebuild,v 1.9 2005/07/26 14:06:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/fsv-0.9.ebuild,v 1.10 2005/11/01 14:39:52 nelchael Exp $
IUSE="nls"
@@ -16,7 +16,6 @@ DEPEND="virtual/opengl
virtual/x11
<x11-libs/gtkglarea-1.99"
-
src_compile() {
local myconf
@@ -28,5 +27,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS COPYING NOTES TODO
+ dodoc ABOUT-NLS AUTHORS NOTES TODO
}