Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
Date: Mon, 10 Oct 2016 22:54:56
Message-Id: 1476140077.2e29b3f063ca86c002d50db6b6689d3c760ba642.mrueg@gentoo
1 commit: 2e29b3f063ca86c002d50db6b6689d3c760ba642
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 10 22:54:37 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 22:54:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e29b3f0
7
8 dev-lua/lua-zlib: Remove old
9
10 Package-Manager: portage-2.3.1
11
12 dev-lua/lua-zlib/lua-zlib-0.4.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-lua/lua-zlib/lua-zlib-0.4.ebuild b/dev-lua/lua-zlib/lua-zlib-0.4.ebuild
16 deleted file mode 100644
17 index 7967731..00000000
18 --- a/dev-lua/lua-zlib/lua-zlib-0.4.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="Lua bindings to zlib"
30 -HOMEPAGE="https://github.com/brimworks/lua-zlib"
31 -SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-lang/lua:0
40 - sys-libs/zlib"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 -
44 -src_unpack() {
45 - unpack ${A}
46 - mv *-${PN}-* "${S}"
47 -}
48 -
49 -src_configure() {
50 - MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'"
51 - cmake-utils_src_configure
52 -}