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 C48AF139694 for ; Fri, 7 Jul 2017 08:26:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30E7274179; Fri, 7 Jul 2017 08:26:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85088274179 for ; Fri, 7 Jul 2017 08:26:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A86EF3418B3 for ; Fri, 7 Jul 2017 08:26:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 708367499 for ; Fri, 7 Jul 2017 08:26:31 +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: <1499416000.8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/xlunit/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/xlunit/xlunit-0.6.3.ebuild X-VCS-Directories: dev-lisp/xlunit/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843 X-VCS-Branch: master Date: Fri, 7 Jul 2017 08:26:31 +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: 741a5837-3e27-4e28-847b-57ae3231a3ee X-Archives-Hash: b849f0f6b39f7f48859282e9d850f06d commit: 8f43c9881a9f0f0b9bb0d8ec3d20b04e2429e843 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 08:26:40 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 08:26:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8f43c988 dev-lisp/xlunit: Updates to common-lisp-3 eclass dev-lisp/xlunit/xlunit-0.6.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-lisp/xlunit/xlunit-0.6.3.ebuild b/dev-lisp/xlunit/xlunit-0.6.3.ebuild index ef266920..345db15f 100644 --- a/dev-lisp/xlunit/xlunit-0.6.3.ebuild +++ b/dev-lisp/xlunit/xlunit-0.6.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=2 -inherit common-lisp-2 +EAPI=6 + +inherit common-lisp-3 DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit." HOMEPAGE="http://www.cliki.net/xlunit" @@ -17,5 +17,5 @@ IUSE="" RDEPEND="!dev-lisp/cl-${PN}" src_prepare() { - rm Makefile + rm -f Makefile }