summaryrefslogtreecommitdiff
path: root/dev-lua/lua-zlib/lua-zlib-0.3.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-04 21:39:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 01:30:12 +0100
commit1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5 (patch)
treeba83b53ee7c776111e4f8f61ad4b72781da9628d /dev-lua/lua-zlib/lua-zlib-0.3.ebuild
parent71c26c6de10e144bdc465d9ea878b27d3f8bc758 (diff)
downloadgentoo-1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5.tar.gz
gentoo-1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5.tar.bz2
gentoo-1475b6ca4048145e17775aa8e5e9ef1ceb4c9ec5.zip
dev-lua/lua-zlib: Drop 0.3
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-lua/lua-zlib/lua-zlib-0.3.ebuild')
-rw-r--r--dev-lua/lua-zlib/lua-zlib-0.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-lua/lua-zlib/lua-zlib-0.3.ebuild b/dev-lua/lua-zlib/lua-zlib-0.3.ebuild
deleted file mode 100644
index dfdba4a1a635..000000000000
--- a/dev-lua/lua-zlib/lua-zlib-0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Lua bindings to zlib"
-HOMEPAGE="https://github.com/brimworks/lua-zlib"
-SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND="
- dev-lang/lua:0
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}"
-}
-
-src_configure() {
- MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'"
- cmake-utils_src_configure
-}