From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/
Date: Mon, 22 Aug 2022 20:05:01 +0000 (UTC) [thread overview]
Message-ID: <1661198642.d1e29835e1d308d6413c9a535009a720aab7700b.conikost@gentoo> (raw)
commit: d1e29835e1d308d6413c9a535009a720aab7700b
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 20:04:02 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 20:04:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e29835
dev-lua/penlight: drop 1.12.0
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/penlight/Manifest | 1 -
dev-lua/penlight/penlight-1.12.0.ebuild | 64 ---------------------------------
2 files changed, 65 deletions(-)
diff --git a/dev-lua/penlight/Manifest b/dev-lua/penlight/Manifest
index b5ccc1fff9f4..3c2a99bd868a 100644
--- a/dev-lua/penlight/Manifest
+++ b/dev-lua/penlight/Manifest
@@ -1,2 +1 @@
-DIST penlight-1.12.0.tar.gz 429587 BLAKE2B b8a659c051c1bb9406e9c20ad1da20029e3a141d8193c1d74e83c24b7089ee11c12bb1850c6abb08d7199dbe6d02f40ef8efdfaf2ba4fb16aa88b0218f1dbc65 SHA512 70628bd43a0ac4176704611e47c3a42c287c24aac98a0bc63071a192326e4ecab016a499ff9ab201a9e7d7848f26760f0a2ef87d46220df679b4f70a0fdc4aac
DIST penlight-1.13.1.tar.gz 434059 BLAKE2B 09a509afc11ad28b88fc92e9f9237fef4d18fc4c5b8c401c6fc8b4e3765941534409e5e5c9c9a08e0ad1a8b08d635d9ef8b453ec602514e4365317e1b31bbf63 SHA512 de0a6a2f585f32bed234ef084d8fca9cee645eed3459aa3c39b885b46a05ae752b5c7ac3bb1957fef9519df2a11e250fc87d6d4d62ee6155be2742ad43a079fe
diff --git a/dev-lua/penlight/penlight-1.12.0.ebuild b/dev-lua/penlight/penlight-1.12.0.ebuild
deleted file mode 100644
index eec077fe6527..000000000000
--- a/dev-lua/penlight/penlight-1.12.0.ebuild
+++ /dev/null
@@ -1,64 +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 )
-MY_PN="Penlight"
-
-inherit lua
-
-DESCRIPTION="Lua utility libraries loosely based on the Python standard libraries"
-HOMEPAGE="https://github.com/lunarmodules/Penlight"
-SRC_URI="https://github.com/lunarmodules/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-DEPEND="${LUA_DEPS}"
-
-RDEPEND="
- dev-lua/luafilesystem[${LUA_USEDEP}]
- ${DEPEND}
-"
-
-BDEPEND="
- virtual/pkgconfig
- test? ( ${DEPEND} )
-"
-
-HTML_DOCS=( "docs/." )
-
-src_prepare() {
- default
-
- # This is a demo app, not a real test
- rm tests/test-app.lua || die
-
- # Remove test for executing a non-existent command
- sed -e '/most-likely-nonexistent-command/d' -i tests/test-utils3.lua || die
-}
-
-lua_src_test() {
- "${ELUA}" run.lua || die
-}
-
-src_test() {
- lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
- insinto $(lua_get_lmod_dir)
- doins -r lua/pl
-
- einstalldocs
-}
-
-src_install() {
- lua_foreach_impl lua_src_install
-}
next reply other threads:[~2022-08-22 20:05 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-22 20:05 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 20:01 [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/ Conrad Kostecki
2024-06-10 20:39 William Hubbs
2024-05-25 0:49 Sam James
2024-04-17 14:13 Conrad Kostecki
2022-08-22 0:00 Sam James
2022-07-22 19:47 Conrad Kostecki
2022-07-22 19:47 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-02-20 15:11 Conrad Kostecki
2022-01-20 23:56 Conrad Kostecki
2021-12-20 20:50 William Hubbs
2021-10-21 20:37 Conrad Kostecki
2021-10-20 0:21 Sam James
2021-09-18 12:29 Marek Szuba
2021-08-19 11:52 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-05-28 21:41 Conrad Kostecki
2021-04-27 13:47 Conrad Kostecki
2021-04-20 21:20 Sergei Trofimovich
2021-04-19 18:32 Sergei Trofimovich
2021-04-17 12:24 Conrad Kostecki
2021-02-21 21:22 Conrad Kostecki
2021-01-27 19:48 Conrad Kostecki
2021-01-24 3:52 Sam James
2021-01-23 22:51 Sam James
2021-01-23 22:51 Sam James
2021-01-09 14:29 Conrad Kostecki
2021-01-04 19:28 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-29 17:11 Sergei Trofimovich
2020-11-28 17:45 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-28 17:45 Conrad Kostecki
2020-11-26 23:04 Sergei Trofimovich
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:12 Georgy Yakovlev
2020-03-16 0:12 Georgy Yakovlev
2018-12-29 12:10 Mikle Kolyada
2018-03-18 11:38 Sergei Trofimovich
2017-12-25 19:22 Markus Meier
2017-03-16 10:27 Michael Palimaka
2017-01-07 1:52 Aaron Bauman
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=1661198642.d1e29835e1d308d6413c9a535009a720aab7700b.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