commit:     12943ee10ae692a8876803439cdceb8cd38198e0
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 18:49:22 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 19:40:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12943ee1

dev-lua/luaposix: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/luaposix/luaposix-35.0.ebuild | 43 -----------------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-lua/luaposix/luaposix-35.0.ebuild 
b/dev-lua/luaposix/luaposix-35.0.ebuild
deleted file mode 100644
index efcbfd7161c..00000000000
--- a/dev-lua/luaposix/luaposix-35.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Bindings for POSIX APIs"
-HOMEPAGE="https://luaposix.github.io/luaposix/ 
https://github.com/luaposix/luaposix";
-SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="dev-lang/lua:0="
-RDEPEND="${DEPEND}
-       dev-lua/lua-bit32"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       default
-       # Temporary fix for respect LDFLAGS (#739050)
-       # Fixed in luke 0.2.1
-       sed -i -e "s:c_module,libdirs:c_module,'\$LDFLAGS',libdirs:g" \
-               build-aux/luke || die
-}
-
-src_compile() {
-       ./build-aux/luke package="${PN}" version="${PV}" \
-               PREFIX="${ED}/usr" \
-               INST_LIBDIR="${ED}/$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD lua)" \
-               INST_LUADIR="${ED}/$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD lua)" \
-               CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die
-}
-
-src_install() {
-       ./build-aux/luke install \
-               PREFIX="${ED}/usr" \
-               INST_LIBDIR="${ED}/$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD lua)" \
-               INST_LUADIR="${ED}/$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD lua)" \
-               || die
-       dodoc -r doc NEWS.md README.md
-}

Reply via email to