From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 22:07:11 +0000 (+0200) Subject: media-gfx/openmesh: EAPI-6 bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=04ddbd05f3f89fde01e38fcd64993b42cd45e64d;p=gentoo.git media-gfx/openmesh: EAPI-6 bump Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild index 33cb49ca2bb9..bea079ae6a4b 100644 --- a/media-gfx/openmesh/openmesh-4.1.ebuild +++ b/media-gfx/openmesh/openmesh-4.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -inherit eutils cmake-utils +EAPI=6 + +inherit cmake-utils MY_PN="OpenMesh" MY_PV="${PV/_rc/-RC}" @@ -24,6 +25,8 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-cpp/gtest )" +DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG ) + src_prepare() { cmake-utils_src_prepare @@ -55,11 +58,6 @@ src_configure() { cmake-utils_src_configure } -src_install() { - cmake-utils_src_install - dodoc LICENSE/* README CHANGELOG -} - src_test() { cd "${BUILD_DIR}" || die LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) ctest --verbose