Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/buffer-extension/
Date: Tue, 03 Oct 2017 21:32:43
Message-Id: 1507066346.cfc91e510f0885a0c8421b8828fc5b294b42db38.monsieurp@gentoo
1 commit: cfc91e510f0885a0c8421b8828fc5b294b42db38
2 Author: Victor Gaydov <victor <AT> enise <DOT> org>
3 AuthorDate: Tue Oct 3 09:36:11 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 3 21:32:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc91e51
7
8 app-emacs/buffer-extension: update SRC_URI.
9
10 Bug: https://bugs.gentoo.org/628668
11 Closes: https://github.com/gentoo/gentoo/pull/5843
12
13 app-emacs/buffer-extension/buffer-extension-0.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild
17 index a31d168a8b4..681419847df 100644
18 --- a/app-emacs/buffer-extension/buffer-extension-0.1.ebuild
19 +++ b/app-emacs/buffer-extension/buffer-extension-0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ inherit elisp
27 DESCRIPTION="Some enhanced functions for buffer manipulate"
28 HOMEPAGE="http://www.emacswiki.org/emacs/buffer-extension.el"
29 # taken from https://www.emacswiki.org/emacs/download/buffer-extension.el
30 -SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
31 +SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
32
33 LICENSE="GPL-3+"
34 SLOT="0"