From d2881f205101092735575c8c991664384f6ba944 Mon Sep 17 00:00:00 2001 From: Stephen Shkardoon Date: Thu, 11 Jan 2018 03:11:53 +1300 Subject: [PATCH] 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 --- .../rutorrent/{rutorrent-3.8.ebuild => rutorrent-3.8-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename www-apps/rutorrent/{rutorrent-3.8.ebuild => rutorrent-3.8-r1.ebuild} (91%) 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() { -- 2.26.2