From: Chema Alonso Josa Date: Sun, 1 Oct 2017 18:50:15 +0000 (+0200) Subject: dev-lisp/asdf: Adds test phase. Installs info file. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=54de468e8dc5d9af0d217bd1fb97b1f952a8a350;p=gentoo.git dev-lisp/asdf: Adds test phase. Installs info file. Gentoo-Bug: 605752 Gentoo-Bug: 623494 Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- diff --git a/dev-lisp/asdf/asdf-3.2.1-r1.ebuild b/dev-lisp/asdf/asdf-3.2.1-r1.ebuild new file mode 100644 index 000000000000..10fefccb6fc5 --- /dev/null +++ b/dev-lisp/asdf/asdf-3.2.1-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils prefix common-lisp-3 + +DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" +HOMEPAGE="http://common-lisp.net/project/asdf/" +SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="doc" + +SLOT="0/${PVR}" + +DEPEND="!dev-lisp/cl-${PN} + !dev-lisp/asdf-binary-locations + !dev-lisp/gentoo-init + !