Skip to content

Commit

Permalink
dev-lua/lua-zlib: Version bump to 0.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
mrueg committed Oct 10, 2016
1 parent a71f45b commit 52ebaf8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-lua/lua-zlib/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST lua-zlib-0.3.tgz 11220 SHA256 c7d687e9fddc0a094cb47587e50bebf9fd632bf72f74b61b2dcf1a37dd8c4b3a SHA512 99711166637d394c806dd16b86a3588ff84eb9180d2da05725ff6d4e86458d1ded7a5fbb303284fa442fd0925bc94fe34772057e0190c1a3e00cbb853865941d WHIRLPOOL 6735aad7e34ca1b19548e2c130c02807e269329f3296664a5bf18577e678304b5a20040358966eed6b9c3a94756df5e82ffa878df956982effd3d1e447b1b643
DIST lua-zlib-0.4.tgz 11257 SHA256 dba2590cae117f8ba1bc94319ac159cbeeddb3f9715d1528b982460721097178 SHA512 1c28be12b000cb729a82336a4cfc6d2f7367b2fb9941bd200d2aab561f51715f02b54858d38b3d1a65eced81d31d932dc45d214e3410e7f313238fddf5766a3a WHIRLPOOL 418a5afef4ff5b6ba49a3cb10c79a46f3d1e8aa472fb701d8d5a0e6238b2fddcb350bd25d3dafa9839909596458581f7dd9dcd1e6de852bab44046a563ba3619
DIST lua-zlib-0.5.tar.gz 11362 SHA256 57b6d406f0785a796d470eb60c6a59e4902f3d5af9e083cee5c85acd7afc54ba SHA512 5397c73cf19a94d2c9cbe9c2ab2504af1b59c38c4ab75fc1c0bb47a584ae2696b31d19c99938c5bbfaa2ac75496f62e9e60cb025070b7462f7dc54ced279c027 WHIRLPOOL a09674d84a70db9a88912e96c9a556e2b7f0831baf9447ee6d748459a06fee71250de28edcbfbf1182476c9a5e7e41833e83998c94d3312955efd7c405aee366
26 changes: 26 additions & 0 deletions dev-lua/lua-zlib/lua-zlib-0.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit cmake-utils

DESCRIPTION="Lua bindings to zlib"
HOMEPAGE="https://github.com/brimworks/lua-zlib"
SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

RDEPEND="dev-lang/lua:0
sys-libs/zlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_configure() {
local mycmakeargs=(-DINSTALL_CMOD="$(pkg-config --variable INSTALL_CMOD lua)")
cmake-utils_src_configure
}

0 comments on commit 52ebaf8

Please sign in to comment.