commit: a608a60bc86c383e56e72761f303f0a2970e4bea Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Jan 23 19:59:12 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jan 23 19:59:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a608a60b
sys-cluster/htcondor: Rename patches according to the CLEAN PATCH HOWTO http://dev.gentoo.org/~vapier/clean-patches --- ....2-Apply-the-users-condor_config-last-rather-than-first.patch} | 0 ...ric-8.3.2.patch => htcondor-8.3.2-condor_config.generic.patch} | 0 ...ies-8.3.2.patch => htcondor-8.3.2-packaging_directories.patch} | 0 ...adow_dlopen-8.3.2.patch => htcondor-8.3.2-shadow_dlopen.patch} | 0 sys-cluster/htcondor/htcondor-8.3.2.ebuild | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/htcondor/files/Apply-the-user-s-condor_config-last-rather-than-first-8.3.2.patch b/sys-cluster/htcondor/files/htcondor-8.3.2-Apply-the-users-condor_config-last-rather-than-first.patch similarity index 100% rename from sys-cluster/htcondor/files/Apply-the-user-s-condor_config-last-rather-than-first-8.3.2.patch rename to sys-cluster/htcondor/files/htcondor-8.3.2-Apply-the-users-condor_config-last-rather-than-first.patch diff --git a/sys-cluster/htcondor/files/condor_config.generic-8.3.2.patch b/sys-cluster/htcondor/files/htcondor-8.3.2-condor_config.generic.patch similarity index 100% rename from sys-cluster/htcondor/files/condor_config.generic-8.3.2.patch rename to sys-cluster/htcondor/files/htcondor-8.3.2-condor_config.generic.patch diff --git a/sys-cluster/htcondor/files/packaging_directories-8.3.2.patch b/sys-cluster/htcondor/files/htcondor-8.3.2-packaging_directories.patch similarity index 100% rename from sys-cluster/htcondor/files/packaging_directories-8.3.2.patch rename to sys-cluster/htcondor/files/htcondor-8.3.2-packaging_directories.patch diff --git a/sys-cluster/htcondor/files/condor_shadow_dlopen-8.3.2.patch b/sys-cluster/htcondor/files/htcondor-8.3.2-shadow_dlopen.patch similarity index 100% rename from sys-cluster/htcondor/files/condor_shadow_dlopen-8.3.2.patch rename to sys-cluster/htcondor/files/htcondor-8.3.2-shadow_dlopen.patch diff --git a/sys-cluster/htcondor/htcondor-8.3.2.ebuild b/sys-cluster/htcondor/htcondor-8.3.2.ebuild index d2c6a55..cc80176 100644 --- a/sys-cluster/htcondor/htcondor-8.3.2.ebuild +++ b/sys-cluster/htcondor/htcondor-8.3.2.ebuild @@ -49,10 +49,10 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/condor_shadow_dlopen-${PV}.patch" - epatch "${FILESDIR}/condor_config.generic-${PV}.patch" - epatch "${FILESDIR}/Apply-the-user-s-condor_config-last-rather-than-first-${PV}.patch" - epatch "${FILESDIR}/packaging_directories-${PV}.patch" + epatch "${FILESDIR}/${P}-shadow_dlopen.patch" + epatch "${FILESDIR}/${P}-condor_config.generic.patch" + epatch "${FILESDIR}/${P}-Apply-the-users-condor_config-last-rather-than-first.patch" + epatch "${FILESDIR}/${P}-packaging_directories.patch" epatch "${FILESDIR}/fix_sandbox_violations-8.0.0.patch" cmake-utils_src_prepare }