Install this version:
emerge -a =sci-electronics/qucs-s-26.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/qucs-s-26.1.1
Or alternatively:
emerge --autounmask-write -a =sci-electronics/qucs-s-26.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 26.1.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Quite universal circuit simulator with SPICE"
HOMEPAGE="https://ra3xdh.github.io/"
SRC_URI="https://github.com/ra3xdh/qucs_s/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
inherit cmake xdg optfeature
DEPEND="
dev-qt/qtbase:6[gui,widgets,xml]
dev-qt/qtsvg:6
dev-qt/qtcharts:6
"
RDEPEND="
${DEPEND}
"
BDEPEND="
dev-qt/qttools:6[linguist]
sys-devel/flex
sys-devel/bison
dev-util/gperf
app-text/dos2unix
"
pkg_postinst() {
optfeature "Result postprocessing in Octave" sci-mathematics/octave
optfeature_header "Install optional simulator backends:"
optfeature "Ngspice" sci-electronics/ngspice
xdg_pkg_postinst
}
pkg_postrm() {
xdg_pkg_postrm
}
dev-qt/qtbase:6[gui,widgets,xml] dev-qt/qtsvg:6 dev-qt/qtcharts:6
dev-qt/qtbase:6[gui,widgets,xml] dev-qt/qtsvg:6 dev-qt/qtcharts:6
dev-qt/qttools:6[linguist] sys-devel/flex sys-devel/bison dev-util/gperf app-text/dos2unix
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qucs-s-26.1.1.tar.gz | 6406156 bytes | https://github.com/ra3xdh/qucs_s/releases/download/26.1.1/qucs-s-26.1.1.tar.gz |