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 A7C6C1381F3 for ; Sat, 12 Oct 2013 20:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 438C7E093A; Sat, 12 Oct 2013 20:11:37 +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 D2F70E093A for ; Sat, 12 Oct 2013 20:11:36 +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 E985433EFEC for ; Sat, 12 Oct 2013 20:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 98F98D117B for ; Sat, 12 Oct 2013 20:11:34 +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: <1381608741.05949a7af9d95781ef8a18824972f2b899c96c98.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-m4/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-m4/cl-m4-9999.ebuild X-VCS-Directories: dev-lisp/cl-m4/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 05949a7af9d95781ef8a18824972f2b899c96c98 X-VCS-Branch: master Date: Sat, 12 Oct 2013 20:11:34 +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: 515a4963-c242-419b-94a9-7e74a1a8dac3 X-Archives-Hash: 1de895b1b8261a75ccfd29a8c462be89 commit: 05949a7af9d95781ef8a18824972f2b899c96c98 Author: Chema Alonso gentoo org> AuthorDate: Sat Oct 12 20:12:21 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Oct 12 20:12:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=05949a7a dev-lisp/cl-m4: new live ebuild --- dev-lisp/cl-m4/cl-m4-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-lisp/cl-m4/cl-m4-9999.ebuild b/dev-lisp/cl-m4/cl-m4-9999.ebuild new file mode 100644 index 0000000..8b3d815 --- /dev/null +++ b/dev-lisp/cl-m4/cl-m4-9999.ebuild @@ -0,0 +1,26 @@ +# 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 re-implementation of GNU M4" +HOMEPAGE="http://www.cliki.net/cl-m4" + +EGIT_REPO_URI="git://github.com/e-user/${PN}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/cffi + dev-lisp/cl-fad + dev-lisp/cl-ppcre + dev-lisp/external-program + dev-lisp/graylex" + +CLSYSTEMS="${PN} ${PN}-test"