public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/
Date: Tue, 28 Jul 2020 07:05:32 +0000 (UTC)	[thread overview]
Message-ID: <1595919883.3f90dca0330c08f9f363dfdbd229487f0b2013ee.polynomial-c@gentoo> (raw)

commit:     3f90dca0330c08f9f363dfdbd229487f0b2013ee
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Fri Jul 17 18:11:47 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 07:04:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90dca0

dev-util/bats: bump to 1.2.1

The project has been forked and now internally called "bats-core", let
us keep the original name for now.

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

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

diff --git a/dev-util/bats/Manifest b/dev-util/bats/Manifest
index 8b1ae0df3c5..ee8dbe8c016 100644
--- a/dev-util/bats/Manifest
+++ b/dev-util/bats/Manifest
@@ -1,2 +1,3 @@
 DIST bats-0.4.0.tar.gz 17258 BLAKE2B e43b29a413194e697c25a3f1dd3dc72a23ab9444e48bbe04434f8d6d48ff754ef1c12a1e1ab936bed8389b8fe970799cca13be932f1852c643a529babdb43420 SHA512 83c6c0e3ceec149708a8db5d33e95cc84852d8189498c22131c00f4288a6c870f9d522bae9230157f442338dc101e1468451d78dfa274afb83a6f0dd614c8bdb
 DIST bats-0.4.0_p20170219.tar.gz 18776 BLAKE2B 994649547424ee2e0859e7a82f9d46266645c6fc5cc3f47313d8780c3f81755b77d0109ad397c77381d04ba30708536acdacd0f158dc000cca9df23e25558653 SHA512 dc0e185b09dab5cc026ec39a2b15485751f038a6bab2e1089e55ea7e2913c0b99262edb54014300a25e0e3b6cad7ca61b4068f6ab328adaa61878dbb8efdf450
+DIST bats-1.2.1.tar.gz 62685 BLAKE2B 7ac54c8955375571edf7b303dfe9228a384ca5ec06986b9ac3c368e5b855456b2a3291cb3231f963dcd9c1bd5178f06fcbc8c81bdeee82b659561de072cccba9 SHA512 632345e6d83ed930dab23abc03e4797769063bb049ae1bb99e3102dc1e93e5111144ddc61615d05962f7b5bbf72d90ce19a324faf670a3d6e4ce7ab508b0db29

diff --git a/dev-util/bats/bats-1.2.1.ebuild b/dev-util/bats/bats-1.2.1.ebuild
new file mode 100644
index 00000000000..0ab0773b5e9
--- /dev/null
+++ b/dev-util/bats/bats-1.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="bats-core"
+DESCRIPTION="Bats-core: Bash Automated Testing System"
+HOMEPAGE="https://github.com/bats-core/bats-core/"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+DEPEND="app-shells/bash:*"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_test() {
+	bin/bats --formatter tap test || die "Tests failed"
+}
+
+src_install() {
+	exeinto /usr/libexec/${MY_PN}
+	doexe libexec/${MY_PN}/*
+	exeinto /usr/lib/${MY_PN}
+	doexe lib/${MY_PN}/*
+	dobin bin/${PN}
+
+	dodoc README.md
+	doman man/${PN}.1 man/${PN}.7
+}


             reply	other threads:[~2020-07-28  7:05 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28  7:05 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 21:11 [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/ Eli Schwartz
2024-07-07 21:11 Eli Schwartz
2024-06-06 17:28 Arthur Zamarin
2024-04-22 10:17 Sam James
2023-10-18 12:50 Florian Schmaus
2023-10-17  6:00 Joonas Niilola
2023-08-11  6:11 Joonas Niilola
2023-05-13  3:31 Sam James
2023-03-31 16:21 Arthur Zamarin
2023-02-24 15:09 Joonas Niilola
2023-01-28  9:34 Joonas Niilola
2023-01-07 11:30 Arthur Zamarin
2022-10-28 13:40 Florian Schmaus
2022-10-01  5:36 Sam James
2022-10-01  5:06 Sam James
2022-06-03  7:52 Joonas Niilola
2022-06-03  7:52 Joonas Niilola
2022-05-05 12:01 Jakov Smolić
2022-03-27  2:33 Sam James
2022-03-18 12:26 Arthur Zamarin
2022-03-15 16:27 Sam James
2022-02-25  9:48 Yixun Lan
2022-02-07 11:10 Florian Schmaus
2022-01-11 13:01 Jakov Smolić
2021-11-19  6:18 Arthur Zamarin
2021-10-24  4:06 Sam James
2021-09-25  2:58 Sam James
2021-09-25  2:58 Sam James
2021-08-15 14:46 Joonas Niilola
2021-08-15 14:46 Joonas Niilola
2021-07-29 10:46 Joonas Niilola
2021-07-29 10:46 Joonas Niilola
2021-07-22 22:25 Marek Szuba
2021-06-02 10:39 Sam James
2021-03-16 21:28 Sam James
2021-01-03  1:22 Sam James
2021-01-03  1:22 Sam James
2021-01-03  1:18 Sam James
2020-11-24  6:06 Georgy Yakovlev
2020-11-02  1:14 Georgy Yakovlev
2020-07-28  7:05 Lars Wendler
2020-07-28  7:05 Lars Wendler
2020-07-28  7:05 Lars Wendler
2020-03-31 10:01 Agostino Sarubbo
2020-03-31  7:23 Georgy Yakovlev
2020-03-31  7:18 Agostino Sarubbo
2018-10-03  5:15 Georgy Yakovlev
2018-02-11 10:53 Michał Górny
2018-02-01  6:53 Lars Wendler
2017-08-11  8:55 Lars Wendler
2017-08-11  8:55 Lars Wendler
2017-08-08 11:03 Amy Liffey
2016-05-01  2:08 Sam Jorna
2016-04-30 14:34 Sam Jorna

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=1595919883.3f90dca0330c08f9f363dfdbd229487f0b2013ee.polynomial-c@gentoo \
    --to=polynomial-c@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