diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 10:17:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 10:17:02 +0000 |
commit | c83bb8db974254ba5e706d141c1827f3d8112f61 (patch) | |
tree | 321732d1eabb382473ab12ec41777e449fe6b7ee /x11-plugins/wmpop | |
parent | Fix java-internal INI file support. (diff) | |
download | gentoo-2-c83bb8db974254ba5e706d141c1827f3d8112f61.tar.gz gentoo-2-c83bb8db974254ba5e706d141c1827f3d8112f61.tar.bz2 gentoo-2-c83bb8db974254ba5e706d141c1827f3d8112f61.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-plugins/wmpop')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index f65dc9cb341c..0553671427e9 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.4 2004/11/25 05:40:21 weeve Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.5 2005/11/01 10:17:02 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> wmpop-0.53.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 24 Nov 2004; Jason Wever <weeve@gentoo.org> wmpop-0.53.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild index 7343170217b6..0d1774eb5a0a 100644 --- a/x11-plugins/wmpop/wmpop-0.53.ebuild +++ b/x11-plugins/wmpop/wmpop-0.53.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/wmpop/wmpop-0.53.ebuild,v 1.4 2004/11/25 05:40:21 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.5 2005/11/01 10:17:02 nelchael Exp $ IUSE="" @@ -25,5 +25,5 @@ src_compile() { src_install() { einstall || die "Install failed" - dodoc AUTHORS COPYING README ChangeLog NEWS INSTALL TODO THANKS ABOUT-NLS + dodoc AUTHORS README ChangeLog NEWS TODO THANKS ABOUT-NLS } |