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 C4B721381F3 for ; Sat, 12 Oct 2013 19:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EC87E0908; Sat, 12 Oct 2013 19:51:00 +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 E77BDE0908 for ; Sat, 12 Oct 2013 19:50:59 +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 121DF33F019 for ; Sat, 12 Oct 2013 19:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B6AFED117B for ; Sat, 12 Oct 2013 19:50:57 +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: <1381607504.4f063ed0e2acaa57f892d7c52785a4dd9ae57844.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-heredoc/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild X-VCS-Directories: dev-lisp/cl-heredoc/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4f063ed0e2acaa57f892d7c52785a4dd9ae57844 X-VCS-Branch: master Date: Sat, 12 Oct 2013 19:50:57 +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: 3ca9da53-0368-4c6a-8ccc-85de40191ad2 X-Archives-Hash: 7c08ddde842ed94b58399829545fbadf commit: 4f063ed0e2acaa57f892d7c52785a4dd9ae57844 Author: Chema Alonso gentoo org> AuthorDate: Sat Oct 12 19:51:44 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Oct 12 19:51:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=4f063ed0 dev-lisp/cl-heredoc: new live ebuild --- dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild new file mode 100644 index 0000000..5cbcf03 --- /dev/null +++ b/dev-lisp/cl-heredoc/cl-heredoc-9999.ebuild @@ -0,0 +1,18 @@ +# 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="Common Lisp reader heredoc dispatcher" +HOMEPAGE="http://www.cliki.net/cl-heredoc" +EGIT_REPO_URI="git://github.com/e-user/${PN}.git" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CLSYSTEMS="${PN} ${PN}-test"