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 9489B138CE3 for ; Mon, 10 Feb 2014 10:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E2C3E09A2; Mon, 10 Feb 2014 10:03:25 +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 CF1CBE09A2 for ; Mon, 10 Feb 2014 10:03:24 +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 D5EDC33F8A9 for ; Mon, 10 Feb 2014 10:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9EAF918852 for ; Mon, 10 Feb 2014 10:03:22 +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: <1392026644.d316e54b5cc339be659068f75f0f0bb390bd1649.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-9999.ebuild X-VCS-Directories: dev-lisp/lisp-unit/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: d316e54b5cc339be659068f75f0f0bb390bd1649 X-VCS-Branch: master Date: Mon, 10 Feb 2014 10:03:22 +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: 6ff72267-7756-4834-93bf-6fdca47f7a63 X-Archives-Hash: b82622551b8c42eb6bca54f2de81813c commit: d316e54b5cc339be659068f75f0f0bb390bd1649 Author: Chema Alonso gentoo org> AuthorDate: Mon Feb 10 10:04:04 2014 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Feb 10 10:04:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d316e54b dev-lisp/lisp-unit: fix live ebuild --- dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild index 839085f..b54fe2c 100644 --- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild +++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 -inherit common-lisp-2 git +inherit common-lisp-3 git-2 DESCRIPTION="A Common Lisp library for unit testing." HOMEPAGE="http://www.cliki.net/lisp-unit/" @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dodoc TODO - use doc && dohtml documentation/* -} +#src_install() { + #common-lisp-install-sources *.lisp + #common-lisp-install-asdf + #dodoc TODO + #use doc && dohtml documentation/* +#}