diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 15:13:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 15:13:17 +0000 |
commit | 57b366587a8c84d4bf44bca91672b1f219be4350 (patch) | |
tree | abc7b16b68a27358f2633a8e093989cb165b8a82 /x11-misc/xnc | |
parent | Stable on x86. (diff) | |
download | historical-57b366587a8c84d4bf44bca91672b1f219be4350.tar.gz historical-57b366587a8c84d4bf44bca91672b1f219be4350.tar.bz2 historical-57b366587a8c84d4bf44bca91672b1f219be4350.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/xnc')
-rw-r--r-- | x11-misc/xnc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xnc/xnc-5.0.2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xnc/xnc-5.0.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/xnc/ChangeLog b/x11-misc/xnc/ChangeLog index 52bff54852aa..3787489cd4f0 100644 --- a/x11-misc/xnc/ChangeLog +++ b/x11-misc/xnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xnc -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.9 2004/09/02 22:49:41 pvdabeel Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.10 2005/11/01 15:10:44 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xnc-5.0.2.ebuild, + xnc-5.0.4.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> xnc-5.0.4.ebuild: Masked xnc-5.0.4.ebuild stable for ppc diff --git a/x11-misc/xnc/xnc-5.0.2.ebuild b/x11-misc/xnc/xnc-5.0.2.ebuild index 45ec81bf4560..1659e102ba17 100644 --- a/x11-misc/xnc/xnc-5.0.2.ebuild +++ b/x11-misc/xnc/xnc-5.0.2.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-misc/xnc/xnc-5.0.2.ebuild,v 1.3 2004/06/24 22:42:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.4 2005/11/01 15:10:44 nelchael Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -26,5 +26,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO + dodoc AUTHORS ChangeLog LICENSE README TODO } diff --git a/x11-misc/xnc/xnc-5.0.4.ebuild b/x11-misc/xnc/xnc-5.0.4.ebuild index 12984559c660..6acdcc146c5a 100644 --- a/x11-misc/xnc/xnc-5.0.4.ebuild +++ b/x11-misc/xnc/xnc-5.0.4.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-misc/xnc/xnc-5.0.4.ebuild,v 1.7 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.8 2005/11/01 15:10:44 nelchael Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -26,5 +26,5 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO + dodoc AUTHORS ChangeLog LICENSE README TODO } |