From 9e34fed865c33b1a0f44dd32169df25392a4dde7 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 1 Nov 2005 00:01:09 +0000 Subject: Fixed dodoc not to install COPYING and INSTALL. (Portage version: 2.0.53_rc7) --- x11-misc/xrestop/ChangeLog | 6 +++++- x11-misc/xrestop/xrestop-0.2.ebuild | 4 ++-- x11-misc/xrestop/xrestop-0.3.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'x11-misc/xrestop') diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog index 0068f5fb0d10..8fa2a9c4dd44 100644 --- a/x11-misc/xrestop/ChangeLog +++ b/x11-misc/xrestop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrestop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.14 2005/10/13 23:53:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.15 2005/11/01 00:01:09 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik xrestop-0.2.ebuild, + xrestop-0.3.ebuild: + Fixed dodoc not to install COPYING and INSTALL. 13 Oct 2005; Sven Wegener xrestop-0.2.ebuild, xrestop-0.3.ebuild: diff --git a/x11-misc/xrestop/xrestop-0.2.ebuild b/x11-misc/xrestop/xrestop-0.2.ebuild index a86e08647a0b..977cd0d677e2 100644 --- a/x11-misc/xrestop/xrestop-0.2.ebuild +++ b/x11-misc/xrestop/xrestop-0.2.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-misc/xrestop/xrestop-0.2.ebuild,v 1.8 2005/10/13 23:53:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.2.ebuild,v 1.9 2005/11/01 00:01:09 nelchael Exp $ IUSE="" @@ -16,5 +16,5 @@ DEPEND="virtual/x11" src_install () { einstall || die - dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING + dodoc AUTHORS ChangeLog NEWS README } diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index ff06e2c4930b..d13862424ed9 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.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-misc/xrestop/xrestop-0.3.ebuild,v 1.8 2005/10/13 23:53:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.9 2005/11/01 00:01:09 nelchael Exp $ IUSE="" @@ -16,5 +16,5 @@ DEPEND="virtual/x11" src_install () { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING + dodoc AUTHORS ChangeLog NEWS README } -- cgit v1.2.3-65-gdbad