Install this version:
emerge -a =net-misc/cellbroadcastd-0.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/cellbroadcastd-0.0.2
Or alternatively:
emerge --autounmask-write -a =net-misc/cellbroadcastd-0.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.2 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson systemd verify-sig
DESCRIPTION="DBus service for cellular broadcast messages"
HOMEPAGE="https://gitlab.freedesktop.org/devrtz/cellbroadcastd"
SRC_URI="https://sources.phosh.mobi/releases/${PN}/cbd-${PV}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${PN}/cbd-${PV}.tar.xz.asc )"
S="${WORKDIR}/cbd-${PV}"
LICENSE="GPL-3+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+introspection"
DEPEND="
>=dev-libs/glib-2.76.0:2
>=dev-libs/gmobile-0.4.0
gnome-base/gsettings-desktop-schemas
net-misc/mobile-broadband-provider-info
>=net-misc/modemmanager-1.24.0:=
sys-apps/dbus
introspection? ( dev-libs/gobject-introspection )
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/gdbus-codegen
dev-util/glib-utils
sys-devel/gettext
verify-sig? ( sec-keys/openpgp-keys-phosh )
"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
src_configure() {
local emesonargs=(
-Ddaemon=true
-Dtests=true
-Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
$(meson_feature introspection)
)
meson_src_configure
}
src_install() {
meson_src_install
find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
}
Manage flags for this package:
euse -i <flag> -p net-misc/cellbroadcastd |
euse -E <flag> -p net-misc/cellbroadcastd |
euse -D <flag> -p net-misc/cellbroadcastd
>=dev-libs/glib-2.76.0:2 >=dev-libs/gmobile-0.4.0 gnome-base/gsettings-desktop-schemas net-misc/mobile-broadband-provider-info >=net-misc/modemmanager-1.24.0:= sys-apps/dbus introspection? ( dev-libs/gobject-introspection )
>=dev-libs/glib-2.76.0:2 >=dev-libs/gmobile-0.4.0 gnome-base/gsettings-desktop-schemas net-misc/mobile-broadband-provider-info >=net-misc/modemmanager-1.24.0:= sys-apps/dbus introspection? ( dev-libs/gobject-introspection )
dev-util/gdbus-codegen dev-util/glib-utils sys-devel/gettext verify-sig? ( sec-keys/openpgp-keys-phosh )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cbd-0.0.2.tar.xz | 69388 bytes | https://sources.phosh.mobi/releases/cellbroadcastd/cbd-0.0.2.tar.xz |
| DIST | cbd-0.0.2.tar.xz.asc | 833 bytes | https://sources.phosh.mobi/releases/cellbroadcastd/cbd-0.0.2.tar.xz.asc |