commit: a84283dcfc1365a273cd5741e71b9d57c74b4b0b Author: Victor Gaydov <victor <AT> enise <DOT> org> AuthorDate: Tue Oct 3 09:22:39 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Oct 3 21:32:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84283dc
app-emacs/cycle-buffer: update SRC_URI. Closes: https://bugs.gentoo.org/628668 Closes: https://github.com/gentoo/gentoo/pull/5846 app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild index 460e670ef3b..c832d4dfef1 100644 --- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.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="Select buffer by cycling through" HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el" # taken from https://www.emacswiki.org/emacs/download/cycle-buffer.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="public-domain" SLOT="0"
