commit:     fad3398f2af43b94a28e677a7d318526e194bffb
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue May  5 13:13:08 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May  5 13:30:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad3398f

net-irc/anope: Fix patch filenames

Adhere to the standards for patch file naming.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15654
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-irc/anope/anope-2.0.6.ebuild                                    | 2 +-
 net-irc/anope/anope-2.0.7.ebuild                                    | 6 +++---
 .../{pid-patch.patch => anope-2.0.6-example.conf-pid-path.patch}    | 0
 ...{example.conf-user.patch => anope-2.0.7-example.conf-user.patch} | 0
 .../files/{musl-libintl.patch => anope-2.0.7-musl-libintl.patch}    | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
index 8bb47e7d54b..1d78f2271b9 100644
--- a/net-irc/anope/anope-2.0.6.ebuild
+++ b/net-irc/anope/anope-2.0.6.ebuild
@@ -38,7 +38,7 @@ DEPEND="${BDEPEND}
        tre? ( dev-libs/tre )"
 RDEPEND="${DEPEND}"
 
-PATCHES=( "${FILESDIR}/pid-patch.patch" )
+PATCHES=( "${FILESDIR}/anope-2.0.6-example.conf-pid-path.patch" )
 
 S="${WORKDIR}/${P}-source"
 

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index e24c908ab98..1d5f4d67658 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -33,9 +33,9 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 PATCHES=(
-       "${FILESDIR}/pid-patch.patch"
-       "${FILESDIR}/example.conf-user.patch"
-       "${FILESDIR}/musl-libintl.patch"
+       "${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+       "${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+       "${FILESDIR}/${PN}-2.0.7-musl-libintl.patch"
 )
 
 S="${WORKDIR}/${P}-source"

diff --git a/net-irc/anope/files/pid-patch.patch 
b/net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
similarity index 100%
rename from net-irc/anope/files/pid-patch.patch
rename to net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch

diff --git a/net-irc/anope/files/example.conf-user.patch 
b/net-irc/anope/files/anope-2.0.7-example.conf-user.patch
similarity index 100%
rename from net-irc/anope/files/example.conf-user.patch
rename to net-irc/anope/files/anope-2.0.7-example.conf-user.patch

diff --git a/net-irc/anope/files/musl-libintl.patch 
b/net-irc/anope/files/anope-2.0.7-musl-libintl.patch
similarity index 100%
rename from net-irc/anope/files/musl-libintl.patch
rename to net-irc/anope/files/anope-2.0.7-musl-libintl.patch

Reply via email to