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 789E61396D0 for ; Tue, 19 Sep 2017 19:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3047E083D; Tue, 19 Sep 2017 19:43:09 +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 8DD5CE083D for ; Tue, 19 Sep 2017 19:43:09 +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 72A9833FE49 for ; Tue, 19 Sep 2017 19:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A4F748D for ; Tue, 19 Sep 2017 19:43:06 +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: <1505850152.0c5b09ecce8fb9301081440957bd9d2db12fc262.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0c5b09ecce8fb9301081440957bd9d2db12fc262 X-VCS-Branch: master Date: Tue, 19 Sep 2017 19:43:06 +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: 409e261a-a0c7-4f2c-a14f-68a36b797fd3 X-Archives-Hash: 1643ee9c814f6502dd27ebdd1cd1772f commit: 0c5b09ecce8fb9301081440957bd9d2db12fc262 Author: Ulrich Müller gentoo org> AuthorDate: Tue Sep 19 19:42:32 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 19 19:42:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0c5b09ec app-emacs/ebuild-mode: Update for new location of repository. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild index 782e476..77f4ee4 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" -EGIT_BRANCH="${PN}" +EGIT_REPO_URI="git://anongit.gentoo.org/proj/ebuild-mode.git" +EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" inherit readme.gentoo-r1 elisp git-r3