summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-12-18 12:32:28 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-12-18 12:32:28 +0000
commit70f8841a85f0927b71873a6601070c76e16f4c3f (patch)
treef7cc3c670362b31aef858feff1a7b79f5ae9ebe4 /x11-misc/xfishtank
parentAdjusted not to rely on LOCALCLASSPATH in /usr/bin/ant for bug #115888. (diff)
downloadgentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.tar.gz
gentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.tar.bz2
gentoo-2-70f8841a85f0927b71873a6601070c76e16f4c3f.zip
Fix dodoc - bug #115860.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/xfishtank')
-rw-r--r--x11-misc/xfishtank/ChangeLog5
-rw-r--r--x11-misc/xfishtank/Manifest2
-rw-r--r--x11-misc/xfishtank/xfishtank-2.1.ebuild4
3 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/xfishtank/ChangeLog b/x11-misc/xfishtank/ChangeLog
index 7dad801bbca8..d61f67691443 100644
--- a/x11-misc/xfishtank/ChangeLog
+++ b/x11-misc/xfishtank/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xfishtank
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.7 2005/11/01 18:31:09 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/ChangeLog,v 1.8 2005/12/18 12:32:28 nelchael Exp $
+
+ 18 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> xfishtank-2.1.ebuild:
+ Fix dodoc - bug #115860.
01 Nov 2005; Tobias Scherbaum <dertobi123@gentoo.org>
xfishtank-2.1.ebuild:
diff --git a/x11-misc/xfishtank/Manifest b/x11-misc/xfishtank/Manifest
index 67886b9ca5c9..a25a09b648b9 100644
--- a/x11-misc/xfishtank/Manifest
+++ b/x11-misc/xfishtank/Manifest
@@ -1,4 +1,4 @@
MD5 84a0e135c1a97df884c79a4c79d3e6c9 ChangeLog 855
MD5 f334f7ee0979c62671de0916bc4c7908 files/digest-xfishtank-2.1 67
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
-MD5 4487c2928495695b13de76f9a8278d73 xfishtank-2.1.ebuild 705
+MD5 703541c2ae426c5b1ba12336559d3f52 xfishtank-2.1.ebuild 713
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild
index 6608c7214ede..b9bf7adb0a23 100644
--- a/x11-misc/xfishtank/xfishtank-2.1.ebuild
+++ b/x11-misc/xfishtank/xfishtank-2.1.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/xfishtank/xfishtank-2.1.ebuild,v 1.7 2005/11/01 18:31:09 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.8 2005/12/18 12:32:28 nelchael Exp $
DESCRIPTION="Turns your root window into an aquarium."
HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
@@ -22,5 +22,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "install failed"
- dodoc README.Linux README.TrueColor README.Why2.1tp
+ dodoc README README.Linux README.TrueColor README.Why.2.1tp
}