Install this version:
emerge -a =media-libs/libspiro-20240903
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libspiro-20240903
Or alternatively:
emerge --autounmask-write -a =media-libs/libspiro-20240903
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ -z ${PV%%*9999} ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fontforge/${PN}.git"
else
MY_PV="8c7a31e"
[[ -n ${PV%%*_p*} ]] && MY_PV="${PV}"
SRC_URI="
mirror://githubcl/fontforge/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
"
RESTRICT="primaryuri"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi
inherit autotools
DESCRIPTION="A library for drawing beautiful curves"
HOMEPAGE="https://github.com/fontforge/libspiro"
LICENSE="GPL-3+"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${ED}" -type f -name '*.la' -delete
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libspiro-20240903.tar.gz | 82808 bytes | mirror://githubcl/fontforge/libspiro/tar.gz/8c7a31e |