diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 16:19:37 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 16:19:37 +0000 |
commit | c4c7d21571d9630e0f7063f5818ebef7133f04fe (patch) | |
tree | e19143c339dfb7ee9612cc49e53413d135206f08 /x11-plugins/wmbattery | |
parent | Removed INSTALL and COPYING deom dodoc. (diff) | |
download | gentoo-2-c4c7d21571d9630e0f7063f5818ebef7133f04fe.tar.gz gentoo-2-c4c7d21571d9630e0f7063f5818ebef7133f04fe.tar.bz2 gentoo-2-c4c7d21571d9630e0f7063f5818ebef7133f04fe.zip |
Removed COPYING from dodoc.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r-- | x11-plugins/wmbattery/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog index 29178ba566cf..b6d1b8fd40cd 100644 --- a/x11-plugins/wmbattery/ChangeLog +++ b/x11-plugins/wmbattery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbattery -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.14 2004/11/18 00:21:52 s4t4n Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.15 2005/11/07 16:19:37 s4t4n Exp $ + + 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmbattery-2.19-r1.ebuild: + Removed COPYING from doinstall. 18 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmbattery-1.2.1-r2.ebuild: Remove older version. diff --git a/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild b/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild index 4653b7099b74..2b9ade191324 100644 --- a/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.19-r1.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/wmbattery/wmbattery-2.19-r1.ebuild,v 1.4 2004/11/16 18:40:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild,v 1.5 2005/11/07 16:19:37 s4t4n Exp $ inherit eutils @@ -26,7 +26,7 @@ src_compile() { src_install () { dobin wmbattery - dodoc README COPYING TODO + dodoc README TODO mv wmbattery.1x wmbattery.1 doman wmbattery.1 |