From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB864139085 for ; Thu, 22 Dec 2016 12:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F401721C099; Thu, 22 Dec 2016 12:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D37CF21C099 for ; Thu, 22 Dec 2016 12:00:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A83CD340C97 for ; Thu, 22 Dec 2016 12:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED21824DE for ; Thu, 22 Dec 2016 12:00:55 +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: <1482408052.a66c52e005c54e889c47b00e54e3ffbf445e2a5c.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure-common/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/closure-common/closure-common-9999.ebuild X-VCS-Directories: dev-lisp/closure-common/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a66c52e005c54e889c47b00e54e3ffbf445e2a5c X-VCS-Branch: master Date: Thu, 22 Dec 2016 12:00:55 +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: f789d557-6414-4a3a-ab6e-a6555a390e92 X-Archives-Hash: b92dc27eeb2326cca3c42ea2407afa14 commit: a66c52e005c54e889c47b00e54e3ffbf445e2a5c Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Dec 22 12:00:52 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Dec 22 12:00:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a66c52e0 dev-lisp/closure-common: Adds live ebuild dev-lisp/closure-common/closure-common-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/closure-common/closure-common-9999.ebuild b/dev-lisp/closure-common/closure-common-9999.ebuild new file mode 100644 index 0000000..544922b --- /dev/null +++ b/dev-lisp/closure-common/closure-common-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 git-r3 + +DESCRIPTION="Helper library for Closure and Closure XML implementing runes." +HOMEPAGE="http://www.cliki.net/closure-common" +EGIT_REPO_URI="git://repo.or.cz/${PN}.git" + +LICENSE="LLGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND="dev-lisp/trivial-gray-streams"