diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-01-02 10:48:50 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-01-02 10:48:50 +0000 |
commit | 56812c38888a56b6e98eb6857916daff6490abb3 (patch) | |
tree | f54599be89754786d03a646851c5fb59f09810e4 /x11-plugins | |
parent | Removed INSTALL and COPYING from dodoc. Wiped out older versions. (diff) | |
download | gentoo-2-56812c38888a56b6e98eb6857916daff6490abb3.tar.gz gentoo-2-56812c38888a56b6e98eb6857916daff6490abb3.tar.bz2 gentoo-2-56812c38888a56b6e98eb6857916daff6490abb3.zip |
Removed INSTALL and LICENSE from dodoc
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asmem/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asmem/asmem-1.10.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/astime/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/astime/astime-2.8.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog index 0a1d22a9b223..fd2a8f83f975 100644 --- a/x11-plugins/asmem/ChangeLog +++ b/x11-plugins/asmem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asmem # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.8 2005/06/13 13:19:18 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.9 2006/01/02 10:48:50 s4t4n Exp $ + + 02 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> asmem-1.10.ebuild: + Removed LICENSE and INSTALL from dodoc. 13 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml: Added metadata.xml (afterstep herd). diff --git a/x11-plugins/asmem/asmem-1.10.ebuild b/x11-plugins/asmem/asmem-1.10.ebuild index 19c67f7fb221..bad0089a8980 100644 --- a/x11-plugins/asmem/asmem-1.10.ebuild +++ b/x11-plugins/asmem/asmem-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.10.ebuild,v 1.4 2005/02/06 17:36:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.10.ebuild,v 1.5 2006/01/02 10:48:50 s4t4n Exp $ inherit eutils @@ -24,5 +24,5 @@ src_install () { dodir /usr/share/man/man1 make DESTDIR=${D} install || die - dodoc CHANGES INSTALL LICENSE README + dodoc CHANGES README } diff --git a/x11-plugins/astime/ChangeLog b/x11-plugins/astime/ChangeLog index 857833bc532c..d668f3a78655 100644 --- a/x11-plugins/astime/ChangeLog +++ b/x11-plugins/astime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/astime # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.6 2005/06/13 13:15:23 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/ChangeLog,v 1.7 2006/01/02 10:46:47 s4t4n Exp $ + + 02 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> astime-2.8.ebuild: + Removed LICENSE and INSTALL from dodoc. 13 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml: Added metadata.xml (afterstep herd). diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild index c6bf28822fb9..439604f79dd4 100644 --- a/x11-plugins/astime/astime-2.8.ebuild +++ b/x11-plugins/astime/astime-2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.10 2004/09/01 02:27:26 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.11 2006/01/02 10:46:47 s4t4n Exp $ DESCRIPTION="Analogue clock utility for X Windows." HOMEPAGE="http://www.tigr.net/" @@ -28,5 +28,5 @@ src_install () { doman astime.1 dobin astime - dodoc README INSTALL LICENSE + dodoc README } |