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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5A0C158094 for ; Tue, 30 Aug 2022 18:46:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28677E0934; Tue, 30 Aug 2022 18:46:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0897AE0934 for ; Tue, 30 Aug 2022 18:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C3FA3412C2 for ; Tue, 30 Aug 2022 18:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 988AE569 for ; Tue, 30 Aug 2022 18:46:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661885181.2e785d4632fafdce53f1dcebf1fd116133071e8d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lua/lua-5.1.5-r109.ebuild dev-lang/lua/lua-5.3.6-r5.ebuild dev-lang/lua/lua-5.4.4-r2.ebuild X-VCS-Directories: dev-lang/lua/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e785d4632fafdce53f1dcebf1fd116133071e8d X-VCS-Branch: master Date: Tue, 30 Aug 2022 18:46:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04f3fcd2-79b3-46d9-bbe4-6a254e1d6716 X-Archives-Hash: 568618598edd9bd61bc80a040a426122 commit: 2e785d4632fafdce53f1dcebf1fd116133071e8d Author: Sam James gentoo org> AuthorDate: Tue Aug 30 18:46:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 18:46:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e785d46 dev-lang/lua: cleanup src_prepare Signed-off-by: Sam James gentoo.org> dev-lang/lua/lua-5.1.5-r109.ebuild | 3 --- dev-lang/lua/lua-5.3.6-r5.ebuild | 3 --- dev-lang/lua/lua-5.4.4-r2.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/dev-lang/lua/lua-5.1.5-r109.ebuild b/dev-lang/lua/lua-5.1.5-r109.ebuild index d8435479911b..624a4798c45a 100644 --- a/dev-lang/lua/lua-5.1.5-r109.ebuild +++ b/dev-lang/lua/lua-5.1.5-r109.ebuild @@ -71,9 +71,6 @@ src_prepare() { -e "/^includedir=/s,(/include)$,\1/lua${SLOT}," \ -e "/^Libs:/s,((-llua)($| )),\2${SLOT}\3," \ "${S}"/etc/lua.pc - - # custom Makefiles - copy_sources } src_configure() { diff --git a/dev-lang/lua/lua-5.3.6-r5.ebuild b/dev-lang/lua/lua-5.3.6-r5.ebuild index 834187d40d16..81af6e5ff3d3 100644 --- a/dev-lang/lua/lua-5.3.6-r5.ebuild +++ b/dev-lang/lua/lua-5.3.6-r5.ebuild @@ -63,9 +63,6 @@ src_prepare() { # upstream does not use libtool, but we do (see bug #336167) cp "${FILESDIR}/configure.in" "${S}/configure.ac" || die eautoreconf - - # custom Makefiles - copy_sources } src_configure() { diff --git a/dev-lang/lua/lua-5.4.4-r2.ebuild b/dev-lang/lua/lua-5.4.4-r2.ebuild index ce5679201998..07805db95066 100644 --- a/dev-lang/lua/lua-5.4.4-r2.ebuild +++ b/dev-lang/lua/lua-5.4.4-r2.ebuild @@ -59,9 +59,6 @@ src_prepare() { # upstream does not use libtool, but we do (see bug #336167) cp "${FILESDIR}/configure.in" "${S}/configure.ac" || die eautoreconf - - # custom Makefiles - copy_sources } src_configure() {