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 4B087138CD3 for ; Fri, 29 May 2015 21:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B253E0838; Fri, 29 May 2015 21:09:18 +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 83E5CE0838 for ; Fri, 29 May 2015 21:09:17 +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 718DE340CAD for ; Fri, 29 May 2015 21:09:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 219009EE for ; Fri, 29 May 2015 21:09:15 +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: <1432933753.58e01a42a4b31b9aa90c370ac5fc29e862d1ac65.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild X-VCS-Directories: dev-lisp/lisp-unit/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 58e01a42a4b31b9aa90c370ac5fc29e862d1ac65 X-VCS-Branch: master Date: Fri, 29 May 2015 21:09:15 +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: 28d07e84-420e-451b-8cc0-14e759de4d5b X-Archives-Hash: d0b3dd451cb29d9c7df77133295f2c9b commit: 58e01a42a4b31b9aa90c370ac5fc29e862d1ac65 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri May 29 21:09:13 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri May 29 21:09:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58e01a42 dev-lisp/lisp-unit: add version 0.9.5 dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild new file mode 100644 index 0000000..c099a3b --- /dev/null +++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="A Common Lisp library for unit testing." +HOMEPAGE="http://www.cliki.net/lisp-unit/" +SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE=""