Install this version:
emerge -a =dev-tcltk/sdx-20110317
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-tcltk/sdx-20110317
Or alternatively:
emerge --autounmask-write -a =dev-tcltk/sdx-20110317
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20110317 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A utility for making and unpacking starkits."
HOMEPAGE="https://www.equi4.com/starkit/sdx.html"
SRC_URI="https://chiselapp.com/user/aspect/repository/${PN}/raw/${P}.kit?name=1a77b0b5bc8cfcf2df2ef051a511e9187103ce0c -> ${P}.kit"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-tcltk/tclkit"
DEPEND="${RDEPEND}"
RESTRICT="strip"
src_unpack() {
:
}
src_install() {
newbin "${DISTDIR}/${P}.kit" "${PN}.kit"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sdx-20110317.kit | 119312 bytes | https://chiselapp.com/user/aspect/repository/sdx/raw/sdx-20110317.kit?name=1a77b0b5bc8cfcf2df2ef051a511e9187103ce0c |