Install this version:
emerge -a =net-p2p/fragments-3.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-p2p/fragments-3.0.1
Or alternatively:
emerge --autounmask-write -a =net-p2p/fragments-3.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.1 | 8 | ~amd64 | 0 |
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson rust xdg
UPLOADHASH="4a5dcb11cec0b0438ad575db08aa755c"
DESCRIPTION="Fragments is an easy to use BitTorrent client"
HOMEPAGE="https://gitlab.gnome.org/World/Fragments"
SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${UPLOADHASH}/${P}.tar.xz"
BUILD_DIR="${S}/build"
LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+="
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016
"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-libs/glib-2.76.0:2
>=dev-libs/openssl-1.0.0:=
>=gui-libs/gtk-4.12.0:4[wayland]
>=gui-libs/libadwaita-1.5.0:1
net-p2p/transmission
sys-apps/dbus
virtual/zlib:=
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/gettext
"
# Rust package
QA_FLAGS_IGNORED="usr/bin/${PN}"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}
>=dev-libs/glib-2.76.0:2 >=dev-libs/openssl-1.0.0:= >=gui-libs/gtk-4.12.0:4[wayland] >=gui-libs/libadwaita-1.5.0:1 net-p2p/transmission sys-apps/dbus virtual/zlib:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
>=dev-libs/glib-2.76.0:2 >=dev-libs/openssl-1.0.0:= >=gui-libs/gtk-4.12.0:4[wayland] >=gui-libs/libadwaita-1.5.0:1 net-p2p/transmission sys-apps/dbus virtual/zlib:= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/pango
sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fragments-3.0.1.tar.xz | 35732112 bytes | https://gitlab.gnome.org/World/fragments/uploads/4a5dcb11cec0b0438ad575db08aa755c/fragments-3.0.1.tar.xz |