Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 649766 Details for
Bug 461250
New package: net-p2p/rsstorrent - Small python script/program that monitors an RSS-feed and automatically downloads matching entries, based on a configuration file.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 0.8
rsstorrent-0.8.ebuild (text/plain), 1.21 KB, created by
Peter Asplund
on 2020-07-18 16:13:41 UTC
(
hide
)
Description:
Ebuild for version 0.8
Filename:
MIME Type:
Creator:
Peter Asplund
Created:
2020-07-18 16:13:41 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI="7" > >PYTHON_COMPAT=( python3_{6,7,8} ) >DISTUTILS_USE_SETUPTOOLS=rdepend > >inherit distutils-r1 vcs-snapshot > >DESCRIPTION="Tool for automatically downloading torrents using RSS feeds" >HOMEPAGE="http://azp.github.com/rsstorrent/" >SRC_URI="https://github.com/AzP/${PN}/tarball/v${PV} -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" >DEPEND="" >RDEPEND="${DEPEND} > dev-python/feedparser[${PYTHON_USEDEP}] > dev-python/python-daemon[${PYTHON_USEDEP}]" > >python_install_all() { > distutils-r1_python_install_all > > newinitd "${S}/rsstorrent-openrc" rsstorrent > newconfd "${S}/rsstorrent_conf.d" rsstorrent > dodir /etc/rsstorrent > insinto /etc/rsstorrent > newins "${S}/rsstorrent.conf" rsstorrent.conf.sample >} > >pkg_postinst() { > einfo "For rsstorrent to work, you need to set up a user for which" > einfo "the downloads should be handled. This is done by editing the" > einfo "configuration file /etc/conf.d/rsstorrent, as well as copying" > einfo "and editing the user specific sample file in /etc/rsstorrent/" > einfo "to that user's home directory (inside .rsstorrent)." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 461250
:
341524
|
341526
|
341528
| 649766