commit: d2881f205101092735575c8c991664384f6ba944 Author: Stephen Shkardoon <ss23 <AT> ss23 <DOT> geek <DOT> nz> AuthorDate: Wed Jan 10 14:11:53 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Jan 11 05:33:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2881f20
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 www-apps/rutorrent/{rutorrent-3.8.ebuild => rutorrent-3.8-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) 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 06d1d6b36e7..a45b892d764 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() {