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 CABFA139694 for ; Thu, 13 Jul 2017 16:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 257A9E0D77; Thu, 13 Jul 2017 16:05:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 05B25E0D77 for ; Thu, 13 Jul 2017 16:05:06 +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 1CF6A341865 for ; Thu, 13 Jul 2017 16:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B55D774AB for ; Thu, 13 Jul 2017 16:05:04 +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: <1499961898.90c15cc0beda1039c5b27bf33e03dfed3276562c.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-1.0.0.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 90c15cc0beda1039c5b27bf33e03dfed3276562c X-VCS-Branch: master Date: Thu, 13 Jul 2017 16:05:04 +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: a5bc81db-777f-4282-80a5-2ad66c61297c X-Archives-Hash: be23ec0cf8b16c82161fea6b2e8f7988 commit: 90c15cc0beda1039c5b27bf33e03dfed3276562c Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jul 13 16:04:58 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jul 13 16:04:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c15cc0 x11-wm/stumpwm: Sync with lisp overlay Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild index 3231eff7bb8..db333dd7696 100644 --- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild +++ b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild @@ -40,7 +40,7 @@ get_lisp() { done } -do_doc() { +install_docs() { local pdffile="${PN}.pdf" texi2pdf -o "${pdffile}" "${PN}.texi" && dodoc "${pdffile}" || die @@ -52,10 +52,6 @@ do_doc() { src_prepare() { default - # Upstream didn't change the version before packaging - sed -i -e 's/:version "0.9.8"/:version "0.9.9"/' "${PN}.asd" || die - # Bug 534592. Does not build with asdf:oos, using require to load the package - sed -i "load-${PN}.lisp.in" -e "s/asdf:oos 'asdf:load-op/require/" || die eautoreconf } @@ -74,11 +70,11 @@ src_install() { make_session_desktop StumpWM /usr/bin/stumpwm common-lisp-install-sources *.lisp - common-lisp-install-asdf ${PN}.asd + common-lisp-install-asdf # Fix ASDF dir sed -i -e "/(:directory/c\ (:directory \"${CLPKGDIR}\")" \ "${D}${CLPKGDIR}/load-stumpwm.lisp" || die - use doc && do_doc + use doc && install_docs } pkg_postinst() {