dev-lisp/rt - 20090812 (nest)

Search

Install

Install this version:

emerge -a =dev-lisp/rt-20090812

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lisp/rt-20090812

Or alternatively:

emerge --autounmask-write -a =dev-lisp/rt-20090812

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

Manage flags for this package: euse -i <flag> -p dev-lisp/rt | euse -E <flag> -p dev-lisp/rt | euse -D <flag> -p dev-lisp/rt

Global/Standard Flags

Inherited Eclasses

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-_20090812.gita6a7503.orig.tar.xz