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 71600138825 for ; Tue, 11 Nov 2014 23:16:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2277CE0907; Tue, 11 Nov 2014 23:16:40 +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 61F12E0905 for ; Tue, 11 Nov 2014 23:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DE663404C2 for ; Tue, 11 Nov 2014 23:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0578E9F23 for ; Tue, 11 Nov 2014 23:16:37 +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: <1406389566.aff7d53d1c93f2205c7ef2172c2086731803c837.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/madeira-port/madeira-port-9999.ebuild X-VCS-Directories: dev-lisp/madeira-port/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: aff7d53d1c93f2205c7ef2172c2086731803c837 X-VCS-Branch: master Date: Tue, 11 Nov 2014 23:16:37 +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: 5206eda6-b39a-4194-9d4e-4e6a036481af X-Archives-Hash: ad7522304dcff6d72bfbdb0914688839 Message-ID: <20141111231637.NKouQBgv0SV3c9ulOp9rwQSxTyhdUYLRiD6ak4pBirw@z> commit: aff7d53d1c93f2205c7ef2172c2086731803c837 Author: Chema Alonso gentoo org> AuthorDate: Sat Jul 26 15:46:06 2014 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Jul 26 15:46:06 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aff7d53d dev-lisp/madeira-port: new live ebuild --- dev-lisp/madeira-port/madeira-port-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild new file mode 100644 index 0000000..6de19e4 --- /dev/null +++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild @@ -0,0 +1,19 @@ +# 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="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system" +HOMEPAGE="https://github.com/nikodemus/madeira-port" +EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lisp/eos" +RDEPEND="${DEPEND}"