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 4F7581381F3 for ; Mon, 29 Jul 2013 12:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB11BE0A60; Mon, 29 Jul 2013 12:43:02 +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 7DF4CE0A60 for ; Mon, 29 Jul 2013 12:43:02 +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 8064333EA86 for ; Mon, 29 Jul 2013 12:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E1BCFE468F for ; Mon, 29 Jul 2013 12:42:58 +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: <1375101807.13bb982113bf4748396fb4a0a44bb59f37281971.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/let-plus/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/let-plus/let-plus-9999.ebuild X-VCS-Directories: dev-lisp/let-plus/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 13bb982113bf4748396fb4a0a44bb59f37281971 X-VCS-Branch: master Date: Mon, 29 Jul 2013 12:42:58 +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: b5a417e9-40c0-45e4-a981-3e79afafd573 X-Archives-Hash: 5644e01ea0f15e0e34d49e3ea816c67b commit: 13bb982113bf4748396fb4a0a44bb59f37281971 Author: Chema Alonso gentoo org> AuthorDate: Mon Jul 29 12:43:27 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Jul 29 12:43:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=13bb9821 dev-lisp/let-plus: new live ebuild --- dev-lisp/let-plus/let-plus-9999.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-lisp/let-plus/let-plus-9999.ebuild b/dev-lisp/let-plus/let-plus-9999.ebuild new file mode 100644 index 0000000..584245b --- /dev/null +++ b/dev-lisp/let-plus/let-plus-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="LET+: destructuring extension of LET*" +HOMEPAGE="http://www.cliki.net/let-plus" +EGIT_REPO_URI="git://github.com/tpapp/${PN}" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/anaphora + dev-lisp/lift"