public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/
Date: Sat, 22 Apr 2023 00:11:32 +0000 (UTC)	[thread overview]
Message-ID: <1682122215.673a4fecd816540e87ea47e68bcc07a24c02c12f.conikost@gentoo> (raw)

commit:     673a4fecd816540e87ea47e68bcc07a24c02c12f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 00:08:58 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 00:10:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673a4fec

dev-lua/busted: drop 2.1.1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/busted/Manifest            |  1 -
 dev-lua/busted/busted-2.1.1.ebuild | 63 --------------------------------------
 2 files changed, 64 deletions(-)

diff --git a/dev-lua/busted/Manifest b/dev-lua/busted/Manifest
index 6411054e5a16..d4923dd8e7cc 100644
--- a/dev-lua/busted/Manifest
+++ b/dev-lua/busted/Manifest
@@ -1,2 +1 @@
-DIST busted-2.1.1.tar.gz 62594 BLAKE2B 3afd49dd70b27243e32f69d5d5a0a0ee13e46fdbe46fe6921e1b854abddaa45dba098f19c5994d5656eca871beacd654cac20abe0662c21f6e7efaff19984753 SHA512 80a362094398b85f2783ca11adfae1f7ead38b9de7d11d2c2f8234f2d8f1289dc853f58c11c375b8edd6ea87807a65cc8bce01ebcf7cdf75701796ee528a75a0
 DIST busted-2.1.2.tar.gz 63587 BLAKE2B e88ad47753e2343a98a4d06eff3ec92bc029ac49a33712beeec56776e1e3340e43135206ff24317065fcebaaa045f6c7e3ebc61d713dbd167d19adf9859b65fe SHA512 87aa9bf36c946b22940b2f3361d66fc59af7042deaa695c576f80602f825d5c9334b91edce4fb297098deb3edb574a10aebfd552866f039a1fb640978e022f18

diff --git a/dev-lua/busted/busted-2.1.1.ebuild b/dev-lua/busted/busted-2.1.1.ebuild
deleted file mode 100644
index f2f63b082566..000000000000
--- a/dev-lua/busted/busted-2.1.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit lua
-
-DESCRIPTION="Elegant Lua unit testing"
-HOMEPAGE="https://lunarmodules.github.io/busted/"
-SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="test"
-
-RDEPEND="
-	dev-lua/lua_cliargs[${LUA_USEDEP}]
-	dev-lua/luafilesystem[${LUA_USEDEP}]
-	dev-lua/luasystem[${LUA_USEDEP}]
-	dev-lua/dkjson[${LUA_USEDEP}]
-	dev-lua/say[${LUA_USEDEP}]
-	dev-lua/luassert[${LUA_USEDEP}]
-	dev-lua/lua-term[${LUA_USEDEP}]
-	dev-lua/penlight[${LUA_USEDEP}]
-	dev-lua/mediator_lua[${LUA_USEDEP}]
-	${LUA_DEPS}
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-	virtual/pkgconfig
-	test? (
-		dev-lua/busted
-		${RDEPEND}
-	)
-"
-
-lua_src_test() {
-	busted --lua=${ELUA} || die
-}
-
-src_test() {
-	lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
-	insinto $(lua_get_lmod_dir)
-	doins -r busted
-}
-
-src_install() {
-	dobin bin/busted
-
-	lua_foreach_impl lua_src_install
-
-	einstalldocs
-}


             reply	other threads:[~2023-04-22  0:11 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22  0:11 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10 20:39 [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/ William Hubbs
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-04-22  0:11 Conrad Kostecki
2023-03-21 22:25 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-08-25 19:34 Conrad Kostecki
2022-08-24 21:51 Conrad Kostecki
2022-08-24 21:51 Conrad Kostecki
2021-09-18 12:29 Marek Szuba
2021-04-22 19:31 Sergei Trofimovich
2021-04-20 21:20 Sergei Trofimovich
2021-04-17 12:24 Conrad Kostecki
2021-03-16 17:37 Conrad Kostecki
2021-01-04  0:25 Conrad Kostecki
2021-01-04  0:25 Conrad Kostecki
2021-01-04  0:25 Conrad Kostecki
2020-12-03 13:11 Marek Szuba
2020-11-30 13:33 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-26  8:32 Sam James
2020-11-25 10:28 Thomas Deutschmann
2020-11-24  1:52 Sam James
2020-10-12 10:57 Conrad Kostecki
2020-03-16  0:17 Georgy Yakovlev
2019-05-24 22:51 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2018-12-29 12:10 Mikle Kolyada
2018-04-01 11:48 Mikle Kolyada
2018-03-27  8:06 Sergei Trofimovich
2018-03-27  7:31 Sergei Trofimovich
2017-03-16 10:27 Michael Palimaka
2017-01-07  1:52 Aaron Bauman
2016-07-12 18:59 William Hubbs
2015-11-11 17:50 William Hubbs

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=1682122215.673a4fecd816540e87ea47e68bcc07a24c02c12f.conikost@gentoo \
    --to=conikost@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