diff options
author | Henning Schild <henning@hennsch.de> | 2023-03-01 20:45:45 +0100 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-03-02 20:05:34 +0200 |
commit | 8964d90b1029ce17755471bd73b2d092bc6601a9 (patch) | |
tree | 313c595fbed8eb547a1eaf9dd5b80d851b370f12 /www-apps | |
parent | gui-libs/egl-wayland: add 1.1.11_p20230202 (diff) | |
download | gentoo-8964d90b1029ce17755471bd73b2d092bc6601a9.tar.gz gentoo-8964d90b1029ce17755471bd73b2d092bc6601a9.tar.bz2 gentoo-8964d90b1029ce17755471bd73b2d092bc6601a9.zip |
www-apps/rutorrent: drop old
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/29890
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/rutorrent/Manifest | 1 | ||||
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.8-r1.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/www-apps/rutorrent/Manifest b/www-apps/rutorrent/Manifest index d9b4d4d904a5..6bf0b44d72be 100644 --- a/www-apps/rutorrent/Manifest +++ b/www-apps/rutorrent/Manifest @@ -1,2 +1 @@ -DIST rutorrent-3.8.tar.gz 1241643 BLAKE2B c432e8691d35447cd0698eee8edeee4060238dc39cc8cbb178c1169f166fa1d483493181ce0d2f468106ae01dd0f58d4fbb2f334de393fabb2b0aa73363e2b7f SHA512 ea3dfa74234a1eafcbc9e71d6c6d953a46fdf8e189237b8df0ec58cf46ac30404f7a15bb783ec7567ab6f28daa3987ee219039dd360e3c48d16aea244263c9b6 DIST rutorrent-4.0.2.tar.gz 2221825 BLAKE2B 96867dbd818949388dedbfeee80ae85d22c9f3b04636d66797a96fc7b1de7541128445a989f642d711bd93aaf0840b56fe4e7bb7f29a02d122d939039eeff835 SHA512 f1f3cf7712246c02c73753e5ec8c3b5c0af4797699adeabc59822c165d06d7291d50a2d065b2d729273f907e1ec288391b1f02bc733a2b40d3e818a2de983528 diff --git a/www-apps/rutorrent/rutorrent-3.8-r1.ebuild b/www-apps/rutorrent/rutorrent-3.8-r1.ebuild deleted file mode 100644 index a45b892d7649..000000000000 --- a/www-apps/rutorrent/rutorrent-3.8-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent" -HOMEPAGE="https://github.com/Novik/ruTorrent" -SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="" - -need_httpd_cgi - -DEPEND=" - || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) -" -RDEPEND="virtual/httpd-php" - -S="${WORKDIR}/ruTorrent-${PV}" - -pkg_setup() { - webapp_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() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - chmod +x "${ED}${MY_HTDOCSDIR}"/plugins/*/*.sh \ - "$ED${MY_HTDOCSDIR}"/php/test.sh || die "chmod failed" - - webapp_serverowned "${MY_HTDOCSDIR}"/share - webapp_serverowned "${MY_HTDOCSDIR}"/share/settings - webapp_serverowned "${MY_HTDOCSDIR}"/share/torrents - webapp_serverowned "${MY_HTDOCSDIR}"/share/users - - webapp_configfile "${MY_HTDOCSDIR}"/conf/.htaccess - webapp_configfile "${MY_HTDOCSDIR}"/conf/config.php - webapp_configfile "${MY_HTDOCSDIR}"/conf/access.ini - webapp_configfile "${MY_HTDOCSDIR}"/conf/plugins.ini - webapp_configfile "${MY_HTDOCSDIR}"/share/.htaccess - - webapp_src_install -} |