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 BCE3D138334 for ; Wed, 15 May 2019 09:10:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5405E01E4; Wed, 15 May 2019 09:10:03 +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 B7517E01E4 for ; Wed, 15 May 2019 09:10:03 +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 3175E344504 for ; Wed, 15 May 2019 09:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A18965E8 for ; Wed, 15 May 2019 09:09:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1557911377.ba2336b28ef4397ac3de6c7a27516d6b5a48901c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ess/ess-18.10.2-r1.ebuild app-emacs/ess/ess-18.10.2.ebuild X-VCS-Directories: app-emacs/ess/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ba2336b28ef4397ac3de6c7a27516d6b5a48901c X-VCS-Branch: master Date: Wed, 15 May 2019 09:09:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dfde963-4bae-47c8-8b55-3d6467706522 X-Archives-Hash: 69973cfa153e99aa84808a74712100f0 commit: ba2336b28ef4397ac3de6c7a27516d6b5a48901c Author: Ulrich Müller gentoo org> AuthorDate: Wed May 15 09:01:09 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed May 15 09:09:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2336b2 app-emacs/ess: Install elisp source files. Bug: https://bugs.gentoo.org/685978 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/ess/{ess-18.10.2.ebuild => ess-18.10.2-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emacs/ess/ess-18.10.2.ebuild b/app-emacs/ess/ess-18.10.2-r1.ebuild similarity index 89% rename from app-emacs/ess/ess-18.10.2.ebuild rename to app-emacs/ess/ess-18.10.2-r1.ebuild index d8b147c166b..9152a7ea4f8 100644 --- a/app-emacs/ess/ess-18.10.2.ebuild +++ b/app-emacs/ess/ess-18.10.2-r1.ebuild @@ -30,6 +30,8 @@ src_install() { DOCDIR="${ED}/usr/share/doc/${PF}" \ install + # Version 18* doesn't install *.el files any more #685978 + elisp-install ${PN} lisp/*.{el,elc} lisp/obsolete/*.{el,elc} elisp-site-file-install "${FILESDIR}/${SITEFILE}" # Most documentation is installed by the package's build system.