public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bats-assert/
Date: Tue,  6 Feb 2024 12:23:55 +0000 (UTC)	[thread overview]
Message-ID: <1707222193.f53172c6fd903916d6e85aff6003520acd714334.pastalian46@gentoo> (raw)

commit:     f53172c6fd903916d6e85aff6003520acd714334
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Feb  6 11:19:08 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Feb  6 12:23:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f53172c6

dev-util/bats-assert: add 2.1.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-util/bats-assert/Manifest                 |  1 +
 dev-util/bats-assert/bats-assert-2.1.0.ebuild | 33 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-util/bats-assert/Manifest b/dev-util/bats-assert/Manifest
index 7949157564..189aee125a 100644
--- a/dev-util/bats-assert/Manifest
+++ b/dev-util/bats-assert/Manifest
@@ -1 +1,2 @@
 DIST bats-assert-2.0.0.tar.gz 14175 BLAKE2B 4e34fdd018c70b18b44b39f3877fd6730631c78c23cc38e404093745d0b606bdffd8ff35bdfe7bda90fadf793b524d8189025a8929b358add9721062ed80cd7c SHA512 02a9d8edc0c241f0d155a074ff58fcda541ab2c5b7b07213c19576b2ff3ae1bc17dacd933e71c9a3db9bfa4f4e1f963349d14426b48619b3ff7b7334f09b181d
+DIST bats-assert-2.1.0.tar.gz 17670 BLAKE2B 936c1dc1b594c2792e5fcc85b90c3bfe270157efb4a1bc25c91de1f4ef721f0a6734b40b53725eb84a225701366f6d75140df348832bca0bffaf565ea5b9e75e SHA512 797689b91df5018b717c09578e1c0f6fea11f344c2e5985ec5eaca89bab39aafa7d88b31043a34576bcdf0ab5cf160c9624ee3167bd0854d7b16aa947b3928e4

diff --git a/dev-util/bats-assert/bats-assert-2.1.0.ebuild b/dev-util/bats-assert/bats-assert-2.1.0.ebuild
new file mode 100644
index 0000000000..d1b9c6cb52
--- /dev/null
+++ b/dev-util/bats-assert/bats-assert-2.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Common assertions for Bats"
+HOMEPAGE="https://github.com/bats-core/bats-assert"
+SRC_URI="https://github.com/bats-core/bats-assert/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-util/bats
+	dev-util/bats-support
+"
+BDEPEND="test? ( ${RDEPEND} )"
+
+DOCS=( README.md )
+
+src_install() {
+	insinto "/usr/share/${PN}"
+	doins load.bash
+	doins -r src
+	einstalldocs
+}
+
+src_test() {
+	BATS_LIB_PATH=/usr/share bats test || die
+}


             reply	other threads:[~2024-02-06 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 12:23 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06 12:23 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bats-assert/ Takuya Wakazono
2021-10-16 10:25 Alessandro Barbieri
2021-10-16 10:21 Alessandro Barbieri

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=1707222193.f53172c6fd903916d6e85aff6003520acd714334.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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