diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:14:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:14:00 +0000 |
commit | 2ef0e03eae76fec1f96b98c2a7e7b37d2314d787 (patch) | |
tree | 36d5f3371cbe103b147ab369ecf7a75551a39729 /x11-misc/xbattbar | |
parent | Fixed dodoc not to install COPYING and/or INSTALL. (diff) | |
download | gentoo-2-2ef0e03eae76fec1f96b98c2a7e7b37d2314d787.tar.gz gentoo-2-2ef0e03eae76fec1f96b98c2a7e7b37d2314d787.tar.bz2 gentoo-2-2ef0e03eae76fec1f96b98c2a7e7b37d2314d787.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xbattbar')
-rw-r--r-- | x11-misc/xbattbar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbattbar/xbattbar-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xbattbar/ChangeLog b/x11-misc/xbattbar/ChangeLog index 91a4424ca919..e5c42701189e 100644 --- a/x11-misc/xbattbar/ChangeLog +++ b/x11-misc/xbattbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbattbar # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.6 2005/04/28 22:49:46 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.7 2005/11/01 13:11:01 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xbattbar-1.4.2.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> xbattbar-1.4.2.ebuild: diff --git a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild b/x11-misc/xbattbar/xbattbar-1.4.2.ebuild index 955fa20301a0..2e9e69dbe6d0 100644 --- a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild +++ b/x11-misc/xbattbar/xbattbar-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.2.ebuild,v 1.5 2005/04/28 22:49:46 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.2.ebuild,v 1.6 2005/11/01 13:11:01 nelchael Exp $ IUSE="" @@ -23,5 +23,5 @@ src_install() { dobin xbattbar newman xbattbar.man xbattbar.1 - dodoc COPYING README copyright + dodoc README copyright } |