Install this version:
emerge -a =sys-apps/sdate-0.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/sdate-0.7
Or alternatively:
emerge --autounmask-write -a =sys-apps/sdate-0.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.7 | 7 | ~amd64 | 0 |
# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="never ending September date"
HOMEPAGE="https://www.df7cb.de/projects/sdate/"
SRC_URI="https://github.com/df7cb/sdate/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
src_prepare() {
default
eautoreconf
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sdate-0.7.tar.gz | 35077 bytes | https://github.com/df7cb/sdate/archive/refs/tags/0.7.tar.gz |