Install this version:
emerge -a =dev-libs/tweeny-3.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/tweeny-3.2.0
Or alternatively:
emerge --autounmask-write -a =dev-libs/tweeny-3.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.2.0 | 8 | ~amd64 | 0 |
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C++ tweening (inbetweening) library"
HOMEPAGE="https://mobius3.github.io/tweeny/"
SRC_URI="https://github.com/mobius3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
BDEPEND="doc? ( app-text/doxygen )"
src_prepare() {
cmake_src_prepare
if use doc; then
sed -i 's@DESTINATION share/doc/Tweeny@DESTINATION ${CMAKE_INSTALL_DOCDIR}@' \
doc/CMakeLists.txt || die "Could not change documentation path."
fi
}
src_configure() {
local -a mycmakeargs=(
-DTWEENY_BUILD_DOCUMENTATION=$(usex doc)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/tweeny |
euse -E <flag> -p dev-libs/tweeny |
euse -D <flag> -p dev-libs/tweeny
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tweeny-3.2.0.tar.gz | 51418 bytes | https://github.com/mobius3/tweeny/archive/v3.2.0.tar.gz |