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 44EE5139694 for ; Sat, 18 Mar 2017 11:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 996AA21C168; Sat, 18 Mar 2017 11:56:05 +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 7544B21C168 for ; Sat, 18 Mar 2017 11:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99040341134 for ; Sat, 18 Mar 2017 11:56:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684026C6D for ; Sat, 18 Mar 2017 11:56:03 +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: <1489838155.9b9c3e810d99ce6ea47754894abbe7221c922347.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9b9c3e810d99ce6ea47754894abbe7221c922347 X-VCS-Branch: master Date: Sat, 18 Mar 2017 11:56:03 +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: 4e034fa4-30fd-49c2-8053-1c474f8e343c X-Archives-Hash: 57f022b972b3abc893c9eafa4a1da423 commit: 9b9c3e810d99ce6ea47754894abbe7221c922347 Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 18 11:55:29 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 18 11:55:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9c3e81 app-editors/emacs-vcs: Drop autogen.sh. No longer needed since upstream switched from Automake to GNU Make. Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index efb82a521ff..3d19dbbd824 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -120,10 +120,7 @@ src_prepare() { sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \ || die "unable to sed ctags.1" - bash -c 'autoreconf() { echo nope; }; . $0 "$@"' \ - ./autogen.sh --no-check || die #605400 AT_M4DIR=m4 eautoreconf - touch src/stamp-h.in || die } src_configure() {