public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tup/
Date: Fri, 11 Feb 2022 14:56:57 +0000 (UTC)	[thread overview]
Message-ID: <1644591404.9370b547c812cb75491dfda2ca881aeb296e568c.juippis@gentoo> (raw)

commit:     9370b547c812cb75491dfda2ca881aeb296e568c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 14:08:40 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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
 


             reply	other threads:[~2022-02-11 14:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 14:56 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-08  7:43 [gentoo-commits] repo/gentoo:master commit in: dev-util/tup/ Joonas Niilola
2022-07-02 17:35 Joonas Niilola
2022-04-17 19:00 Sam James
2022-02-11 14:56 Joonas Niilola
2021-12-05  7:49 Jakov Smolić
2021-07-20 10:25 Joonas Niilola
2020-07-27 23:48 Andrey Utkin
2019-07-10 17:38 Andrey Utkin
2019-04-08 18:22 Andrey Utkin
2019-02-08 13:59 Mikle Kolyada
2018-12-02  3:19 Andrey Utkin
2018-12-02  3:19 Andrey Utkin
2018-12-02  3:19 Andrey Utkin
2018-12-02  2:47 Andrey Utkin
2018-12-02  2:47 Andrey Utkin
2018-07-29  1:43 Andrey Utkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1644591404.9370b547c812cb75491dfda2ca881aeb296e568c.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox