summaryrefslogtreecommitdiff
blob: e045a3f4886b4b39fdc73ffc288c48f6ee2083ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit common-lisp-3

DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp"
HOMEPAGE="https://cl-prevalence.common-lisp.dev/"
SRC_URI="http://bitbucket.org/skypher/${PN}/get/${PV}.gz -> ${P}.tar.gz"
S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9

LICENSE="LLGPL-2.1"
SLOT="0"
#KEYWORDS="~amd64 ~ppc ~sparc ~x86"

RDEPEND="dev-lisp/fiveam
	dev-lisp/s-xml
	dev-lisp/s-sysdeps"