diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 09:10:57 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-10 09:10:57 +0000 |
commit | 49702f8c1c87847fbb4081e9c2fbdee6a46e3e62 (patch) | |
tree | b6997c3351f47473c5984af9850c6614b674254b /x11-plugins/wmfire | |
parent | Removed INSTALL from dodoc (diff) | |
download | gentoo-2-49702f8c1c87847fbb4081e9c2fbdee6a46e3e62.tar.gz gentoo-2-49702f8c1c87847fbb4081e9c2fbdee6a46e3e62.tar.bz2 gentoo-2-49702f8c1c87847fbb4081e9c2fbdee6a46e3e62.zip |
Removed COPYING and INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmfire')
-rw-r--r-- | x11-plugins/wmfire/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog index a5be1ee1b241..9b7c5a7b013b 100644 --- a/x11-plugins/wmfire/ChangeLog +++ b/x11-plugins/wmfire/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfire -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.5 2004/11/24 05:35:12 weeve Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.6 2005/11/10 09:06:59 s4t4n Exp $ + + 10 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmfire-0.0.3.9_pre4.ebuild: + Removed COPYING and INSTALL from dodoc. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmfire-0.0.3.9_pre4.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild index 8b0f9a7e86cd..ce6d19c16352 100644 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.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/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.8 2004/11/24 05:35:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.9 2005/11/10 09:06:59 s4t4n Exp $ IUSE="" @@ -32,6 +32,6 @@ src_install () { sysconfdir=${D}/etc \ localstatedir=${D}/var/lib || die - dodoc AUTHORS COPYING CREDITS INSTALL NEWS README + dodoc AUTHORS CREDITS NEWS README } |