net-irc/anope: Fix patch filenames
authorSam James (sam_c) <sam@cmpct.info>
Tue, 5 May 2020 13:13:08 +0000 (13:13 +0000)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 5 May 2020 13:30:10 +0000 (15:30 +0200)
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@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15654
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
net-irc/anope/anope-2.0.6.ebuild
net-irc/anope/anope-2.0.7.ebuild
net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch [moved from net-irc/anope/files/pid-patch.patch with 100% similarity]
net-irc/anope/files/anope-2.0.7-example.conf-user.patch [moved from net-irc/anope/files/example.conf-user.patch with 100% similarity]
net-irc/anope/files/anope-2.0.7-musl-libintl.patch [moved from net-irc/anope/files/musl-libintl.patch with 100% similarity]

index 8bb47e7d54bcf7f62ffe3edb805db896fc1b4386..1d78f2271b9ffc74870151d8495fe892604cadc3 100644 (file)
@@ -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"
 
index e24c908ab98579160e6b51faaa3f703bed22b1fc..1d5f4d6765818bc5f34cda54ced40f5f58f0904b 100644 (file)
@@ -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"