summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-02-05 17:13:48 +0000
committerJeroen Roovers <jer@gentoo.org>2014-02-05 17:13:48 +0000
commit8f4bc1dec7457ceb72fe3c6659b025b39575bce9 (patch)
tree4b1634865d5640f11ca9e62375e36903167bb415 /x11-misc
parentDrop maintainer (diff)
downloadgentoo-2-8f4bc1dec7457ceb72fe3c6659b025b39575bce9.tar.gz
gentoo-2-8f4bc1dec7457ceb72fe3c6659b025b39575bce9.tar.bz2
gentoo-2-8f4bc1dec7457ceb72fe3c6659b025b39575bce9.zip
Version bump (bug #500390 by Matthew Kern).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/read-edid/ChangeLog9
-rw-r--r--x11-misc/read-edid/read-edid-3.0.1.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/x11-misc/read-edid/ChangeLog b/x11-misc/read-edid/ChangeLog
index 794017e6c8f8..b7a486153827 100644
--- a/x11-misc/read-edid/ChangeLog
+++ b/x11-misc/read-edid/ChangeLog
@@ -1,6 +1,11 @@
# 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.29 2013/09/07 15:41:14 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/read-edid/ChangeLog,v 1.30 2014/02/05 17:13:48 jer Exp $
+
+*read-edid-3.0.1 (05 Feb 2014)
+
+ 05 Feb 2014; Jeroen Roovers <jer@gentoo.org> +read-edid-3.0.1.ebuild:
+ Version bump (bug #500390 by Matthew Kern).
07 Sep 2013; Jeroen Roovers <jer@gentoo.org>
files/read-edid-3.0.0-sharedir.patch:
diff --git a/x11-misc/read-edid/read-edid-3.0.1.ebuild b/x11-misc/read-edid/read-edid-3.0.1.ebuild
new file mode 100644
index 000000000000..bb21cbeb5198
--- /dev/null
+++ b/x11-misc/read-edid/read-edid-3.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 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.1.ebuild,v 1.1 2014/02/05 17:13:48 jer Exp $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="Program that can get information from a PnP monitor"
+HOMEPAGE="http://www.polypux.org/projects/read-edid/"
+SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+DEPEND=">=dev-libs/libx86-1.1"
+RDEPEND="$DEPEND"
+
+src_prepare() {
+ sed -i -e 's|COPYING||g;s|share/doc/read-edid|&-'"${PV}"'|g' \
+ CMakeLists.txt || die
+ cmake-utils_src_prepare
+}