diff options
author | 2005-11-11 10:10:08 +0000 | |
---|---|---|
committer | 2005-11-11 10:10:08 +0000 | |
commit | 817ea91d2933cd4467323ef8c1708647bff9e381 (patch) | |
tree | 0e87ee36bfa9541ab108b1b9412c07f246b40db7 /x11-plugins/wmnd | |
parent | Removed COPYING and INSTALL from dodoc (diff) | |
download | gentoo-2-817ea91d2933cd4467323ef8c1708647bff9e381.tar.gz gentoo-2-817ea91d2933cd4467323ef8c1708647bff9e381.tar.bz2 gentoo-2-817ea91d2933cd4467323ef8c1708647bff9e381.zip |
Removed INSTALL and COPYING from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index d2e3a5a2d27c..72ec6a5cb012 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmnd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.35 2005/09/02 19:20:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.36 2005/11/11 10:10:08 s4t4n Exp $ + + 11 Nov 2005; Michele Noberaco <s4t4n@gentoo.org> wmnd-0.4.11-r1.ebuild, + wmnd-0.4.11.ebuild: + Removed COPYING and INSTALL from dodoc. 02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> wmnd-0.4.11-r1.ebuild: Stable on ppc. diff --git a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild index 8575f4fdba00..f72adacf7146 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11-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-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.4 2005/09/02 19:20:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.5 2005/11/11 10:10:08 s4t4n Exp $ IUSE="snmp" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -28,7 +28,7 @@ src_install() { einstall || die "make install failed" - dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO + dodoc README AUTHORS ChangeLog NEWS TODO # gpl.info is no valid .info file. Causes errors with install-info. rm -r ${D}/usr/share/info diff --git a/x11-plugins/wmnd/wmnd-0.4.11.ebuild b/x11-plugins/wmnd/wmnd-0.4.11.ebuild index c644193ce7df..30b4721d6d04 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.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-plugins/wmnd/wmnd-0.4.11.ebuild,v 1.5 2005/04/10 11:55:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11.ebuild,v 1.6 2005/11/11 10:10:08 s4t4n Exp $ IUSE="" DESCRIPTION="WindowMaker Network Devices (dockapp)" @@ -21,7 +21,7 @@ src_compile() { src_install() { einstall || die "make install failed" - dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO + dodoc README AUTHORS ChangeLog NEWS TODO # gpl.info is no valid .info file. Causes errors with install-info. rm -r ${D}/usr/share/info |