Install this version:
emerge -a =app-office/hibiscus-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-office/hibiscus-9999
Or alternatively:
emerge --autounmask-write -a =app-office/hibiscus-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit flag-o-matic toolchain-funcs
MY_PV="2.13.0-nightly"
DESCRIPTION="Official prebuilt nightly HBCI Plugin for Jameica"
HOMEPAGE="https://www.willuhn.de/products/hibiscus/"
SRC_URI="https://www.willuhn.de/products/${PN}/releases/nightly/${PN}-${MY_PV}.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
RESTRICT="strip"
S="${WORKDIR}"
RDEPEND="=dev-java/jameica-9999"
QA_PREBUILT="
opt/${PN}/lib/libct.so
opt/${PN}/lib/libhbci4java-card-freebsd-64.so
opt/${PN}/lib/libhbci4java-card-linux-32.so
opt/${PN}/lib/libhbci4java-card-linux-64.so
opt/${PN}/lib/libhbci4java-sizrdh-linux-gcc2.so
opt/${PN}/lib/libhbci4java-sizrdh-linux-gcc3.so
opt/${PN}/lib/libtowitoko-2.0.7-amd64.so
opt/${PN}/lib/libtowitoko-2.0.7.so
"
QA_SONAME="
opt/${PN}/lib/libhbci4java-card-freebsd-64.so
opt/${PN}/lib/libhbci4java-sizrdh-linux-gcc2.so
"
src_prepare() {
default
rm ${S}/${PN}/lib/libhbci4java-card-freebsd-64.so
rm ${S}/${PN}/lib/libhbci4java-sizrdh-linux-gcc2.so
}
src_install() {
dodir /opt/jameica/plugins
cp -ap "${S}"/* "${D}"/opt/jameica/plugins/hibiscus/
}
=dev-java/jameica-9999
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hibiscus-2.13.0-nightly.zip | 24641984 bytes | https://www.willuhn.de/products/hibiscus/releases/nightly/-2.13.0-nightly.zip |