net-misc/phonesim - 2.0 (mva)

Search

Install

Install this version:

emerge -a =net-misc/phonesim-2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/phonesim-2.0

Or alternatively:

emerge --autounmask-write -a =net-misc/phonesim-2.0

Package Information

Description:
Phone Simulator for modem testing (oFono)
Homepage:
https://git.kernel.org/pub/scm/network/ofono/ofono.git
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.0 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit autotools

DESCRIPTION="Phone Simulator for modem testing (oFono)"
HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git"

if [[ "${PF}" = *_p* ]]; then
	MY_SHA="" # FILL-ME
	SRC_URI="https://git.kernel.org/pub/scm/network/ofono/${PN}.git/snapshot/${PN}-${MY_SHA}.tar.gz"
	S="${WORKDIR}/${PN}-${MY_SHA}"
else
	SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/ofono/${P}.tar.xz"
fi

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="net-misc/ofono"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

net-misc/ofono

RDEPEND

net-misc/ofono

BDEPEND

virtual/pkgconfig

Manifest for 2.0

Type File Size Source URLs
DIST phonesim-2.0.tar.xz 245968 bytes https://mirrors.edge.kernel.org/pub/linux/network/ofono/phonesim-2.0.tar.xz