From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/
Date: Tue, 24 Jun 2025 04:57:34 +0000 (UTC) [thread overview]
Message-ID: <1750741027.e75ab14fe0aa293502df1cc2ad97904d08861c02.ceamac@gentoo> (raw)
commit: e75ab14fe0aa293502df1cc2ad97904d08861c02
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Sun Jun 22 20:02:49 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 04:57:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75ab14f
www-apps/rutorrent: drop old
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Part-of: https://github.com/gentoo/gentoo/pull/42700
Closes: https://github.com/gentoo/gentoo/pull/42700
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
www-apps/rutorrent/Manifest | 1 -
www-apps/rutorrent/rutorrent-5.2.8.ebuild | 71 -------------------------------
2 files changed, 72 deletions(-)
diff --git a/www-apps/rutorrent/Manifest b/www-apps/rutorrent/Manifest
index 39345b709f70..ef30df997671 100644
--- a/www-apps/rutorrent/Manifest
+++ b/www-apps/rutorrent/Manifest
@@ -1,3 +1,2 @@
DIST rutorrent-5.2.10.tar.gz 2746761 BLAKE2B 367ad07e2a648e02682e093154bf7015ac66518d07a501a785851755450495d1abdba2fb2c531307ee7a95259a12927f30f9b64633cbd917bd06fa648c0589fe SHA512 4c6be1d2bca65f13aa4ea69cadfd5c0f0cbad8d3c14cd19aafaebce269a38169ddcee263379fb8381a3c46638d7ef652e7d4b95fe2a921952c7dff05538eeab4
-DIST rutorrent-5.2.8.tar.gz 2746565 BLAKE2B 38fc28b49687518bc6747b8fc76eea5e9228af590d42ff7267fe7fbdacef891ae5035ee7271d4a8b7a83228bcb57b5aeef0d6f78992c159495618e41daff1ae3 SHA512 b66da9c91effc2ba76964cc6c9ad09d70db0c86c2d8e8f2a3459a4ca1389c4ee639be2c008e567064a9acbbda517310c3435b6eb375adb5ae21e4fd2ab80b6e4
DIST rutorrent-5.2.9.tar.gz 2746539 BLAKE2B 0898538e1553b5edabec1b12ef0db1363c452e955c6c0a35897e1748a9e06cfcdbf1aad164940f3ceafffc701f04861fec96d2223390d79ff493e44d30ede3ad SHA512 2637d050c1c5d0fdc78fa5aabf11dc1c63d61d23984572b68e1a819af07e1216fb362e3063e91253821777528947cbbff27b7a3806cea742800f4113458b4bf0
diff --git a/www-apps/rutorrent/rutorrent-5.2.8.ebuild b/www-apps/rutorrent/rutorrent-5.2.8.ebuild
deleted file mode 100644
index 4d1d469d1e5c..000000000000
--- a/www-apps/rutorrent/rutorrent-5.2.8.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp optfeature
-
-DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent"
-HOMEPAGE="https://github.com/Novik/ruTorrent"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git"
-else
- SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~ppc ~x86"
- S="${WORKDIR}/ruTorrent-${PV}"
-fi
-
-LICENSE="GPL-2+ MIT"
-
-RDEPEND="
- dev-lang/php[xml,gd]
- virtual/httpd-php
-"
-
-need_httpd_cgi
-
-pkg_setup() {
- webapp_pkg_setup
-}
-
-src_install() {
- webapp_src_preinst
-
- rm -r .github || die
- find . \( -name .gitignore -o -name .gitmodules \) -type f -delete || die
- if [[ ${PV} == 9999 ]]; then
- rm -r .git .gitattributes || die
- fi
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- # can not use fperms beacuse of globbing
- chmod +x "${ED}${MY_HTDOCSDIR}"/plugins/*/*.sh \
- "${ED}${MY_HTDOCSDIR}"/php/test.sh || die "chmod failed"
-
- keepdir "${MY_HTDOCSDIR}"/conf/users
- keepdir "${MY_HTDOCSDIR}"/share/settings
- keepdir "${MY_HTDOCSDIR}"/share/torrents
- keepdir "${MY_HTDOCSDIR}"/share/users
-
- webapp_serverowned -R "${MY_HTDOCSDIR}"/conf
- webapp_serverowned -R "${MY_HTDOCSDIR}"/share
-
- 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
-}
-
-pkg_postinst() {
- webapp_pkg_postinst
-
- optfeature "Show audio file spectogram" media-sound/sox
- optfeature "Display media file information" media-video/mediainfo
- optfeature "Scrape Cloudflare based sites" dev-python/cloudscraper
-}
next reply other threads:[~2025-06-24 4:57 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-24 4:57 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-24 4:57 [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/ Viorel Munteanu
2025-06-15 23:33 Sam James
2025-06-15 23:33 Sam James
2025-06-09 7:44 Viorel Munteanu
2025-06-09 7:44 Viorel Munteanu
2025-06-01 7:28 Viorel Munteanu
2025-05-27 8:28 Sam James
2025-05-27 8:28 Sam James
2025-05-21 21:15 Sam James
2025-05-21 21:15 Sam James
2025-05-15 17:48 Viorel Munteanu
2025-05-15 17:48 Viorel Munteanu
2025-04-25 17:56 Viorel Munteanu
2025-04-19 18:28 Viorel Munteanu
2025-04-19 18:28 Viorel Munteanu
2025-03-25 16:17 Viorel Munteanu
2025-03-25 16:17 Viorel Munteanu
2025-01-08 16:26 Viorel Munteanu
2025-01-08 16:26 Viorel Munteanu
2024-12-16 18:20 Viorel Munteanu
2024-12-16 18:20 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-02 16:42 Viorel Munteanu
2024-12-02 16:42 Viorel Munteanu
2024-12-02 16:42 Viorel Munteanu
2024-10-28 15:53 Viorel Munteanu
2024-10-28 15:53 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-09-26 16:53 Viorel Munteanu
2024-08-27 11:47 Viorel Munteanu
2024-07-12 6:53 Viorel Munteanu
2024-07-12 6:53 Viorel Munteanu
2024-06-24 6:28 Viorel Munteanu
2024-06-24 6:28 Viorel Munteanu
2024-06-23 7:13 Viorel Munteanu
2024-06-23 7:13 Viorel Munteanu
2024-06-14 5:19 Viorel Munteanu
2024-01-30 5:37 Viorel Munteanu
2024-01-21 8:00 Viorel Munteanu
2024-01-21 4:02 Sam James
2023-12-27 13:47 Viorel Munteanu
2023-12-23 9:26 Viorel Munteanu
2023-12-08 20:05 Arthur Zamarin
2023-10-18 16:15 Viorel Munteanu
2023-10-01 16:22 Viorel Munteanu
2023-06-16 6:43 Viorel Munteanu
2023-06-16 5:55 Viorel Munteanu
2023-05-09 4:56 Viorel Munteanu
2023-04-28 8:26 Viorel Munteanu
2023-04-28 8:26 Viorel Munteanu
2023-04-28 8:26 Viorel Munteanu
2023-03-02 18:06 Viorel Munteanu
2023-03-01 18:05 Viorel Munteanu
2022-08-31 22:56 John Helmert III
2021-01-10 22:27 Sam James
2018-01-11 5:33 Michael Palimaka
2018-01-10 8:44 Michael Palimaka
2018-01-10 8:44 Michael Palimaka
2018-01-10 8:44 Michael Palimaka
2015-09-01 20:11 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1750741027.e75ab14fe0aa293502df1cc2ad97904d08861c02.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox