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 8D045139694 for ; Fri, 7 Jul 2017 08:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81E3E0D76; Fri, 7 Jul 2017 08:23:31 +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 B1824E0D76 for ; Fri, 7 Jul 2017 08:23:31 +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 98152341858 for ; Fri, 7 Jul 2017 08:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02BF37499 for ; Fri, 7 Jul 2017 08:23:29 +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: <1499415817.6524e8f69bcd4a6bbe60526cf064f06d00fd874c.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cxml/cxml-20081130.ebuild dev-lisp/cxml/cxml-9999.ebuild X-VCS-Directories: dev-lisp/cxml/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 6524e8f69bcd4a6bbe60526cf064f06d00fd874c X-VCS-Branch: master Date: Fri, 7 Jul 2017 08:23:29 +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: 4424a113-03b6-4172-af8f-125f0100c88c X-Archives-Hash: c45919a75574c7946c8ca96651159816 commit: 6524e8f69bcd4a6bbe60526cf064f06d00fd874c Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 08:23:37 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 08:23:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6524e8f6 dev-lisp/cxml: Updates to common-lisp-3 eclass dev-lisp/cxml/cxml-20081130.ebuild | 20 ++++++++++++-------- dev-lisp/cxml/cxml-9999.ebuild | 3 +-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/dev-lisp/cxml/cxml-20081130.ebuild b/dev-lisp/cxml/cxml-20081130.ebuild index 26b19c0d..506a896f 100644 --- a/dev-lisp/cxml/cxml-20081130.ebuild +++ b/dev-lisp/cxml/cxml-20081130.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 +EAPI=6 + +inherit common-lisp-3 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2} @@ -26,14 +27,17 @@ S="${WORKDIR}"/${PN}-${MY_PV} src_unpack() { unpack ${A} - rm "${S}"/GNUmakefile - cp "${FILESDIR}"/${PN}-contrib.asd "${S}" +} + +src_prepare() { + rm "${S}"/GNUmakefile || die + cp "${FILESDIR}"/${PN}-contrib.asd "${S}" || die } src_install() { - common-lisp-install *.{dtd,asd} - common-lisp-install {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp - common-lisp-symlink-asdf + common-lisp-install-sources *.dtd + common-lisp-install-sources {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp + common-lisp-install-asdf dodoc README OLDNEWS TIMES dohtml doc/*.{html,css,png} diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild index b6ef4087..e83dd119 100644 --- a/dev-lisp/cxml/cxml-9999.ebuild +++ b/dev-lisp/cxml/cxml-9999.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6