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 5BBE3139070 for ; Fri, 18 May 2018 21:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E3DE06FE; Fri, 18 May 2018 21:36:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2755DE06FE for ; Fri, 18 May 2018 21:36:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 82CC3335C73 for ; Fri, 18 May 2018 21:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5D0289 for ; Fri, 18 May 2018 21:36:14 +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: <1526679371.738941f9b12d4b56731db5045b9e90a8d5387401.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecls/files/, dev-lisp/ecls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/ecls/ecls-16.1.3.ebuild dev-lisp/ecls/files/16.1.3-build.patch dev-lisp/ecls/files/16.1.3-headers-gentoo.patch dev-lisp/ecls/files/ecls-16.1.3-build.patch dev-lisp/ecls/files/ecls-16.1.3-headers-gentoo.patch X-VCS-Directories: dev-lisp/ecls/ dev-lisp/ecls/files/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 738941f9b12d4b56731db5045b9e90a8d5387401 X-VCS-Branch: master Date: Fri, 18 May 2018 21:36:14 +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: c661d5d2-cb6b-4a93-b915-302f9742ee30 X-Archives-Hash: c866cb89de0ed2095ab2ffdcfdae507e commit: 738941f9b12d4b56731db5045b9e90a8d5387401 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri May 18 21:35:42 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri May 18 21:36:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738941f9 dev-lisp/ecls: Drop invalid configuration option Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lisp/ecls/ecls-16.1.3.ebuild | 16 ++++++++++------ .../{16.1.3-build.patch => ecls-16.1.3-build.patch} | 0 ...ers-gentoo.patch => ecls-16.1.3-headers-gentoo.patch} | 0 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-lisp/ecls/ecls-16.1.3.ebuild b/dev-lisp/ecls/ecls-16.1.3.ebuild index 129d07b5356..6b3789c3ed9 100644 --- a/dev-lisp/ecls/ecls-16.1.3.ebuild +++ b/dev-lisp/ecls/ecls-16.1.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit eutils multilib # test phase only works if ecls already installed #516876 @@ -30,6 +31,11 @@ RDEPEND="${CDEPEND}" S="${WORKDIR}"/${MY_P} +PATCHES=( + "${FILESDIR}/${P}-headers-gentoo.patch" + "${FILESDIR}/${P}-build.patch" +) + pkg_setup () { if use gengc || use precisegc ; then ewarn "You have enabled the generational garbage collector or" @@ -40,8 +46,7 @@ pkg_setup () { } src_prepare() { - epatch "${FILESDIR}"/${PV}-headers-gentoo.patch - epatch "${FILESDIR}"/${PV}-build.patch + default cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die } @@ -61,8 +66,7 @@ src_configure() { $(use_with threads __thread) \ $(use_enable unicode) \ $(use_with unicode unicode-names) \ - $(use_with X x) \ - $(use_with X clx) + $(use_with X x) } src_compile() { diff --git a/dev-lisp/ecls/files/16.1.3-build.patch b/dev-lisp/ecls/files/ecls-16.1.3-build.patch similarity index 100% rename from dev-lisp/ecls/files/16.1.3-build.patch rename to dev-lisp/ecls/files/ecls-16.1.3-build.patch diff --git a/dev-lisp/ecls/files/16.1.3-headers-gentoo.patch b/dev-lisp/ecls/files/ecls-16.1.3-headers-gentoo.patch similarity index 100% rename from dev-lisp/ecls/files/16.1.3-headers-gentoo.patch rename to dev-lisp/ecls/files/ecls-16.1.3-headers-gentoo.patch