Install this version:
emerge -a =app-office/mytetra-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-office/mytetra-9999
Or alternatively:
emerge --autounmask-write -a =app-office/mytetra-9999
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
inherit qmake-utils
DESCRIPTION="Smart manager for information collecting"
HOMEPAGE="https://github.com/xintrea/mytetra_dev"
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_BRANCH="experimental"
EGIT_REPO_URI="https://github.com/xintrea/mytetra_dev.git"
else
SRC_URI="https://github.com/xintrea/${PN}_dev/archive/v.${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}_dev-v.${PV}/"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE="debug"
RDEPEND="dev-qt/qtgui:5
dev-qt/qtcore:5
dev-qt/qtxmlpatterns:5
dev-qt/qtsvg:5"
DEPEND="${RDEPEND}"
src_prepare(){
sed 's|/usr/local/bin|/usr/bin|' -i mytetra.pro
eapply_user
}
src_compile(){
qmake
}
src_install() {
emake install INSTALL_ROOT="${D}"
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p app-office/mytetra |
euse -E <flag> -p app-office/mytetra |
euse -D <flag> -p app-office/mytetra
dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtxmlpatterns:5 dev-qt/qtsvg:5
dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtxmlpatterns:5 dev-qt/qtsvg:5