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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A55AD15808C for ; Fri, 11 Feb 2022 14:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B15E086C; Fri, 11 Feb 2022 14:57:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86AD0E086A for ; Fri, 11 Feb 2022 14:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92C4D3431FD for ; Fri, 11 Feb 2022 14:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDCD12D2 for ; Fri, 11 Feb 2022 14:56:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1644591404.9370b547c812cb75491dfda2ca881aeb296e568c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/tup/tup-0.7.11.ebuild X-VCS-Directories: dev-util/tup/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9370b547c812cb75491dfda2ca881aeb296e568c X-VCS-Branch: master Date: Fri, 11 Feb 2022 14:56:57 +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: 1ff04063-6445-423d-8876-0fb5f0cd1832 X-Archives-Hash: ced39255d7d20c229d85c4371025ab3e commit: 9370b547c812cb75491dfda2ca881aeb296e568c Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 11 14:08:40 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 11 14:56:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9370b547 dev-util/tup: update HOMEPAGE, add missing BDEPEND for 0.7.11 Signed-off-by: Joonas Niilola gentoo.org> dev-util/tup/tup-0.7.11.ebuild | 69 +++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/dev-util/tup/tup-0.7.11.ebuild b/dev-util/tup/tup-0.7.11.ebuild index 74a30dda33e3..d6acd475e038 100644 --- a/dev-util/tup/tup-0.7.11.ebuild +++ b/dev-util/tup/tup-0.7.11.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit linux-info toolchain-funcs DESCRIPTION="A file-based build system" -HOMEPAGE="http://gittup.org/tup" +HOMEPAGE="https://gittup.org/tup https://github.com/gittup/tup" # Tup itself is GPLv2, but it bundles differently licensed software: # - lua: MIT # - sqlite (unused in this ebuild): public domain @@ -25,11 +25,12 @@ else fi DEPEND=" - dev-db/sqlite:= - dev-libs/libpcre:= - sys-fs/fuse:3= + dev-db/sqlite + dev-libs/libpcre + sys-fs/fuse:3 " RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" CONFIG_CHECK="~FUSE_FS ~NAMESPACES" WARNING_FUSE_FS="CONFIG_FUSE_FS is required for tup to work" @@ -79,36 +80,36 @@ src_test() { # Skip tests which require namespacing or root privileges. pushd test || die rm -v t2150-lua-tupdefault.sh \ - t2172-lua-relativedir.sh \ - t2187-tupdefault.sh \ - t2197-tupdefault-ghost.sh \ - t2220-lua-open-external.sh \ - t4062-full-deps.sh \ - t4063-full-deps2.sh \ - t4064-full-deps3.sh \ - t4065-full-deps-proc.sh \ - t4067-full-deps5.sh \ - t4069-gcc-coverage.sh \ - t4072-proc-self.sh \ - t4074-getpwd.sh \ - t4131-proc-self-exe.sh \ - t4132-proc-meminfo.sh \ - t4171-dev-null.sh \ - t4200-ccache.sh \ - t4201-ccache2.sh \ - t4202-clang.sh \ - t4205-full-deps6.sh \ - t4206-full-deps7.sh \ - t4207-full-deps8.sh \ - t4208-full-deps-external.sh \ - t4209-full-deps-external2.sh \ - t4210-full-deps-getaddrinfo.sh \ - t4215-full-deps-get-nprocs.sh \ - t5083-symlink-fullpath.sh \ - t5084-symlink-fullpath2.sh \ - t5103-python-sh.sh \ - t7048-full-deps.sh \ - t8105-variant-parse-progress.sh || die + t2172-lua-relativedir.sh \ + t2187-tupdefault.sh \ + t2197-tupdefault-ghost.sh \ + t2220-lua-open-external.sh \ + t4062-full-deps.sh \ + t4063-full-deps2.sh \ + t4064-full-deps3.sh \ + t4065-full-deps-proc.sh \ + t4067-full-deps5.sh \ + t4069-gcc-coverage.sh \ + t4072-proc-self.sh \ + t4074-getpwd.sh \ + t4131-proc-self-exe.sh \ + t4132-proc-meminfo.sh \ + t4171-dev-null.sh \ + t4200-ccache.sh \ + t4201-ccache2.sh \ + t4202-clang.sh \ + t4205-full-deps6.sh \ + t4206-full-deps7.sh \ + t4207-full-deps8.sh \ + t4208-full-deps-external.sh \ + t4209-full-deps-external2.sh \ + t4210-full-deps-getaddrinfo.sh \ + t4215-full-deps-get-nprocs.sh \ + t5083-symlink-fullpath.sh \ + t5084-symlink-fullpath2.sh \ + t5103-python-sh.sh \ + t7048-full-deps.sh \ + t8105-variant-parse-progress.sh || die ./test.sh || die popd || die