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 CB59B1396D9 for ; Sun, 15 Oct 2017 11:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8E0B2BC03B; Sun, 15 Oct 2017 11:28:44 +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 84A6A2BC038 for ; Sun, 15 Oct 2017 11:28:44 +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 5DB2633BF0F for ; Sun, 15 Oct 2017 11:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5B6D318 for ; Sun, 15 Oct 2017 11:28:41 +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: <1508065912.3475beb72aeffbb2048395d40feb4d566c166415.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-admin/emacs-updater/emacs-updater-9999.ebuild X-VCS-Directories: app-admin/emacs-updater/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3475beb72aeffbb2048395d40feb4d566c166415 X-VCS-Branch: master Date: Sun, 15 Oct 2017 11:28:41 +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: 2e544ebd-f272-41da-93a7-a891daa4a339 X-Archives-Hash: 687591a93d56fb1e587b72ac11518e99 commit: 3475beb72aeffbb2048395d40feb4d566c166415 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 15 11:11:52 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 15 11:11:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3475beb7 app-admin/emacs-updater: Update EGIT_REPO_URI, sync from Gentoo repo. Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-admin/emacs-updater/emacs-updater-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index 4045d28..e25f250 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" inherit git-r3 DESCRIPTION="Rebuild Emacs packages" -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" @@ -23,6 +23,8 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${PN}" src_prepare() { + default + if ! has_version sys-apps/util-linux; then # BSD ships a dumb getopt(1), so use getopt-long instead sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die