Install this version:
emerge -a =dev-libs/datapack-0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/datapack-0.3
Or alternatively:
emerge --autounmask-write -a =dev-libs/datapack-0.3
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="datapack"
HOMEPAGE="https://github.com/ext/datapack"
SRC_URI="https://github.com/ext/datapack/archive/v${PV}.tar.gz -> datapack-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${D}" -name '*.la' -exec rm -f {} +
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | datapack-0.3.tar.gz | 13688 bytes | https://github.com/ext/datapack/archive/v0.3.tar.gz |