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/wmlongrun | |
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/wmlongrun')
-rw-r--r-- | x11-plugins/wmlongrun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmlongrun/wmlongrun-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 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 } |