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-ctags/
Date: Sun, 15 Oct 2017 11:28:46
Message-Id: 1508066816.64f8bc2201f5008bd287a503aa4ea9045e98cb44.ulm@gentoo
1 commit: 64f8bc2201f5008bd287a503aa4ea9045e98cb44
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 11:26:56 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 11:26:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=64f8bc22
7
8 app-eselect/eselect-ctags: Update EGIT_REPO_URI and HOMEPAGE.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
16 index 537bef6..8c40513 100644
17 --- a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
18 +++ b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
19 @@ -1,17 +1,17 @@
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 MY_PN="eselect-emacs"
27 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
28 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
29 EGIT_BRANCH="${MY_PN}"
30 EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
31
32 inherit git-r3
33
34 DESCRIPTION="Manages ctags implementations"
35 -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
36 +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
37
38 LICENSE="GPL-2+"
39 SLOT="0"