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 E40F8138350 for ; Sat, 21 Mar 2020 14:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B576EE0B34; Sat, 21 Mar 2020 14:10:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 60664E0B72 for ; Sat, 21 Mar 2020 14:10:40 +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 69B3834F09C for ; Sat, 21 Mar 2020 14:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6534C193 for ; Sat, 21 Mar 2020 14:10:37 +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: <1584799821.d1b486cafcb643c572afc878c797d0124a28bbc5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild X-VCS-Directories: sys-libs/nss_wrapper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1b486cafcb643c572afc878c797d0124a28bbc5 X-VCS-Branch: master Date: Sat, 21 Mar 2020 14:10:37 +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: a2fcf6c7-bb4a-4c70-b5c6-ee6be9a5a0ce X-Archives-Hash: b4a3066d02cb4464edf97755946d6e84 commit: d1b486cafcb643c572afc878c797d0124a28bbc5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 19 13:42:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 14:10:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b486ca sys-libs/nss_wrapper: EAPI-7 bump, use cmake.eclass Dropping unused USE test. Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild index f1c972d5283..c7252f28e7a 100644 --- a/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild +++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild @@ -1,18 +1,15 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib -DESCRIPTION="A wrapper for the user, group and hosts NSS API" +DESCRIPTION="Wrapper for the user, group and hosts NSS API" HOMEPAGE="https://cwrap.org/nss_wrapper.html" SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="" -RDEPEND="${DEPEND}"