From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1152678-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26976138350 for <garchives@archives.gentoo.org>; Mon, 16 Mar 2020 00:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4468E0EA2; Mon, 16 Mar 2020 00:12:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B17E8E0F2B for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 00:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4803834F19C for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 00:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D0B318A for <gentoo-commits@lists.gentoo.org>; Mon, 16 Mar 2020 00:12:32 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1584317516.f9cc8a33f73f6bd9bbd0c927df23abbde66c2ac5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/penlight/Manifest dev-lua/penlight/penlight-1.5.4.ebuild X-VCS-Directories: dev-lua/penlight/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f9cc8a33f73f6bd9bbd0c927df23abbde66c2ac5 X-VCS-Branch: master Date: Mon, 16 Mar 2020 00:12:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28cbbaaa-e84c-481d-bc52-ba1d8bcd64f9 X-Archives-Hash: 7b25d8729c79be720f9966fa834cda38 commit: f9cc8a33f73f6bd9bbd0c927df23abbde66c2ac5 Author: Victor Payno <vpayno+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Jan 25 03:09:36 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Mar 16 00:11:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cc8a33 dev-lua/penlight: version bump to 1.5.4 Signed-off-by: Victor Payno <vpayno+gentoo <AT> gmail.com> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lua/penlight/Manifest | 1 + dev-lua/penlight/penlight-1.5.4.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-lua/penlight/Manifest b/dev-lua/penlight/Manifest index 2f4fe07ae14..f6cca28a8e0 100644 --- a/dev-lua/penlight/Manifest +++ b/dev-lua/penlight/Manifest @@ -1 +1,2 @@ DIST penlight-1.3.2-core.zip 116854 BLAKE2B c653a51cf8ea286c849e1a2c68968ed767c350b1461dd11d9a2e99c81295461c67044175c7bf99c31e8040118e6cfce85f8613d4b6c49e726d31393029abcbbf SHA512 01ba35e967e255f6f39afff9c2238f4921de9e52850ce0d2ec0c9068029fc61a241c82bede680a28fda46c4504582784fcd2241a2eef0bef95c7c389c4042d02 +DIST penlight-1.5.4.tar.gz 213938 BLAKE2B c6bba4fd7fc491d2e6ca464f71b897ba4b5dc8dc94e7340fd77d3add47a9b4a72ce48cea268f94fe55c2aef1edd850f96f00f2ba1ef7186e1e8d86a4e3155366 SHA512 c46e7875410a90390bfbf010a53f1d536475e2094668722618d03951caad0fcb0674c9bc7119a0753e4ed3df9e4d70fef828ba4c6c24e8ada4036948d2432519 diff --git a/dev-lua/penlight/penlight-1.5.4.ebuild b/dev-lua/penlight/penlight-1.5.4.ebuild new file mode 100644 index 00000000000..4b6e900613f --- /dev/null +++ b/dev-lua/penlight/penlight-1.5.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Lua utility libraries loosely based on the Python standard libraries" +HOMEPAGE="http://stevedonovan.github.com/Penlight", +SRC_URI="https://github.com/Tieske/Penlight/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="" + +BDEPEND="virtual/pkgconfig" +RDEPEND=">=dev-lang/lua-5.1:= + dev-lua/luafilesystem" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PN//penlight/Penlight}-${PV}" + +src_install() { + local -a DOCS=( README.md CHANGES.md LICENSE.md CONTRIBUTING.md ) + einstalldocs + + insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)" + doins -r lua/pl +}