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 | |
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')
-rw-r--r-- | x11-plugins/wmmenu/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmmixer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmixer/wmmixer-2.0_beta4.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/x11-plugins/wmmenu/ChangeLog b/x11-plugins/wmmenu/ChangeLog index 7fcf6dabe717..a996c60be0dd 100644 --- a/x11-plugins/wmmenu/ChangeLog +++ b/x11-plugins/wmmenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmenu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.5 2005/09/27 13:13:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.6 2005/11/11 09:20:20 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmenu-1.2-r1.ebuild: + Removed COPYING from dodoc. 27 Sep 2005; Luis Medinas <metalgod@gentoo.org> wmmenu-1.2-r1.ebuild: Added ~amd64 keyword. Closes bug #107121. diff --git a/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild b/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild index 04460994e0de..1ba1182fabce 100644 --- a/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild +++ b/x11-plugins/wmmenu/wmmenu-1.2-r1.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-plugins/wmmenu/wmmenu-1.2-r1.ebuild,v 1.3 2005/09/27 13:13:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.2-r1.ebuild,v 1.4 2005/11/11 09:20:20 s4t4n Exp $ inherit eutils @@ -38,5 +38,5 @@ src_install () { dobin wmmenu doman wmmenu.1 - dodoc COPYING README TODO example/apps example/defaults example/extract_icon_back + dodoc README TODO example/apps example/defaults example/extract_icon_back } 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}/." |