summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-09-07 15:38:48 +0000
committerJeroen Roovers <jer@gentoo.org>2013-09-07 15:38:48 +0000
commita02c58139b70e32389818817a1a26892f3474ec2 (patch)
tree6e6aa852134044cde67d9a5f4beeb882758cf146 /x11-misc
parentVersion bump. (diff)
downloadgentoo-2-a02c58139b70e32389818817a1a26892f3474ec2.tar.gz
gentoo-2-a02c58139b70e32389818817a1a26892f3474ec2.tar.bz2
gentoo-2-a02c58139b70e32389818817a1a26892f3474ec2.zip
Clean up. Fix man path/filename (again).
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/read-edid/ChangeLog6
-rw-r--r--x11-misc/read-edid/files/read-edid-3.0.0-sharedir.patch4
-rw-r--r--x11-misc/read-edid/read-edid-3.0.0.ebuild11
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index 7a58ba8924d6..0592db93d89e 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.27 2013/09/07 15:27:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.28 2013/09/07 15:38:48 jer Exp $
+
+ 07 Sep 2013; Jeroen Roovers <jer@gentoo.org>
+ files/read-edid-3.0.0-sharedir.patch, read-edid-3.0.0.ebuild:
+ Clean up. Fix man path/filename (again).
*read-edid-3.0.0 (07 Sep 2013)
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 013361493859..cf5fdb29861c 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
@@ -6,5 +6,5 @@
-INSTALL(FILES get-edid.man DESTINATION man)
-INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION doc)
-+INSTALL(FILES get-edid.man DESTINATION share/man)
-+INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION share/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)
diff --git a/x11-misc/read-edid/read-edid-3.0.0.ebuild b/x11-misc/read-edid/read-edid-3.0.0.ebuild
index fd58e3c4c203..70d10d8739e8 100644
--- a/x11-misc/read-edid/read-edid-3.0.0.ebuild
+++ b/x11-misc/read-edid/read-edid-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.0.ebuild,v 1.1 2013/09/07 15:27:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/read-edid-3.0.0.ebuild,v 1.2 2013/09/07 15:38:48 jer Exp $
EAPI=5
inherit cmake-utils
@@ -22,8 +22,7 @@ PATCHES=(
"${FILESDIR}"/${P}-sharedir.patch
)
-#src_install() {
-# default
-# # as per bug #283322
-# dobin parse-edid/parse-edid
-#}
+src_prepare() {
+ mv get-edid.man get-edid.1 || die
+ cmake-utils_src_prepare
+}