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 847121384B4 for ; Sun, 13 Dec 2015 22:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7FAB21C0D9; Sun, 13 Dec 2015 22:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 626F821C0D9 for ; Sun, 13 Dec 2015 22:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFF1A340945 for ; Sun, 13 Dec 2015 22:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04E1A94 for ; Sun, 13 Dec 2015 22:44: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: <1450046861.3a319c0f70efecf745cddedd77af7edaa1170666.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-gray-streams/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild X-VCS-Directories: dev-lisp/trivial-gray-streams/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 3a319c0f70efecf745cddedd77af7edaa1170666 X-VCS-Branch: master Date: Sun, 13 Dec 2015 22:44: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: a0d965f2-500a-4f5b-9ca7-bddc06ce9f19 X-Archives-Hash: e1cf81814de5c0750954d4d7d87466eb commit: 3a319c0f70efecf745cddedd77af7edaa1170666 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 13 22:47:41 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Dec 13 22:47:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3a319c0f dev-lisp/trivial-gray-streams: add live ebuild .../trivial-gray-streams-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild new file mode 100644 index 0000000..f73f20d --- /dev/null +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" +EGIT_REPO_URI="git://github.com/${PN}/${PN}" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"