Install this version:
emerge -a =dev-cpp/date-3.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/date-3.0.5
Or alternatively:
emerge --autounmask-write -a =dev-cpp/date-3.0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.5 | 8 | ~amd64 | 0 |
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
HOMEPAGE="https://github.com/HowardHinnant/date"
SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
doheader -r include/date
dodir /usr/src
cp -r src "${ED}/usr/src/date" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | date-3.0.5.tar.gz | 830280 bytes | https://github.com/HowardHinnant/date/archive/refs/tags/v3.0.5.tar.gz |