diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:17:11 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:17:11 +0000 |
commit | 304d55b92348fe2512a9cf40fdee4c8ee655c763 (patch) | |
tree | 48d14a06c558336db88b79cdd0658b272a7633cb | |
parent | Removed INSTALL from dodoc (diff) | |
download | gentoo-2-304d55b92348fe2512a9cf40fdee4c8ee655c763.tar.gz gentoo-2-304d55b92348fe2512a9cf40fdee4c8ee655c763.tar.bz2 gentoo-2-304d55b92348fe2512a9cf40fdee4c8ee655c763.zip |
Removed INSTALL and COPYING from dodoc
(Portage version: 2.0.51.22-r3)
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmupmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmupmon/wmupmon-0.1.2.ebuild | 6 |
4 files changed, 15 insertions, 9 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index 4485ded9a708..150502b3b44d 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.11 2005/05/16 07:48:28 s4t4n Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.12 2005/11/11 11:13:23 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: + Removed COPYING and INSTALL from dodoc. 16 May 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: Inherit 'toolchain-funcs' instead of 'gcc', as per bug #92745. diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index 8c1e559b7bd5..a8d970a2b720 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.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/wmtz/wmtz-0.7.ebuild,v 1.12 2005/05/16 07:48:28 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.13 2005/11/11 11:13:23 s4t4n Exp $ inherit eutils toolchain-funcs @@ -36,5 +36,5 @@ src_install () { dobin wmtz/wmtz insinto /etc doins wmtz/wmtzrc - dodoc BUGS CHANGES COPYING README INSTALL + dodoc BUGS CHANGES README } diff --git a/x11-plugins/wmupmon/ChangeLog b/x11-plugins/wmupmon/ChangeLog index ee52624c307a..cd72af13862f 100644 --- a/x11-plugins/wmupmon/ChangeLog +++ b/x11-plugins/wmupmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmupmon -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.9 2004/09/03 03:07:06 tgall Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.10 2005/11/11 11:17:11 s4t4n Exp $ + + 11 Nov 2005; Michele Noebrasco <s4t4n@gentoo.org> wmupmon-0.1.2.ebuild: + Removed INSTALL and COPYING from dodoc. 02 Sep 2004; Tom Gall <tgall@gentoo.org> wmupmon-0.1.2.ebuild: stable on ppc64, bug #62259 diff --git a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild index 2e4ed60a9bac..8edf70d09d92 100644 --- a/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild +++ b/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.6 2004/09/03 03:07:06 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.2.ebuild,v 1.7 2005/11/11 11:17:11 s4t4n Exp $ DESCRIPTION="wmUpMon is a program to monitor your Uptime" HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon" @@ -22,5 +22,5 @@ src_compile() src_install() { einstall || die "make install failed" - dodoc AUTHORS COPYING INSTALL README THANKS ChangeLog + dodoc AUTHORS README THANKS ChangeLog } |