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 99A0B138A1F for ; Mon, 28 Apr 2014 09:38:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150D4E09AA; Mon, 28 Apr 2014 09:38:21 +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 9E5A9E09AA for ; Mon, 28 Apr 2014 09:38:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8ECC33FD2E for ; Mon, 28 Apr 2014 09:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 90C241818D for ; Mon, 28 Apr 2014 09:38:17 +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: <1398677943.b393992934b3060f9d197a131c36ea8e94db4388.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/clx/clx-9999.ebuild X-VCS-Directories: dev-lisp/clx/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: b393992934b3060f9d197a131c36ea8e94db4388 X-VCS-Branch: master Date: Mon, 28 Apr 2014 09:38:17 +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: 88296233-489b-47fe-98d0-38758f9b30a6 X-Archives-Hash: 17c0e61c3aa30d92ff97ca3b6fe6e59e commit: b393992934b3060f9d197a131c36ea8e94db4388 Author: Chema Alonso gentoo org> AuthorDate: Mon Apr 28 09:39:03 2014 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Apr 28 09:39:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=b3939929 dev-lisp/clx: new live ebuild --- dev-lisp/clx/clx-9999.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-lisp/clx/clx-9999.ebuild b/dev-lisp/clx/clx-9999.ebuild new file mode 100644 index 0000000..5d41ab4 --- /dev/null +++ b/dev-lisp/clx/clx-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="A collection of public domain utilities." +HOMEPAGE="http://www.cliki.net/CLX" +EGIT_REPO_URI="git://github.com/sharplispers/clx.git" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE=""