| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20170427 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3
COMMIT="199ca781d8446618f90b63d06c00858f2bf21636"
MY_PN="${PN//-/.}"
DESCRIPTION="Uniform Resource Identifier in Common Lisp"
HOMEPAGE="https://github.com/hu-dwim/hu.dwim.uri"
SRC_URI="https://github.com/hu-dwim/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
LICENSE="MIT-0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
PDEPEND="dev-lisp/hu-dwim-util"
RDEPEND="dev-lisp/babel
dev-lisp/cl-ppcre
dev-lisp/hu-dwim-asdf
dev-lisp/iolib"
BDEPEND="test? ( dev-lisp/sbcl:*
dev-lisp/hu-dwim-stefil
dev-lisp/uiop )"
src_test() {
einfo "Running test suite:"
sbcl --script "${FILESDIR}"/run-tests.lisp \
|| die "test failed"
}
dev-lisp/babel dev-lisp/cl-ppcre dev-lisp/hu-dwim-asdf dev-lisp/iolib
test? ( dev-lisp/sbcl:* dev-lisp/hu-dwim-stefil dev-lisp/uiop )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hu-dwim-uri-20170427.tar.gz | 8645 bytes | https://github.com/hu-dwim/${PN//-/.}/archive/199ca781d8446618f90b63d06c00858f2bf21636.tar.gz |