From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3DFCF138E20 for ; Wed, 19 Feb 2014 20:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38998E0BFC; Wed, 19 Feb 2014 20:15:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8BB8E0BFC for ; Wed, 19 Feb 2014 20:15:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D435333FB0E for ; Wed, 19 Feb 2014 20:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DFDC618875 for ; Wed, 19 Feb 2014 20:15:14 +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: <1392840048.140b7c97fac1b881f15c014178f430551f8edc22.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: proj/emacs X-VCS-Files: app-editors/emacs-vcs/ChangeLog app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 140b7c97fac1b881f15c014178f430551f8edc22 X-VCS-Branch: master Date: Wed, 19 Feb 2014 20:15: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: 559d9868-5c0b-4bb0-9418-0d16bcaf00c9 X-Archives-Hash: a3b4d525325abf3a34ad5b4bd3e01e94 commit: 140b7c97fac1b881f15c014178f430551f8edc22 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 19 20:00:48 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 19 20:00:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=140b7c97 Merge changes from Portage tree. Package-Manager: portage-2.2.8-r1 --- app-editors/emacs-vcs/ChangeLog | 3 +++ app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index e851c16..6acbfeb 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Feb 2014; Ulrich Müller emacs-vcs-24.3.9999.ebuild: + Merge changes from Portage tree. + 19 Jan 2014; Ulrich Müller emacs-vcs-24.3.9999.ebuild: Switch from package.mask to empty KEYWORDS. diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild index 01cc9d0..159111d 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild @@ -115,6 +115,11 @@ src_prepare() { fi epatch_user + + # Fix filename reference in redirected man page + sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \ + || die "unable to sed ctags.1" + AT_M4DIR=m4 eautoreconf }