Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luadbi/files/, dev-lua/luadbi/
Date: Sun, 11 Oct 2020 23:36:39
Message-Id: 1602459377.feb82f1dc59083265cd0d6b70dbbe5dfe533f19c.conikost@gentoo
1 commit: feb82f1dc59083265cd0d6b70dbbe5dfe533f19c
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 23:36:17 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 23:36:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb82f1d
7
8 dev-lua/luadbi: use proper patch name
9
10 Renamed patch for fit the default naming convention.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../luadbi/files/{0.5-r2-Makefile.patch => luadbi-0.5-makefile.patch} | 0
16 dev-lua/luadbi/luadbi-0.5-r5.ebuild | 2 +-
17 dev-lua/luadbi/luadbi-0.5-r6.ebuild | 2 +-
18 3 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-lua/luadbi/files/0.5-r2-Makefile.patch b/dev-lua/luadbi/files/luadbi-0.5-makefile.patch
21 similarity index 100%
22 rename from dev-lua/luadbi/files/0.5-r2-Makefile.patch
23 rename to dev-lua/luadbi/files/luadbi-0.5-makefile.patch
24
25 diff --git a/dev-lua/luadbi/luadbi-0.5-r5.ebuild b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
26 index a2d657fb7d5..f2dd0d9452f 100644
27 --- a/dev-lua/luadbi/luadbi-0.5-r5.ebuild
28 +++ b/dev-lua/luadbi/luadbi-0.5-r5.ebuild
29 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
30 S="${WORKDIR}"
31
32 src_prepare() {
33 - epatch "${FILESDIR}"/${PV}-r2-Makefile.patch
34 + epatch "${FILESDIR}"/${P}-makefile.patch
35 epatch "${FILESDIR}"/${P}-mysql-8.patch
36 sed -i -e "s#^INSTALL_DIR_LUA=.*#INSTALL_DIR_LUA=$(pkg-config --variable INSTALL_LMOD lua)#" \
37 -e "s#^INSTALL_DIR_BIN=.*#INSTALL_DIR_BIN=$(pkg-config --variable INSTALL_CMOD lua)#" \
38
39 diff --git a/dev-lua/luadbi/luadbi-0.5-r6.ebuild b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
40 index 44ae7c129ca..6a338b541a1 100644
41 --- a/dev-lua/luadbi/luadbi-0.5-r6.ebuild
42 +++ b/dev-lua/luadbi/luadbi-0.5-r6.ebuild
43 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
44 S="${WORKDIR}"
45
46 PATCHES=(
47 - "${FILESDIR}"/${PV}-r2-Makefile.patch
48 + "${FILESDIR}"/${P}-makefile.patch
49 "${FILESDIR}"/${P}-mysql-8.patch
50 )