From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 655771381F3 for ; Mon, 29 Jul 2013 16:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E67FE0AF4; Mon, 29 Jul 2013 16:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD378E0AF4 for ; Mon, 29 Jul 2013 16:00:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC34B33E9EB for ; Mon, 29 Jul 2013 16:00:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4B6FFE468F for ; Mon, 29 Jul 2013 16:00:11 +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: <1375113635.6bda27514ca23856ff57392dba498ee63f39b85f.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild X-VCS-Directories: dev-lisp/asdf-system-connections/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 6bda27514ca23856ff57392dba498ee63f39b85f X-VCS-Branch: master Date: Mon, 29 Jul 2013 16:00:11 +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: a4986fa7-70b7-4c3a-b4a7-a258cd196e6e X-Archives-Hash: fb11d76833763198bf6e474d4a7f1102 commit: 6bda27514ca23856ff57392dba498ee63f39b85f Author: Chema Alonso gentoo org> AuthorDate: Mon Jul 29 16:00:35 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Jul 29 16:00:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6bda2751 dev-lisp/asdf-system-connections: add live ebuild --- .../asdf-system-connections-9999.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild new file mode 100644 index 0000000..475d955 --- /dev/null +++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-3 git-2 + +DESCRIPTION="Provides auto-loading of systems that only make sense when several other systems are loaded." +HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/" +EGIT_REPO_URI="git://github.com/gwkkwg/${PN}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}" + +#src_install() { + #common-lisp-install dev/${PN}.lisp ${PN}.asd + #common-lisp-symlink-asdf +#}