diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:23:17 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:23:17 +0000 |
commit | 38716bc839c01dbefef0c47e298e307e67ab2062 (patch) | |
tree | 14346578e76e8cb68d8b9e13289e7058fb08ce21 /x11-plugins/wmmixer | |
parent | Removed COPYING and INSTALL from dodoc (diff) | |
download | gentoo-2-38716bc839c01dbefef0c47e298e307e67ab2062.tar.gz gentoo-2-38716bc839c01dbefef0c47e298e307e67ab2062.tar.bz2 gentoo-2-38716bc839c01dbefef0c47e298e307e67ab2062.zip |
Removed COPYING from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmmixer')
-rw-r--r-- | x11-plugins/wmmixer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmmixer/ChangeLog b/x11-plugins/wmmixer/ChangeLog index b1373c501fce..520c9836b71a 100644 --- a/x11-plugins/wmmixer/ChangeLog +++ b/x11-plugins/wmmixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmixer -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.6 2004/08/02 10:52:48 s4t4n Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/ChangeLog,v 1.7 2005/11/11 09:23:17 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmixer-2.0_beta4.ebuild: + Removed COPYING from dodoc. 02 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmmixer-2.0_beta4.ebuild: Add patch to honour Gentoo CXXFLAGS. Stable for x86. diff --git a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild b/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild index 24fa865e3a83..72ee0d013e99 100644 --- a/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild +++ b/x11-plugins/wmmixer/wmmixer-2.0_beta4.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/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.7 2004/08/02 10:52:48 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild,v 1.8 2005/11/11 09:23:17 s4t4n Exp $ inherit eutils @@ -47,7 +47,7 @@ src_compile() { src_install() { einstall || die - dodoc README COPYING AUTHORS example/home.wmmixerrc example/home.wmmixer + dodoc README AUTHORS example/home.wmmixerrc example/home.wmmixer einfo einfo "Two sample configuration files have been installed in /usr/share/doc/${PF}/." |