Skip to content

Commit

Permalink
dev-lua/penlight: version bump to 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Payno <[email protected]>
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
vpayno authored and gyakovlev committed Mar 16, 2020
1 parent 0f18bb0 commit f9cc8a3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-lua/penlight/Manifest
Original file line number Diff line number Diff line change
@@ -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
30 changes: 30 additions & 0 deletions dev-lua/penlight/penlight-1.5.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit f9cc8a3

Please sign in to comment.