diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 09:37:23 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 09:37:23 +0000 |
commit | 56ad537c1d6825aa82a3b9d65d6f4faaafcfded0 (patch) | |
tree | b83eafe603bc3a66dcc7470341a4ff0f14b97a1d /x11-plugins/wmitime | |
parent | Removed COPYING and INSTALL from dodoc. (diff) | |
download | gentoo-2-56ad537c1d6825aa82a3b9d65d6f4faaafcfded0.tar.gz gentoo-2-56ad537c1d6825aa82a3b9d65d6f4faaafcfded0.tar.bz2 gentoo-2-56ad537c1d6825aa82a3b9d65d6f4faaafcfded0.zip |
Removed COPYING from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmitime')
-rw-r--r-- | x11-plugins/wmitime/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmitime/wmitime-0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmitime/ChangeLog b/x11-plugins/wmitime/ChangeLog index d0cedc7676a6..b78330451b74 100644 --- a/x11-plugins/wmitime/ChangeLog +++ b/x11-plugins/wmitime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmitime -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.9 2004/11/24 23:07:16 weeve Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.10 2005/11/10 09:37:23 s4t4n Exp $ + + 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmitime-0.3.ebuild: + Removed COPYING from dodoc. 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmitime-0.3.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmitime/wmitime-0.3.ebuild b/x11-plugins/wmitime/wmitime-0.3.ebuild index 5cedbbfe93a3..37cd8bbad5fa 100644 --- a/x11-plugins/wmitime/wmitime-0.3.ebuild +++ b/x11-plugins/wmitime/wmitime-0.3.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/wmitime/wmitime-0.3.ebuild,v 1.13 2004/11/24 23:07:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.14 2005/11/10 09:37:23 s4t4n Exp $ inherit eutils @@ -32,5 +32,5 @@ src_install() { dobin wmitime cd ${S} - dodoc BUGS CHANGES COPYING README + dodoc BUGS CHANGES README } |