Install this version:
emerge -a =dev-lisp/arnesi-20241211
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lisp/arnesi-20241211
Or alternatively:
emerge --autounmask-write -a =dev-lisp/arnesi-20241211
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3
COMMIT="93dc9061743b6d816d96074f25abea872e2e229c"
DESCRIPTION="A bag-of-tools utilities library"
HOMEPAGE="https://github.com/AccelerationNet/arnesi"
SRC_URI="https://github.com/AccelerationNet/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-lisp/cl-ppcre
dev-lisp/collectors
dev-lisp/slime"
BDEPEND="dev-lisp/asdf
test? ( dev-lisp/fiveam )"
src_test() {
local -x CL_SOURCE_REGISTRY="${S}:${CLSYSTEMROOT}"
common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
${CL_BINARY} "${CL_EVAL}" "(asdf:test-system :arnesi)" \
|| die "test failed"
}
Manage flags for this package:
euse -i <flag> -p dev-lisp/arnesi |
euse -E <flag> -p dev-lisp/arnesi |
euse -D <flag> -p dev-lisp/arnesi
dev-lisp/cl-ppcre dev-lisp/collectors dev-lisp/slime
dev-lisp/asdf test? ( dev-lisp/fiveam )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | arnesi-20241211.tar.gz | 85298 bytes | https://github.com/AccelerationNet/arnesi/archive/93dc9061743b6d816d96074f25abea872e2e229c.tar.gz |