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 B8A34139083 for ; Tue, 3 Oct 2017 21:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C282BC007; Tue, 3 Oct 2017 21:32:43 +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 04C2D2BC007 for ; Tue, 3 Oct 2017 21:32:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 372D73417BE for ; Tue, 3 Oct 2017 21:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF9869099 for ; Tue, 3 Oct 2017 21:32:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507066348.9d0994c86ffd98d7d5ed27e9451134dccbfa5f53.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/revive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/revive/revive-2.23.ebuild X-VCS-Directories: app-emacs/revive/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9d0994c86ffd98d7d5ed27e9451134dccbfa5f53 X-VCS-Branch: master Date: Tue, 3 Oct 2017 21:32:39 +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: fee6db75-ea51-4edf-ba8e-ce19d15e81fd X-Archives-Hash: 4a8ee2b0d4fbc1eab26162e655339f91 commit: 9d0994c86ffd98d7d5ed27e9451134dccbfa5f53 Author: Victor Gaydov enise org> AuthorDate: Tue Oct 3 09:32:17 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Oct 3 21:32:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0994c8 app-emacs/revive: update SRC_URI. Bug: https://bugs.gentoo.org/628668 Closes: https://github.com/gentoo/gentoo/pull/5844 app-emacs/revive/revive-2.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/revive/revive-2.23.ebuild b/app-emacs/revive/revive-2.23.ebuild index bfe2bc7fe32..056dfc59711 100644 --- a/app-emacs/revive/revive-2.23.ebuild +++ b/app-emacs/revive/revive-2.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Resume Emacs" HOMEPAGE="http://www.gentei.org/~yuuji/software/" # taken from http://www.gentei.org/~yuuji/software/euc/revive.el -SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz" +SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz" LICENSE="yuuji" SLOT="0"