Install this version:
emerge -a =sci-electronics/adms-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/adms-9999
Or alternatively:
emerge --autounmask-write -a =sci-electronics/adms-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="ADMS is a code generator for the Verilog-AMS language"
HOMEPAGE="https://github.com/Qucs/ADMS"
EGIT_REPO_URI="https://github.com/Qucs/ADMS"
EGIT_BRANCH=develop
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
RDEPEND="
sys-devel/flex
sys-devel/bison"
DEPEND="
dev-perl/XML-LibXML
$RDEPEND"
src_prepare() {
default
./bootstrap.sh
}
dev-perl/XML-LibXML sys-devel/flex sys-devel/bison
sys-devel/flex sys-devel/bison