From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0367138334 for ; Sun, 1 Jul 2018 00:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 920F1E0856; Sun, 1 Jul 2018 00:04:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10D03E0856 for ; Sun, 1 Jul 2018 00:04:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 103BC335C9F for ; Sun, 1 Jul 2018 00:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAAC035A for ; Sun, 1 Jul 2018 00:03:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530403417.04ddbd05f3f89fde01e38fcd64993b42cd45e64d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openmesh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openmesh/openmesh-4.1.ebuild X-VCS-Directories: media-gfx/openmesh/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 04ddbd05f3f89fde01e38fcd64993b42cd45e64d X-VCS-Branch: master Date: Sun, 1 Jul 2018 00:03:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fabb4c1-8407-409e-81fa-db17238e2cc6 X-Archives-Hash: 36c6c50b18215735250a1566ea153049 commit: 04ddbd05f3f89fde01e38fcd64993b42cd45e64d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 30 22:07:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 1 00:03:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ddbd05 media-gfx/openmesh: EAPI-6 bump Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-gfx/openmesh/openmesh-4.1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild index 33cb49ca2bb..bea079ae6a4 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