summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-09-07 15:41:14 +0000
committerJeroen Roovers <jer@gentoo.org>2013-09-07 15:41:14 +0000
commit9904dd3b62b3f6beeb2036654dbdb555529e48ca (patch)
treee571807b25fcbd3c5227c3bcba57cd2a6a2e1257
parentClean up. Fix man path/filename (again). (diff)
downloadgentoo-2-9904dd3b62b3f6beeb2036654dbdb555529e48ca.tar.gz
gentoo-2-9904dd3b62b3f6beeb2036654dbdb555529e48ca.tar.bz2
gentoo-2-9904dd3b62b3f6beeb2036654dbdb555529e48ca.zip
Do not install COPYING.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r--x11-misc/read-edid/ChangeLog6
-rw-r--r--x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index 0592db93d89e..794017e6c8f8 100644
--- a/x11-misc/read-edid/ChangeLog
+++ b/x11-misc/read-edid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/read-edid
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.28 2013/09/07 15:38:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.29 2013/09/07 15:41:14 jer Exp $
+
+ 07 Sep 2013; Jeroen Roovers <jer@gentoo.org>
+ files/read-edid-3.0.0-sharedir.patch:
+ Do not install COPYING.
07 Sep 2013; Jeroen Roovers <jer@gentoo.org>
files/read-edid-3.0.0-sharedir.patch, read-edid-3.0.0.ebuild:
diff --git a/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch b/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch
index cf5fdb29861c..bbce6914532c 100644
--- a/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch
+++ b/x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch
@@ -7,4 +7,4 @@
-INSTALL(FILES get-edid.man DESTINATION man)
-INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION doc)
+INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
-+INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION share/doc/read-edid-3.0.0)
++INSTALL(FILES AUTHORS ChangeLog NEWS README DESTINATION share/doc/read-edid-3.0.0)