summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 18:03:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 18:03:15 +0000
commit159a8d191be7296cbdcbbed34e6dd498a7aaca1f (patch)
tree3a22e0b81f4a32b4dec9a3316dfc98adfa7d6d7c
parentStable on sparc wrt #111007 (diff)
downloadgentoo-2-159a8d191be7296cbdcbbed34e6dd498a7aaca1f.tar.gz
gentoo-2-159a8d191be7296cbdcbbed34e6dd498a7aaca1f.tar.bz2
gentoo-2-159a8d191be7296cbdcbbed34e6dd498a7aaca1f.zip
Fixed dodoc not to install COPYING and INSTALL.
(Portage version: 2.0.53_rc7)
-rw-r--r--x11-misc/idesk/ChangeLog6
-rw-r--r--x11-misc/idesk/idesk-0.7.3-r1.ebuild4
-rw-r--r--x11-misc/idesk/idesk-0.7.4.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/idesk/ChangeLog b/x11-misc/idesk/ChangeLog
index 5f2ac168b483..2326af11a04f 100644
--- a/x11-misc/idesk/ChangeLog
+++ b/x11-misc/idesk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/idesk
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.32 2005/09/25 17:15:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/ChangeLog,v 1.33 2005/10/31 18:03:15 nelchael Exp $
+
+ 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> idesk-0.7.3-r1.ebuild,
+ idesk-0.7.4.ebuild:
+ Fixed dodoc not to install COPYING and INSTALL.
*idesk-0.7.4 (25 Sep 2005)
diff --git a/x11-misc/idesk/idesk-0.7.3-r1.ebuild b/x11-misc/idesk/idesk-0.7.3-r1.ebuild
index 0db25ed8cace..abbdd008e654 100644
--- a/x11-misc/idesk/idesk-0.7.3-r1.ebuild
+++ b/x11-misc/idesk/idesk-0.7.3-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-misc/idesk/idesk-0.7.3-r1.ebuild,v 1.1 2005/07/17 15:46:11 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.7.3-r1.ebuild,v 1.2 2005/10/31 18:03:15 nelchael Exp $
inherit eutils
@@ -33,7 +33,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
- dodoc README AUTHORS COPYING INSTALL NEWS TODO
+ dodoc README AUTHORS NEWS TODO
}
pkg_postinst() {
diff --git a/x11-misc/idesk/idesk-0.7.4.ebuild b/x11-misc/idesk/idesk-0.7.4.ebuild
index 96720f035f0e..3ae17422d5cc 100644
--- a/x11-misc/idesk/idesk-0.7.4.ebuild
+++ b/x11-misc/idesk/idesk-0.7.4.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/idesk/idesk-0.7.4.ebuild,v 1.1 2005/09/25 17:15:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/idesk/idesk-0.7.4.ebuild,v 1.2 2005/10/31 18:03:15 nelchael Exp $
inherit eutils
@@ -33,7 +33,7 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "make install failed"
- dodoc README AUTHORS COPYING INSTALL NEWS TODO
+ dodoc README AUTHORS NEWS TODO
}
pkg_postinst() {