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 2AD9D1382C5 for ; Sat, 27 Feb 2021 04:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56460E08CE; Sat, 27 Feb 2021 04:12: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 35DCEE08CE for ; Sat, 27 Feb 2021 04:12: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 DB318341104 for ; Sat, 27 Feb 2021 04:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15623579 for ; Sat, 27 Feb 2021 04:12:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614399108.71931fba1ed3bd70e5c6ba9b7b30c4e46f34c492.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wandio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/wandio/wandio-4.2.3_p1-r1.ebuild X-VCS-Directories: net-libs/wandio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71931fba1ed3bd70e5c6ba9b7b30c4e46f34c492 X-VCS-Branch: master Date: Sat, 27 Feb 2021 04:12:01 +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: 86e2d405-aef5-4798-98bd-63acb380a683 X-Archives-Hash: 25d1b8d7dabd0ca6ee3f231dbd2ee3f7 commit: 71931fba1ed3bd70e5c6ba9b7b30c4e46f34c492 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 03:42:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 04:11:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71931fba net-libs/wandio: port to EAPI 7, fix tests Closes: https://bugs.gentoo.org/725040 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> net-libs/wandio/wandio-4.2.3_p1-r1.ebuild | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild index e0d614fcb24..4eef4248a4d 100644 --- a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild +++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild @@ -1,18 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools DESCRIPTION="C library for simple and efficient file IO" HOMEPAGE="https://research.wand.net.nz/software/libwandio.php" SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/_p/-}" LICENSE="LGPL-3" SLOT="0/6" KEYWORDS="~amd64 ~x86" -IUSE="bzip2 http lzma lzo static-libs test zlib" +IUSE="bzip2 http lzma lzo test zlib" RESTRICT="!test? ( test )" +REQUIRED_USE="test? ( lzma lzo )" RDEPEND=" !