summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/wmakerconf/ChangeLog7
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.11.ebuild4
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild6
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild4
-rw-r--r--x11-misc/xalf/ChangeLog5
-rw-r--r--x11-misc/xalf/xalf-0.12-r1.ebuild4
6 files changed, 19 insertions, 11 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog
index 44bbd03166e0..5927c9f4de3a 100644
--- a/x11-misc/wmakerconf/ChangeLog
+++ b/x11-misc/wmakerconf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/wmakerconf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.24 2005/08/07 13:24:52 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.25 2005/11/03 12:26:49 nelchael Exp $
+
+ 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org>
+ wmakerconf-2.8.1-r2.ebuild, wmakerconf-2.9.2.ebuild,
+ wmakerconf-2.11.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
wmakerconf-2.9.2.ebuild:
diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild
index 82563bc00b1c..0cc1b989ddf7 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.11.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/wmakerconf/wmakerconf-2.11.ebuild,v 1.3 2005/07/11 02:11:11 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.4 2005/11/03 12:26:49 nelchael Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_install() {
gnulocaledir=${D}/usr/share/locale \
install || die "install failed"
- dodoc README NEWS INSTALL MANUAL AUTHORS TODO COPYING ChangeLog
+ dodoc README NEWS MANUAL AUTHORS TODO ChangeLog
doman man/*
}
diff --git a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild
index 3d1d972b597f..8196e266afa3 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.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/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.20 2005/02/26 12:39:14 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild,v 1.21 2005/11/03 12:26:49 nelchael Exp $
IUSE="nls gnome imlib perl"
@@ -50,6 +50,6 @@ src_install() {
GNOMEDIR=${D}/usr/share/gnome/apps/Settings \
install || die
- dodoc README MANUAL AUTHORS TODO COPYING ChangeLog
- dohtml -r .
+ dodoc README MANUAL AUTHORS TODO ChangeLog
+ dohtml -r .
}
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
index 0617f143361c..b34aad4fb994 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.9.2.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/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.8 2005/08/07 13:24:52 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.9 2005/11/03 12:26:49 nelchael Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_install() {
# prefix=${D}/usr \
# install || die
- dodoc README MANUAL AUTHORS TODO COPYING ChangeLog
+ dodoc README MANUAL AUTHORS TODO ChangeLog
#dohtml -r .
}
diff --git a/x11-misc/xalf/ChangeLog b/x11-misc/xalf/ChangeLog
index 3b228d3e039f..48ef475edcbe 100644
--- a/x11-misc/xalf/ChangeLog
+++ b/x11-misc/xalf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xalf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/ChangeLog,v 1.9 2005/07/26 15:06:07 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/ChangeLog,v 1.10 2005/11/03 12:23:42 nelchael Exp $
+
+ 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xalf-0.12-r1.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
26 Jul 2005; David Holm <dholm@gentoo.org> xalf-0.12-r1.ebuild:
Added to ~ppc.
diff --git a/x11-misc/xalf/xalf-0.12-r1.ebuild b/x11-misc/xalf/xalf-0.12-r1.ebuild
index 446cb523e3a0..04555062e5bb 100644
--- a/x11-misc/xalf/xalf-0.12-r1.ebuild
+++ b/x11-misc/xalf/xalf-0.12-r1.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/xalf/xalf-0.12-r1.ebuild,v 1.16 2005/07/26 15:06:07 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xalf/xalf-0.12-r1.ebuild,v 1.17 2005/11/03 12:23:42 nelchael Exp $
IUSE="gnome"
@@ -35,5 +35,5 @@ src_install() {
make prefix=${D}/usr install || die
- dodoc AUTHORS COPYING ChangeLog README
+ dodoc AUTHORS ChangeLog README
}