diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:26:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:26:49 +0000 |
commit | 1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0 (patch) | |
tree | c1ff069dfc2719e8c51469a78da7a25e909c94f9 /x11-misc/wmakerconf | |
parent | Fix DEPEND/RDEPEND that got wrong. (diff) | |
download | gentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.tar.gz gentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.tar.bz2 gentoo-2-1f5b5fd2f3beff1fe1658cbcc8e44196888de5e0.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.11.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.8.1-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild | 4 |
4 files changed, 13 insertions, 8 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 . } |