net-misc/phonesim - 9999 (equaeghe)

Search

Install

Install this version:

emerge -a =net-misc/phonesim-9999

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

autounmask =net-misc/phonesim-9999

Or alternatively:

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

Package Information

Description:
Phone Simulator for modem testing (oFono)
Homepage:
http://ofono.org/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools git-r3

DESCRIPTION="Phone Simulator for modem testing (oFono)"
HOMEPAGE="http://ofono.org/"
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/ofono/${PN}.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
        net-misc/ofono[phonesim]
        dev-qt/qtcore:5
        dev-qt/qtnetwork:5
        dev-qt/qtdeclarative:5
"

DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
"

src_prepare() {
        default
        eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

        
        net-misc/ofono[phonesim]
        dev-qt/qtcore:5
        dev-qt/qtnetwork:5
        dev-qt/qtdeclarative:5

        virtual/pkgconfig

RDEPEND

        net-misc/ofono[phonesim]
        dev-qt/qtcore:5
        dev-qt/qtnetwork:5
        dev-qt/qtdeclarative:5