From: Sam James (sam_c) Date: Tue, 5 May 2020 13:13:08 +0000 (+0000) Subject: net-irc/anope: Fix patch filenames X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fad3398f2af43b94a28e677a7d318526e194bffb;p=gentoo.git 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) Closes: https://github.com/gentoo/gentoo/pull/15654 Signed-off-by: Thomas Deutschmann --- diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild index 8bb47e7d54bc..1d78f2271b9f 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 e24c908ab985..1d5f4d676581 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