dev-lisp/rt - 20090812 (nest)

Search

Package Information

Description:
Common Lisp regression tester from MIT
Homepage:
http://www.cliki.net/rt
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20090812 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit common-lisp-3

COMMIT="gita6a7503"

DESCRIPTION="Common Lisp regression tester from MIT"
HOMEPAGE="http://www.cliki.net/rt"
SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.${COMMIT}.orig.tar.xz"
S="${WORKDIR}/cl-${P}.${COMMIT}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" # 15 out of 30 total tests failed

BDEPEND="dev-lisp/asdf
	test? ( dev-lisp/sbcl:* )"

src_test() {
	sbcl --script "${FILESDIR}"/run-tests.lisp \
		|| die "test failed"
}

USE Flags

Dependencies

BDEPEND

dev-lisp/asdf
	test? ( dev-lisp/sbcl:* )

Manifest for 20090812

Type File Size Source URLs
DIST cl-rt_20090812.gita6a7503.orig.tar.xz 10092 bytes mirror://debian/pool/main/c/cl-rt/cl-rt_20090812.gita6a7503.orig.tar.xz