diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 08:48:23 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 08:48:23 +0000 |
commit | b791cd2bbf281e580a9128de3a973d37961a4a73 (patch) | |
tree | be4c773645ac0ba3b34bff264c1b714b47d764ee /x11-plugins | |
parent | Version bump. Closing bug #111653. (diff) | |
download | historical-b791cd2bbf281e580a9128de3a973d37961a4a73.tar.gz historical-b791cd2bbf281e580a9128de3a973d37961a4a73.tar.bz2 historical-b791cd2bbf281e580a9128de3a973d37961a4a73.zip |
Removed COPYING from dodoc
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmlongrun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/wmmail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmail/wmmail-0.64-r3.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/x11-plugins/wmlongrun/ChangeLog b/x11-plugins/wmlongrun/ChangeLog index 2eed886f09d1..245d5caa42b5 100644 --- a/x11-plugins/wmlongrun/ChangeLog +++ b/x11-plugins/wmlongrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmlongrun -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.2 2004/09/29 09:33:33 pyrania Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/ChangeLog,v 1.3 2005/11/11 08:45:45 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmlongrun-0.2.0.ebuild: + removed COPYING from dodoc. 29 Sep 2004; <pyrania@gentoo.org> wmlongrun-0.2.0.ebuild: Marked stable on x86. diff --git a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild b/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild index e56c2d9847f3..d0b028b588e3 100644 --- a/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild +++ b/x11-plugins/wmlongrun/wmlongrun-0.2.0.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/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.2 2004/09/29 09:33:33 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild,v 1.3 2005/11/11 08:45:45 s4t4n Exp $ DESCRIPTION="A dockapp to monitor LongRun on a Transmeta Crusoe processor" HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml" @@ -21,5 +21,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "Installation failed" - dodoc README AUTHORS TODO COPYING MAKEDEV-cpuid-msr + dodoc README AUTHORS TODO MAKEDEV-cpuid-msr } diff --git a/x11-plugins/wmmail/ChangeLog b/x11-plugins/wmmail/ChangeLog index 6b8bdf3554bb..8bf02deccee4 100644 --- a/x11-plugins/wmmail/ChangeLog +++ b/x11-plugins/wmmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmail -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/ChangeLog,v 1.11 2004/09/02 18:22:40 pvdabeel Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/ChangeLog,v 1.12 2005/11/11 08:48:23 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmail-0.64-r3.ebuild: + Removed COPYING from dodoc. 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmmail-0.64-r3.ebuild: diff --git a/x11-plugins/wmmail/wmmail-0.64-r3.ebuild b/x11-plugins/wmmail/wmmail-0.64-r3.ebuild index 78a01444203a..d950c369ec06 100644 --- a/x11-plugins/wmmail/wmmail-0.64-r3.ebuild +++ b/x11-plugins/wmmail/wmmail-0.64-r3.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/wmmail/wmmail-0.64-r3.ebuild,v 1.6 2004/09/02 18:22:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/wmmail-0.64-r3.ebuild,v 1.7 2005/11/11 08:48:23 s4t4n Exp $ IUSE="" MY_PN=WMMail.app @@ -27,6 +27,6 @@ src_install () { make DESTDIR=${D} install dodir /usr/bin dosym /usr/lib/GNUstep/${MY_PN}/WMMail /usr/bin/wmmail - dodoc AUTHORS COPYING NEWS README doc/Help.txt + dodoc AUTHORS NEWS README doc/Help.txt newman/wmmail.man wmmail.1 } |