Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/
Date: Sun, 01 Jul 2018 00:04:16
Message-Id: 1530403417.04ddbd05f3f89fde01e38fcd64993b42cd45e64d.asturm@gentoo
1 commit: 04ddbd05f3f89fde01e38fcd64993b42cd45e64d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 22:07:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 00:03:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ddbd05
7
8 media-gfx/openmesh: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 media-gfx/openmesh/openmesh-4.1.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild
16 index 33cb49ca2bb..bea079ae6a4 100644
17 --- a/media-gfx/openmesh/openmesh-4.1.ebuild
18 +++ b/media-gfx/openmesh/openmesh-4.1.ebuild
19 @@ -1,8 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="5"
24 -inherit eutils cmake-utils
25 +EAPI=6
26 +
27 +inherit cmake-utils
28
29 MY_PN="OpenMesh"
30 MY_PV="${PV/_rc/-RC}"
31 @@ -24,6 +25,8 @@ RDEPEND="
32 DEPEND="${RDEPEND}
33 test? ( dev-cpp/gtest )"
34
35 +DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG )
36 +
37 src_prepare() {
38 cmake-utils_src_prepare
39
40 @@ -55,11 +58,6 @@ src_configure() {
41 cmake-utils_src_configure
42 }
43
44 -src_install() {
45 - cmake-utils_src_install
46 - dodoc LICENSE/* README CHANGELOG
47 -}
48 -
49 src_test() {
50 cd "${BUILD_DIR}" || die
51 LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) ctest --verbose