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 731341381F3 for ; Sat, 12 Oct 2013 19:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47966E0931; Sat, 12 Oct 2013 19:38:23 +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 CAA86E0931 for ; Sat, 12 Oct 2013 19:38:22 +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 E7B2C33EFA5 for ; Sat, 12 Oct 2013 19:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 978B0D117B for ; Sat, 12 Oct 2013 19:38:20 +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: <1381606529.a1c316b31c4e7d6e317885c7048636e579d8a8f4.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/graylex/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/graylex/graylex-9999.ebuild X-VCS-Directories: dev-lisp/graylex/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a1c316b31c4e7d6e317885c7048636e579d8a8f4 X-VCS-Branch: master Date: Sat, 12 Oct 2013 19:38:20 +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: aae05872-9c68-4f57-b19f-9998e9d73cba X-Archives-Hash: 2df1fed3b1ed3a0f601483d21876eb7a commit: a1c316b31c4e7d6e317885c7048636e579d8a8f4 Author: Chema Alonso gentoo org> AuthorDate: Sat Oct 12 19:35:29 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Oct 12 19:35:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a1c316b3 dev-lisp/graylex: new live ebuild --- dev-lisp/graylex/graylex-9999.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-lisp/graylex/graylex-9999.ebuild b/dev-lisp/graylex/graylex-9999.ebuild new file mode 100644 index 0000000..24235b2 --- /dev/null +++ b/dev-lisp/graylex/graylex-9999.ebuild @@ -0,0 +1,29 @@ +# 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="Gray lexer input streams" +HOMEPAGE="http://cliki.net/graylex" +EGIT_REPO_URI="git://github.com/e-user/${PN}.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lisp/alexandria + dev-lisp/cl-ppcre + dev-lisp/trivial-gray-streams" + +CLSYSTEMS="${PN} ${PN}-test" + +#src_install() { + #common-lisp-install-sources *.lisp contrib + #common-lisp-install-asdf + #dodoc *.txt + #docinto examples && dodoc examples/* +#}