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 2FFFF138350 for ; Sat, 18 Jan 2020 23:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1ADFE08EB; Sat, 18 Jan 2020 23:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9087EE092E for ; Sat, 18 Jan 2020 23:09:05 +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 0682934E243 for ; Sat, 18 Jan 2020 23:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BEBAC for ; Sat, 18 Jan 2020 23:09:02 +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: <1579388928.7ea75541b0cd2a785417fa2fe1d72f7429dab98e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryfs/cryfs-0.10.2.ebuild sys-fs/cryfs/cryfs-9999.ebuild X-VCS-Directories: sys-fs/cryfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7ea75541b0cd2a785417fa2fe1d72f7429dab98e X-VCS-Branch: master Date: Sat, 18 Jan 2020 23:09:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e359bd4-d5c0-4593-932c-3ef89bcb3508 X-Archives-Hash: eab5699393ea7937afa821b7ba69ab27 commit: 7ea75541b0cd2a785417fa2fe1d72f7429dab98e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 18 22:45:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 18 23:08:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea75541 sys-fs/cryfs: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-fs/cryfs/cryfs-0.10.2.ebuild | 8 ++++---- sys-fs/cryfs/cryfs-9999.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-fs/cryfs/cryfs-0.10.2.ebuild b/sys-fs/cryfs/cryfs-0.10.2.ebuild index a348a7b36d9..43b3ce951a1 100644 --- a/sys-fs/cryfs/cryfs-0.10.2.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_{6,7}} ) -inherit cmake-utils flag-o-matic linux-info python-any-r1 +inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -50,7 +50,7 @@ pkg_setup() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # don't install compressed manpage cmake_comment_add_subdirectory doc @@ -74,7 +74,7 @@ src_configure() { ) use custom-optimization || append-flags -O3 - cmake-utils_src_configure + cmake_src_configure } src_test() { @@ -94,6 +94,6 @@ src_test() { } src_install() { - cmake-utils_src_install + cmake_src_install doman doc/man/cryfs.1 } diff --git a/sys-fs/cryfs/cryfs-9999.ebuild b/sys-fs/cryfs/cryfs-9999.ebuild index e51d307230e..ac222bf5bcf 100644 --- a/sys-fs/cryfs/cryfs-9999.ebuild +++ b/sys-fs/cryfs/cryfs-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" PYTHON_COMPAT=( python{2_7,3_{6,7}} ) -inherit cmake-utils flag-o-matic linux-info python-any-r1 +inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then inherit git-r3 @@ -46,7 +46,7 @@ pkg_setup() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # don't install compressed manpage cmake_comment_add_subdirectory doc @@ -69,7 +69,7 @@ src_configure() { ) use custom-optimization || append-flags -O3 - cmake-utils_src_configure + cmake_src_configure } src_test() {