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 B634F13835A for ; Sun, 11 Oct 2020 23:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B43D7E0869; Sun, 11 Oct 2020 23:36:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 16300E08F0 for ; Sun, 11 Oct 2020 23:36:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 499FF335D2B for ; Sun, 11 Oct 2020 23:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8AD639D for ; Sun, 11 Oct 2020 23:36:34 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1602459377.feb82f1dc59083265cd0d6b70dbbe5dfe533f19c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luadbi/files/, dev-lua/luadbi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luadbi/files/0.5-r2-Makefile.patch dev-lua/luadbi/files/luadbi-0.5-makefile.patch dev-lua/luadbi/luadbi-0.5-r5.ebuild dev-lua/luadbi/luadbi-0.5-r6.ebuild X-VCS-Directories: dev-lua/luadbi/ dev-lua/luadbi/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: feb82f1dc59083265cd0d6b70dbbe5dfe533f19c X-VCS-Branch: master Date: Sun, 11 Oct 2020 23:36:34 +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: a8307968-8c33-4ec4-b506-72d6eebac88e X-Archives-Hash: 7851056da82532897373ac3106589bc6 commit: feb82f1dc59083265cd0d6b70dbbe5dfe533f19c Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 11 23:36:17 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 11 23:36:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb82f1d dev-lua/luadbi: use proper patch name Renamed patch for fit the default naming convention. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> .../luadbi/files/{0.5-r2-Makefile.patch => luadbi-0.5-makefile.patch} | 0 dev-lua/luadbi/luadbi-0.5-r5.ebuild | 2 +- dev-lua/luadbi/luadbi-0.5-r6.ebuild | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/luadbi/files/0.5-r2-Makefile.patch b/dev-lua/luadbi/files/luadbi-0.5-makefile.patch similarity index 100% rename from dev-lua/luadbi/files/0.5-r2-Makefile.patch rename to dev-lua/luadbi/files/luadbi-0.5-makefile.patch diff --git a/dev-lua/luadbi/luadbi-0.5-r5.ebuild b/dev-lua/luadbi/luadbi-0.5-r5.ebuild index a2d657fb7d5..f2dd0d9452f 100644 --- a/dev-lua/luadbi/luadbi-0.5-r5.ebuild +++ b/dev-lua/luadbi/luadbi-0.5-r5.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" src_prepare() { - epatch "${FILESDIR}"/${PV}-r2-Makefile.patch + epatch "${FILESDIR}"/${P}-makefile.patch epatch "${FILESDIR}"/${P}-mysql-8.patch sed -i -e "s#^INSTALL_DIR_LUA=.*#INSTALL_DIR_LUA=$(pkg-config --variable INSTALL_LMOD lua)#" \ -e "s#^INSTALL_DIR_BIN=.*#INSTALL_DIR_BIN=$(pkg-config --variable INSTALL_CMOD lua)#" \ diff --git a/dev-lua/luadbi/luadbi-0.5-r6.ebuild b/dev-lua/luadbi/luadbi-0.5-r6.ebuild index 44ae7c129ca..6a338b541a1 100644 --- a/dev-lua/luadbi/luadbi-0.5-r6.ebuild +++ b/dev-lua/luadbi/luadbi-0.5-r6.ebuild @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}" PATCHES=( - "${FILESDIR}"/${PV}-r2-Makefile.patch + "${FILESDIR}"/${P}-makefile.patch "${FILESDIR}"/${P}-mysql-8.patch )