Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-eselect/eselect-emacs/
Date: Sun, 15 Oct 2017 11:28:47
Message-Id: 1508066861.239319f9faeaba42d104a7940ef7dcbea19aa82b.ulm@gentoo
1 commit: 239319f9faeaba42d104a7940ef7dcbea19aa82b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 11:27:41 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 11:27:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=239319f9
7
8 app-eselect/eselect-emacs: Update EGIT_REPO_URI and HOMEPAGE.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
16 index 078cc5f..19ebd80 100644
17 --- a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
18 +++ b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
19 @@ -1,16 +1,16 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
27 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
28 EGIT_BRANCH="${PN}"
29 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
30
31 inherit git-r3
32
33 DESCRIPTION="Manage multiple Emacs versions on one system"
34 -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
35 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
36
37 LICENSE="GPL-2+"
38 SLOT="0"