From f4eb2e39bf429982b8794033360b010f0e85e5b4 Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Tue, 14 Feb 2017 22:47:01 +0100 Subject: dev-lisp/asdf: Bumps last version as requested in bug #605752 comment #4 Package-Manager: portage-2.3.3 --- dev-lisp/asdf/asdf-3.2.0-r1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ dev-lisp/asdf/asdf-3.2.0.ebuild | 3 +-- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 dev-lisp/asdf/asdf-3.2.0-r1.ebuild (limited to 'dev-lisp/asdf') diff --git a/dev-lisp/asdf/asdf-3.2.0-r1.ebuild b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild new file mode 100644 index 000000000000..5e97a01ef0a5 --- /dev/null +++ b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils prefix + +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 + !