From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/
Date: Wed, 10 Jan 2018 08:44:44 +0000 (UTC) [thread overview]
Message-ID: <1515573870.45e3a1375b6875ff76c73c66da84b6992ab8381b.kensington@gentoo> (raw)
commit: 45e3a1375b6875ff76c73c66da84b6992ab8381b
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Jan 10 08:42:14 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 08:44:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e3a137
www-apps/rutorrent: version bump to 9999
taken from
https://github.com/doctaweeks/junkdrawer-overlay
with slight modification
Closes: https://github.com/gentoo/gentoo/pull/5322
Package-Manager: Portage-2.3.14, Repoman-2.3.6
www-apps/rutorrent/rutorrent-9999.ebuild | 61 ++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
diff --git a/www-apps/rutorrent/rutorrent-9999.ebuild b/www-apps/rutorrent/rutorrent-9999.ebuild
new file mode 100644
index 00000000000..28165b2caaa
--- /dev/null
+++ b/www-apps/rutorrent/rutorrent-9999.ebuild
@@ -0,0 +1,61 @@
+# 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"
+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="~alpha ~amd64 ~ppc ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE=""
+
+need_httpd_cgi
+
+DEPEND="
+ || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] )
+"
+RDEPEND="virtual/httpd-php"
+
+pkg_setup() {
+ webapp_pkg_setup
+}
+
+src_prepare() {
+ default
+ find -name '\.gitignore' -type f -exec rm -rf {} \;
+ if [[ ${PV} == 9999 ]]; then
+ rm -rf .git
+ fi
+}
+
+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
+}
next reply other threads:[~2018-01-10 8:44 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-10 8:44 Michael Palimaka [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-24 4:57 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
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=1515573870.45e3a1375b6875ff76c73c66da84b6992ab8381b.kensington@gentoo \
--to=kensington@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