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 9425A1384B4 for ; Sun, 15 Nov 2015 20:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0E7C21C03F; Sun, 15 Nov 2015 20:08:38 +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 5DB5F21C03F for ; Sun, 15 Nov 2015 20:08:38 +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 22419340662 for ; Sun, 15 Nov 2015 20:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A155EA47 for ; Sun, 15 Nov 2015 20:08:34 +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: <1447618247.c9c5911f22338c85b8a4512002f9ec76bb249abc.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/osicat/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/osicat/osicat-0.7.0.ebuild X-VCS-Directories: dev-lisp/osicat/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c9c5911f22338c85b8a4512002f9ec76bb249abc X-VCS-Branch: master Date: Sun, 15 Nov 2015 20:08:34 +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: b4423511-0e36-427c-bd27-cebb0b28d73a X-Archives-Hash: 3aa755d3aace6240073308ef988507a9 commit: c9c5911f22338c85b8a4512002f9ec76bb249abc Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Nov 15 20:10:47 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Nov 15 20:10:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c9c5911f dev-lisp/osicat: bump to version 0.7.0 dev-lisp/osicat/osicat-0.7.0.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-lisp/osicat/osicat-0.7.0.ebuild b/dev-lisp/osicat/osicat-0.7.0.ebuild new file mode 100644 index 0000000..0cfca17 --- /dev/null +++ b/dev-lisp/osicat/osicat-0.7.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 eutils + +MY_P="${PN}_${PV}" + +DESCRIPTION="${PN} is a lightweight operating system interface for Common Lisp on Unix-platforms." +HOMEPAGE="http://www.common-lisp.net/project/osicat/" +SRC_URI="http://common-lisp.net/project/${PN}/files/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + dev-lisp/alexandria + dev-lisp/cffi + dev-lisp/trivial-features" + +S="${WORKDIR}/${MY_P}"