Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/read-edid/
Date: Tue, 12 Jun 2018 07:33:41
Message-Id: 1528787798.64a0cd2261c79e6687876753b8fa17d7b9cca173.asturm@gentoo
1 commit: 64a0cd2261c79e6687876753b8fa17d7b9cca173
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 06:49:25 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 07:16:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a0cd22
7
8 x11-misc/read-edid: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-misc/read-edid/read-edid-1.4.2.ebuild | 6 ++----
13 x11-misc/read-edid/read-edid-3.0.2.ebuild | 7 ++++---
14 2 files changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/x11-misc/read-edid/read-edid-1.4.2.ebuild b/x11-misc/read-edid/read-edid-1.4.2.ebuild
17 index 057a1743fdc..a84c9594c75 100644
18 --- a/x11-misc/read-edid/read-edid-1.4.2.ebuild
19 +++ b/x11-misc/read-edid/read-edid-1.4.2.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 DESCRIPTION="Get EDID information from a PnP monitor"
29 HOMEPAGE="http://www.polypux.org/projects/read-edid/"
30 @@ -11,8 +11,6 @@ LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="alpha amd64 ppc ~sparc x86"
33
34 -DOCS=( AUTHORS ChangeLog NEWS README )
35 -
36 src_configure() {
37 econf --mandir=/usr/share/man
38 }
39
40 diff --git a/x11-misc/read-edid/read-edid-3.0.2.ebuild b/x11-misc/read-edid/read-edid-3.0.2.ebuild
41 index 7c9d0bb7c56..f55ccb264aa 100644
42 --- a/x11-misc/read-edid/read-edid-3.0.2.ebuild
43 +++ b/x11-misc/read-edid/read-edid-3.0.2.ebuild
44 @@ -1,7 +1,8 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 -EAPI=5
50 +EAPI=6
51 +
52 inherit cmake-utils
53
54 DESCRIPTION="Program that can get information from a PnP monitor"
55 @@ -13,7 +14,7 @@ SLOT="0"
56 KEYWORDS="-* amd64 x86"
57
58 DEPEND=">=dev-libs/libx86-1.1"
59 -RDEPEND="$DEPEND"
60 +RDEPEND="${DEPEND}"
61
62 src_prepare() {
63 sed -i -e 's|COPYING||g;s|share/doc/read-edid|&-'"${PV}"'|g' \