Install this version:
emerge -a =net-misc/trobairitz-0.1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/trobairitz-0.1.6
Or alternatively:
emerge --autounmask-write -a =net-misc/trobairitz-0.1.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.6 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Telecharge les videos depuis differents sites de rattrapage"
HOMEPAGE="https://forum.ubuntu-fr.org/viewtopic.php?pid=22562352#p22562352"
SRC_URI="https://launchpad.net/~melixgaro/+archive/ubuntu/${PN}-stable/+sourcefiles/${PN}/${PV}~jammy/${PN}_${PV}~jammy.tar.gz"
S="${WORKDIR}/v${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
PYTHON_COMPAT=( python3_{6..13} )
RDEPEND="media-video/ffmpeg dev-python/requests dev-python/beautifulsoup4 dev-python/m3u8"
#BDEPEND=">=dev-util/debhelper-12"
DEPEND="${RDEPEND}"
src_install() {
einfo 'Installing files...'
exeinto /usr/bin/
doexe "${S}/usr/bin/trobairitz"
}
media-video/ffmpeg dev-python/requests dev-python/beautifulsoup4 dev-python/m3u8
media-video/ffmpeg dev-python/requests dev-python/beautifulsoup4 dev-python/m3u8
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | trobairitz_0.1.6~jammy.tar.gz | 8897 bytes | https://launchpad.net/~melixgaro/+archive/ubuntu/trobairitz-stable/+sourcefiles/trobairitz/0.1.6~jammy/trobairitz_0.1.6~jammy.tar.gz |