From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96E4F1382C5 for ; Fri, 9 Mar 2018 17:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D39D5E0958; Fri, 9 Mar 2018 17:41:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B008EE096D for ; Fri, 9 Mar 2018 17:41:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5416B335C4E for ; Fri, 9 Mar 2018 17:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DEB524C for ; Fri, 9 Mar 2018 17:41:30 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1520617128.2c9cc95a797f7b3fbd4047b34d6e9777bfbcd7cf.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/asdf/asdf-3.1.5.ebuild X-VCS-Directories: dev-lisp/asdf/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2c9cc95a797f7b3fbd4047b34d6e9777bfbcd7cf X-VCS-Branch: master Date: Fri, 9 Mar 2018 17:41:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c72f796b-9734-4325-bd1a-9534ac5fc567 X-Archives-Hash: c4d185b9d3e804142b25eba8c1362163 commit: 2c9cc95a797f7b3fbd4047b34d6e9777bfbcd7cf Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Feb 27 20:22:24 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Mar 9 17:38:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c9cc95a dev-lisp/asdf: Sync with main tree dev-lisp/asdf/asdf-3.1.5.ebuild | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild new file mode 100644 index 00000000..fb037462 --- /dev/null +++ b/dev-lisp/asdf/asdf-3.1.5.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +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="alpha amd64 ia64 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 + !