Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/files/, net-irc/anope/
Date: Tue, 05 May 2020 13:30:51
Message-Id: 1588685410.fad3398f2af43b94a28e677a7d318526e194bffb.whissi@gentoo
1 commit: fad3398f2af43b94a28e677a7d318526e194bffb
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue May 5 13:13:08 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 5 13:30:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad3398f
7
8 net-irc/anope: Fix patch filenames
9
10 Adhere to the standards for patch file naming.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
14 Closes: https://github.com/gentoo/gentoo/pull/15654
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 net-irc/anope/anope-2.0.6.ebuild | 2 +-
18 net-irc/anope/anope-2.0.7.ebuild | 6 +++---
19 .../{pid-patch.patch => anope-2.0.6-example.conf-pid-path.patch} | 0
20 ...{example.conf-user.patch => anope-2.0.7-example.conf-user.patch} | 0
21 .../files/{musl-libintl.patch => anope-2.0.7-musl-libintl.patch} | 0
22 5 files changed, 4 insertions(+), 4 deletions(-)
23
24 diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
25 index 8bb47e7d54b..1d78f2271b9 100644
26 --- a/net-irc/anope/anope-2.0.6.ebuild
27 +++ b/net-irc/anope/anope-2.0.6.ebuild
28 @@ -38,7 +38,7 @@ DEPEND="${BDEPEND}
29 tre? ( dev-libs/tre )"
30 RDEPEND="${DEPEND}"
31
32 -PATCHES=( "${FILESDIR}/pid-patch.patch" )
33 +PATCHES=( "${FILESDIR}/anope-2.0.6-example.conf-pid-path.patch" )
34
35 S="${WORKDIR}/${P}-source"
36
37
38 diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
39 index e24c908ab98..1d5f4d67658 100644
40 --- a/net-irc/anope/anope-2.0.7.ebuild
41 +++ b/net-irc/anope/anope-2.0.7.ebuild
42 @@ -33,9 +33,9 @@ DEPEND="
43 RDEPEND="${DEPEND}"
44
45 PATCHES=(
46 - "${FILESDIR}/pid-patch.patch"
47 - "${FILESDIR}/example.conf-user.patch"
48 - "${FILESDIR}/musl-libintl.patch"
49 + "${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
50 + "${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
51 + "${FILESDIR}/${PN}-2.0.7-musl-libintl.patch"
52 )
53
54 S="${WORKDIR}/${P}-source"
55
56 diff --git a/net-irc/anope/files/pid-patch.patch b/net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
57 similarity index 100%
58 rename from net-irc/anope/files/pid-patch.patch
59 rename to net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
60
61 diff --git a/net-irc/anope/files/example.conf-user.patch b/net-irc/anope/files/anope-2.0.7-example.conf-user.patch
62 similarity index 100%
63 rename from net-irc/anope/files/example.conf-user.patch
64 rename to net-irc/anope/files/anope-2.0.7-example.conf-user.patch
65
66 diff --git a/net-irc/anope/files/musl-libintl.patch b/net-irc/anope/files/anope-2.0.7-musl-libintl.patch
67 similarity index 100%
68 rename from net-irc/anope/files/musl-libintl.patch
69 rename to net-irc/anope/files/anope-2.0.7-musl-libintl.patch