Install this version:
emerge -a =dev-lisp/contextl-20231021
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lisp/contextl-20231021
Or alternatively:
emerge --autounmask-write -a =dev-lisp/contextl-20231021
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3 edo
COMMIT="3d5fbff50c686f0b89b9ca7fdebfe056343dc366"
DESCRIPTION="CLOS extension for Context-oriented Programming"
HOMEPAGE="https://codeberg.org/pcostanza/contextl"
SRC_URI="https://codeberg.org/pcostanza/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-lisp/closer-mop
dev-lisp/lw-compat"
BDEPEND="dev-lisp/asdf
test? ( dev-lisp/sbcl:* )"
src_test() {
edo pushd test
edo ./sbcl-runall
edo popd
}
Manage flags for this package:
euse -i <flag> -p dev-lisp/contextl |
euse -E <flag> -p dev-lisp/contextl |
euse -D <flag> -p dev-lisp/contextl
dev-lisp/closer-mop dev-lisp/lw-compat
dev-lisp/asdf test? ( dev-lisp/sbcl:* )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | contextl-20231021.tar.gz | 26653 bytes | https://codeberg.org/pcostanza/contextl/archive/3d5fbff50c686f0b89b9ca7fdebfe056343dc366.tar.gz |