summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:14:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:14:00 +0000
commit15e45e0d2b5d357aaf2979f41d4a90f11f151de2 (patch)
tree70ceecdd965639f3dded399eaef37c5d6c0fdcb6 /x11-misc/read-edid
parentFixed dodoc not to install COPYING and/or INSTALL. (diff)
downloadhistorical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.tar.gz
historical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.tar.bz2
historical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.zip
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/read-edid')
-rw-r--r--x11-misc/read-edid/ChangeLog7
-rw-r--r--x11-misc/read-edid/read-edid-1.4.1.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index bb0edcd44a13..aad032f813f9 100644
--- a/x11-misc/read-edid/ChangeLog
+++ b/x11-misc/read-edid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/read-edid
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.4 2004/06/24 22:31:23 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.5 2005/11/01 13:14:00 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> read-edid-1.4.1.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
01 Jun 2004; Brandon Hale <tseng@gentoo.org> read-edid-1.4.1.ebuild:
Add IUSE=
diff --git a/x11-misc/read-edid/read-edid-1.4.1.ebuild b/x11-misc/read-edid/read-edid-1.4.1.ebuild
index f801d04d2f6d..f38f430d6661 100644
--- a/x11-misc/read-edid/read-edid-1.4.1.ebuild
+++ b/x11-misc/read-edid/read-edid-1.4.1.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/read-edid/read-edid-1.4.1.ebuild,v 1.5 2005/07/11 23:11:00 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-1.4.1.ebuild,v 1.6 2005/11/01 13:14:00 nelchael Exp $
DESCRIPTION="program that can get information from a pnp monitor."
HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html"
@@ -13,5 +13,5 @@ IUSE=""
src_install() {
make DESTDIR="${D}" install || die
- dodoc AUTHORS COPYING ChangeLog LRMI NEWS README
+ dodoc AUTHORS ChangeLog LRMI NEWS README
}