From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE51F139085 for ; Thu, 22 Dec 2016 10:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2351A21C096; Thu, 22 Dec 2016 10:45:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F33A421C096 for ; Thu, 22 Dec 2016 10:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4B0734102B for ; Thu, 22 Dec 2016 10:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B2EF24DE for ; Thu, 22 Dec 2016 10:45:04 +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: <1482403502.16466134f307ab1b057170b5baf4ab68d54067ca.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-1.0.1.ebuild X-VCS-Directories: dev-lisp/lisp-unit/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 16466134f307ab1b057170b5baf4ab68d54067ca X-VCS-Branch: master Date: Thu, 22 Dec 2016 10:45:04 +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: 983c8faf-ef28-4455-b0db-0dfd4006a2e8 X-Archives-Hash: 03ff3754844f54e65d012f954a7ea20a commit: 16466134f307ab1b057170b5baf4ab68d54067ca Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Dec 22 10:45:02 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Dec 22 10:45:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=16466134 dev-lisp/lisp-unit: Bumps version to 1.0.1 dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild new file mode 100644 index 0000000..21fc72d --- /dev/null +++ b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +MY_PV="Version-${PV}" + +DESCRIPTION="A Common Lisp library for unit testing." +HOMEPAGE="http://www.cliki.net/lisp-unit/" +SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}-${MY_PV}"