diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 00:01:09 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 00:01:09 +0000 |
commit | 9e34fed865c33b1a0f44dd32169df25392a4dde7 (patch) | |
tree | 3620bc0d7167027656b03b51caa7de785a344f00 /x11-misc/xrestop | |
parent | get off legacy ebuilds (diff) | |
download | gentoo-2-9e34fed865c33b1a0f44dd32169df25392a4dde7.tar.gz gentoo-2-9e34fed865c33b1a0f44dd32169df25392a4dde7.tar.bz2 gentoo-2-9e34fed865c33b1a0f44dd32169df25392a4dde7.zip |
Fixed dodoc not to install COPYING and INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r-- | x11-misc/xrestop/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
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 <nelchael@gentoo.org> xrestop-0.2.ebuild, + xrestop-0.3.ebuild: + Fixed dodoc not to install COPYING and INSTALL. 13 Oct 2005; Sven Wegener <swegener@gentoo.org> 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 } |