Install this version:
emerge -a =sci-chemistry/vesta-3.5.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-chemistry/vesta-3.5.5
Or alternatively:
emerge --autounmask-write -a =sci-chemistry/vesta-3.5.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.5 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop xdg
DESCRIPTION="Visualization for Electronic and STructural Analysis"
HOMEPAGE="https://jp-minerals.org/vesta"
SRC_URI="https://jp-minerals.org/vesta/archives/${PV}/VESTA-gtk3.tar.bz2 -> ${PN}-${PV}.tar.bz2"
LICENSE="VESTA"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="mirror strip"
DEPEND=""
RDEPEND="
x11-libs/gtk+:3
virtual/glu
dev-util/desktop-file-utils
x11-libs/libXtst
virtual/jdk
${DEPEND}"
BDEPEND=""
S="${WORKDIR}/VESTA-gtk3"
QA_PREBUILT="*"
src_install() {
insinto /opt/VESTA
doins -r *
fperms +x /opt/VESTA/VESTA
fperms +x /opt/VESTA/VESTA-gui
domenu "${FILESDIR}/VESTA.desktop"
dosym ../VESTA/VESTA /opt/bin/VESTA
dosym ../VESTA/VESTA /opt/bin/vesta
}
pkg_postinst() {
xdg_desktop_database_update
elog "If you meet any abnormal behavior while using VESTA after upgrade or downgrade,"
elog "try remove ~/.VESTA and restart VESTA. Note that this will make you lost"
elog "all your saved configs."
}
pkg_postrm() {
xdg_desktop_database_update
}
x11-libs/gtk+:3 virtual/glu dev-util/desktop-file-utils x11-libs/libXtst virtual/jdk
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vesta-3.5.5.tar.bz2 | 25990320 bytes | https://jp-minerals.org/vesta/archives/3.5.5/VESTA-gtk3.tar.bz2 |