blob: bb65e7fab64de83b98e8102f7fb22b9617179599 [file] [log] [blame] [edit]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="3"
DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp ports"
HOMEPAGE="https://www.gentoo.org/proj/en/lisp/common-lisp/guide.xml"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
S=${WORKDIR}
DEPEND="dev-lisp/asdf-binary-locations"
RDEPEND="${DEPEND}"
src_install() {
insinto /etc
doins "${FILESDIR}"/gentoo-init.lisp
}