summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:20:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:20:00 +0000
commit8aa0e77f84d68d37593b536ba46ba226b425fdab (patch)
tree81212c9094545df0a150989f2507736db75538fc /x11-misc
parentDon't install INSTALL file. (diff)
downloadgentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.tar.gz
gentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.tar.bz2
gentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdaf/ChangeLog6
-rw-r--r--x11-misc/xdaf/xdaf-0.01.10.ebuild6
-rw-r--r--x11-misc/xdaf/xdaf-0.01.11.01.ebuild4
-rw-r--r--x11-misc/xkbd/ChangeLog5
-rw-r--r--x11-misc/xkbd/xkbd-0.8.12.ebuild4
5 files changed, 16 insertions, 9 deletions
diff --git a/x11-misc/xdaf/ChangeLog b/x11-misc/xdaf/ChangeLog
index 66a8c0a1c6b1..1a9eae363331 100644
--- a/x11-misc/xdaf/ChangeLog
+++ b/x11-misc/xdaf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xdaf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/ChangeLog,v 1.7 2005/07/26 15:10:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/ChangeLog,v 1.8 2005/11/03 12:20:00 nelchael Exp $
+
+ 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xdaf-0.01.10.ebuild,
+ xdaf-0.01.11.01.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
26 Jul 2005; David Holm <dholm@gentoo.org> xdaf-0.01.11.01.ebuild:
Added to ~ppc.
diff --git a/x11-misc/xdaf/xdaf-0.01.10.ebuild b/x11-misc/xdaf/xdaf-0.01.10.ebuild
index c5666a85288f..1a5a31b13344 100644
--- a/x11-misc/xdaf/xdaf-0.01.10.ebuild
+++ b/x11-misc/xdaf/xdaf-0.01.10.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/xdaf/xdaf-0.01.10.ebuild,v 1.7 2004/06/24 22:39:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.10.ebuild,v 1.8 2005/11/03 12:20:00 nelchael Exp $
MY_P="${PN}-A.01.10"
S=${WORKDIR}/${MY_P}
@@ -26,5 +26,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
- dodoc COPYING README
+ dodoc README
}
diff --git a/x11-misc/xdaf/xdaf-0.01.11.01.ebuild b/x11-misc/xdaf/xdaf-0.01.11.01.ebuild
index 512f08fa11ab..e71874b9dbce 100644
--- a/x11-misc/xdaf/xdaf-0.01.11.01.ebuild
+++ b/x11-misc/xdaf/xdaf-0.01.11.01.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/xdaf/xdaf-0.01.11.01.ebuild,v 1.4 2005/07/26 15:10:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.11.01.ebuild,v 1.5 2005/11/03 12:20:00 nelchael Exp $
MY_P=${P/-0/-A}
DESCRIPTION="Small tool to provide visual feedback of local disks activity by changing the default X11 mouse pointer"
@@ -24,5 +24,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
newman xdaf.man xdaf.1
- dodoc COPYING README INSTALL
+ dodoc README
}
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog
index efca5424886a..be316d2927c6 100644
--- a/x11-misc/xkbd/ChangeLog
+++ b/x11-misc/xkbd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkbd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.7 2005/07/26 15:12:21 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.8 2005/11/03 12:17:55 nelchael Exp $
+
+ 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xkbd-0.8.12.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
26 Jul 2005; David Holm <dholm@gentoo.org> xkbd-0.8.12.ebuild:
Added to ~ppc.
diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild
index 4799ffeb7672..bbb96b5484db 100644
--- a/x11-misc/xkbd/xkbd-0.8.12.ebuild
+++ b/x11-misc/xkbd/xkbd-0.8.12.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/xkbd/xkbd-0.8.12.ebuild,v 1.8 2005/07/26 15:12:21 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.9 2005/11/03 12:17:55 nelchael Exp $
DESCRIPTION="Xkbd - onscreen soft keyboard for X11"
HOMEPAGE="http://handhelds.org/~mallum/xkbd/"
@@ -34,7 +34,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc AUTHORS COPYING NEWS README
+ dodoc AUTHORS NEWS README
if use doc; then
insinto /usr/share/doc/${PF}/html