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/bats/
Date: Sat, 28 Jan 2023 09:34:15 +0000 (UTC)	[thread overview]
Message-ID: <1674898443.4483dd19c910c64ca69c199dfdb98ee6a97caf24.juippis@gentoo> (raw)

commit:     4483dd19c910c64ca69c199dfdb98ee6a97caf24
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sat Jan 28 09:15:24 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 09:34:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4483dd19

dev-util/bats: drop old

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/29312
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/bats/Manifest          |  3 ---
 dev-util/bats/bats-1.5.0.ebuild | 43 -----------------------------------------
 dev-util/bats/bats-1.7.0.ebuild | 43 -----------------------------------------
 dev-util/bats/bats-1.8.0.ebuild | 43 -----------------------------------------
 4 files changed, 132 deletions(-)

diff --git a/dev-util/bats/Manifest b/dev-util/bats/Manifest
index c9c2bff45402..cafe6ecb85fa 100644
--- a/dev-util/bats/Manifest
+++ b/dev-util/bats/Manifest
@@ -1,4 +1 @@
-DIST bats-1.5.0.tar.gz 108052 BLAKE2B 68bba9d263e4206ead7039da2b09c5211c834445efdf429dca6c53acc5409de1052ce7ffa9143e732d3aeaeb6ea6dcaf9b419adc02776e601545557dea776e36 SHA512 e0386fb32214db67ae001a2040c44277988af7fa909a820843237c7d47eedfa4e370238d5b2d06a4667b874cad4b00f2cd14624b1bc45628192e5d693bd5073a
-DIST bats-1.7.0.tar.gz 124590 BLAKE2B eab244f018ec568c280d20540013eaa9e5a8d84ead8e23b9db2f8d18bbd7ebd43c60ab38cee008e0d016a219f16aa6f52733d5f891ffb8733ca8576a5738dd22 SHA512 22ca033e004087cabf645417ea184d2e1a0704575f702a94de5b63b3af6d1fd4caaecad86a5cb49687c606728d875dd13b4d5de66599b83324980fdc71cb92e2
-DIST bats-1.8.0.tar.gz 144262 BLAKE2B 4f12d4c5211535f11a3cbc856233a59e0c3bcd892c6f021055458960b450f908f3b865cee38ad2c2569be41ab81e2fdb973003be85890f70f8894c8a17812b42 SHA512 e51ea85bf2f455881a90220d783b4a261bd91331326a7184eb31ea9adf31c18a79a062fd77af12d082ccef953d992382ec19ca9a27395b2a03c4a9a120bdda76
 DIST bats-1.8.2.tar.gz 143952 BLAKE2B 0c2302f2c77f5ee0446a6559355d24fae8bb2f178b5b17778fea44ec2f069c061c2930814f73e56671bf6f7cea44a74cea9b6436ca80941a1747197ccddcec02 SHA512 7eace32f19789e081112af1ce8ab33ff210d52bd3ea84962bbec226349b3b8d8912b6a495f5524f9cc7cfe692f1d23d684c93c24e182752e2b30731670d6eeea

diff --git a/dev-util/bats/bats-1.5.0.ebuild b/dev-util/bats/bats-1.5.0.ebuild
deleted file mode 100644
index 250afc44096b..000000000000
--- a/dev-util/bats/bats-1.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing optfeature
-
-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 arm64 ppc64 ~riscv x86"
-
-DEPEND="app-shells/bash:*"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_test() {
-	local my_jobs=$(makeopts_jobs)
-	if ! command -v parallel >/dev/null; then
-		my_jobs=1
-	fi
-	bin/bats --tap --jobs "${my_jobs}" 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
-}
-
-pkg_postinst() {
-	optfeature "Parallel Execution" sys-process/parallel
-}

diff --git a/dev-util/bats/bats-1.7.0.ebuild b/dev-util/bats/bats-1.7.0.ebuild
deleted file mode 100644
index 5115a8c81337..000000000000
--- a/dev-util/bats/bats-1.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing optfeature
-
-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 ~arm64 hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-DEPEND="app-shells/bash:*"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_test() {
-	local my_jobs=$(makeopts_jobs)
-	if ! command -v parallel >/dev/null; then
-		my_jobs=1
-	fi
-	bin/bats --tap --jobs "${my_jobs}" 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
-}
-
-pkg_postinst() {
-	optfeature "Parallel Execution" sys-process/parallel
-}

diff --git a/dev-util/bats/bats-1.8.0.ebuild b/dev-util/bats/bats-1.8.0.ebuild
deleted file mode 100644
index d42eecab71cd..000000000000
--- a/dev-util/bats/bats-1.8.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multiprocessing optfeature
-
-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 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-DEPEND="app-shells/bash:*"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_test() {
-	local my_jobs=$(makeopts_jobs)
-	if ! command -v parallel >/dev/null; then
-		my_jobs=1
-	fi
-	bin/bats --tap --jobs "${my_jobs}" 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
-}
-
-pkg_postinst() {
-	optfeature "Parallel Execution" sys-process/parallel
-}


             reply	other threads:[~2023-01-28  9:34 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-28  9:34 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 16:27 [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/ Sam James
2025-01-24  7:14 Joonas Niilola
2024-12-05 15:17 Florian Schmaus
2024-07-07 21:11 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-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-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=1674898443.4483dd19c910c64ca69c199dfdb98ee6a97caf24.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