Install this version:
emerge -a =sci-mathematics/sage-data-graphs-20210214
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-mathematics/sage-data-graphs-20210214
Or alternatively:
emerge --autounmask-write -a =sci-mathematics/sage-data-graphs-20210214
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="graphs"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Sage's graph database"
HOMEPAGE="https://www.sagemath.org"
SRC_URI="mirror://sageupstream/${MY_PN}/${MY_P}.tar.bz2"
S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
src_install() {
insinto /usr/share/sage/graphs
doins *
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | graphs-20210214.tar.bz2 | 337153 bytes | mirror://sageupstream/graphs/graphs-20210214.tar.bz2 |