From: Stephen Shkardoon Date: Wed, 10 Jan 2018 14:11:53 +0000 (+1300) Subject: www-apps/rutorrent: Remove broken .htaccess file on install of 3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2881f205101092735575c8c991664384f6ba944;p=gentoo.git www-apps/rutorrent: Remove broken .htaccess file on install of 3.8 This removes the broken .htaccess that is part of the release archive. Removing this file matches the previous behaviour of the rutorrent ebuild (when the release contained no .htaccess file there). Closes: https://github.com/gentoo/gentoo/pull/6818 Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- diff --git a/www-apps/rutorrent/rutorrent-3.8.ebuild b/www-apps/rutorrent/rutorrent-3.8-r1.ebuild similarity index 91% rename from www-apps/rutorrent/rutorrent-3.8.ebuild rename to www-apps/rutorrent/rutorrent-3.8-r1.ebuild index 06d1d6b36e7f..a45b892d7649 100644 --- a/www-apps/rutorrent/rutorrent-3.8.ebuild +++ b/www-apps/rutorrent/rutorrent-3.8-r1.ebuild @@ -29,6 +29,8 @@ pkg_setup() { src_prepare() { default find -name '\.gitignore' -type f -exec rm -rf {} \; + # The 3.8 release of ruTorrent includes an .htaccess file that defines a .htpasswd that doesn't exist + rm '.htaccess' } src_install() {