From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0376F1382C5 for ; Thu, 15 Feb 2018 18:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CCF1E0982; Thu, 15 Feb 2018 18:45:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E264BE0982 for ; Thu, 15 Feb 2018 18:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EB4A335C43 for ; Thu, 15 Feb 2018 18:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2CF1E0 for ; Thu, 15 Feb 2018 18:45:13 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1518720143.bc13839c4f1c8f2a8192551e3fc3a72603c5540a.mva@gentoo> Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/lunix/files/patches/99999999/, dev-lua/lunix/ X-VCS-Repository: proj/lua X-VCS-Files: dev-lua/lunix/files/patches/99999999/compat52-luajit.patch dev-lua/lunix/lunix-99999999.ebuild X-VCS-Directories: dev-lua/lunix/files/patches/99999999/ dev-lua/lunix/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: bc13839c4f1c8f2a8192551e3fc3a72603c5540a X-VCS-Branch: master Date: Thu, 15 Feb 2018 18:45:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9cd30158-3418-4fad-91ab-673aa52baaaa X-Archives-Hash: d0a253b3abb979e6c8b7bd68308bb0cb commit: bc13839c4f1c8f2a8192551e3fc3a72603c5540a Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Thu Feb 15 18:42:23 2018 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Thu Feb 15 18:42:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=bc13839c lunix: fix .../files/patches/99999999/compat52-luajit.patch | 20 -------------------- dev-lua/lunix/lunix-99999999.ebuild | 2 -- 2 files changed, 22 deletions(-) diff --git a/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch b/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch deleted file mode 100644 index 8df3c63..0000000 --- a/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -NaurBwd a/src/unix.c b/src/unix.c ---- a/src/unix.c 2017-05-10 18:12:19.819388720 +0700 -+++ b/src/unix.c 2017-05-10 18:13:55.792661605 +0700 -@@ -483,6 +483,7 @@ - } /* lua_absindex() */ - - -+#ifndef LUA_OK - static void *luaL_testudata(lua_State *L, int index, const char *tname) { - void *p = lua_touserdata(L, index); - int eq; -@@ -523,6 +524,7 @@ - - #define luaL_newlib(L, l) \ - (luaL_newlibtable((L), (l)), luaL_setfuncs((L), (l), 0)) -+#endif - - - #define lua_rawlen lua_objlen - diff --git a/dev-lua/lunix/lunix-99999999.ebuild b/dev-lua/lunix/lunix-99999999.ebuild index b77a2fb..c13c0fb 100644 --- a/dev-lua/lunix/lunix-99999999.ebuild +++ b/dev-lua/lunix/lunix-99999999.ebuild @@ -25,8 +25,6 @@ RDEPEND="${DEPEND}" DOCS=(doc/.) EXAMPLES=(examples/.) -PATCHES=("${FILESDIR}/patches/${PV}") - all_lua_prepare() { sed -r \ -e "s@(^prefix ).*@\1=/usr@" \