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 EF2B013832E for ; Sun, 24 Jul 2016 22:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B3C7E0AAA; Sun, 24 Jul 2016 22:50:23 +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 A8987E0AAA for ; Sun, 24 Jul 2016 22:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 212C6340CAC for ; Sun, 24 Jul 2016 22:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 436427CD for ; Sun, 24 Jul 2016 22:50:19 +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: <1469400589.f5ba41932b95215b68c2762512add78b1aadd410.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-24.5-r2.ebuild app-editors/emacs/emacs-24.5-r3.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f5ba41932b95215b68c2762512add78b1aadd410 X-VCS-Branch: master Date: Sun, 24 Jul 2016 22:50:19 +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: cf3f5463-82c3-40c8-a583-e2b9f9fec8a8 X-Archives-Hash: 27ce642411f16aaad01879c589508d7c commit: f5ba41932b95215b68c2762512add78b1aadd410 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 24 22:49:49 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 24 22:49:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba4193 app-editors/emacs: EAPI bump. Package-Manager: portage-2.3.0 app-editors/emacs/{emacs-24.5-r2.ebuild => emacs-24.5-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/emacs/emacs-24.5-r2.ebuild b/app-editors/emacs/emacs-24.5-r3.ebuild similarity index 99% rename from app-editors/emacs/emacs-24.5-r2.ebuild rename to app-editors/emacs/emacs-24.5-r3.ebuild index 30e6eaa..e3b981a 100644 --- a/app-editors/emacs/emacs-24.5-r2.ebuild +++ b/app-editors/emacs/emacs-24.5-r3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo +inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo-r1 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="https://www.gnu.org/software/emacs/" @@ -87,8 +87,8 @@ FULL_VERSION="${PV%%_*}" S="${WORKDIR}/emacs-${FULL_VERSION}" src_prepare() { - EPATCH_SUFFIX=patch epatch - epatch_user + eapply ../patch + eapply_user # Fix filename reference in redirected man page sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \