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 C4FA8139694 for ; Thu, 6 Jul 2017 21:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC092340E5; Thu, 6 Jul 2017 21:01:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 19C7A2340E5 for ; Thu, 6 Jul 2017 21:01:34 +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 273F9341769 for ; Thu, 6 Jul 2017 21:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15EB748A for ; Thu, 6 Jul 2017 21:01: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: <1499374900.8fc95da13e19a3bc8bd04f7fc5af805bdda1c624.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-backtrace/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild X-VCS-Directories: dev-lisp/trivial-backtrace/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8fc95da13e19a3bc8bd04f7fc5af805bdda1c624 X-VCS-Branch: master Date: Thu, 6 Jul 2017 21:01: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: d938ed4f-4e86-4175-8182-e66c180245cd X-Archives-Hash: 439cdf6ddbf392da9167870d6436dd5f commit: 8fc95da13e19a3bc8bd04f7fc5af805bdda1c624 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jul 6 21:01:40 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jul 6 21:01:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8fc95da1 dev-lisp/trivial-backtrace: Updates to common-lisp-3 eclass dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild | 11 ++++++----- dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild | 5 ++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild index a46a7485..e4fc5495 100644 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.0.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -inherit common-lisp-2 eutils +EAPI=6 + +inherit common-lisp-3 eutils DESCRIPTION="A simple library for generating a backtrace portably." HOMEPAGE="http://common-lisp.net/project/trivial-backtrace" @@ -16,7 +17,7 @@ IUSE="" CLSYSTEMS="${PN} ${PN}-test" src_install() { - common-lisp-install *.asd dev test - common-lisp-symlink-asdf + common-lisp-install-sources dev test + common-lisp-install-asdf dodoc *.config } diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild index 8c48689e..aed357fc 100644 --- a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3 eutils