diff options
author | 2017-10-15 13:26:56 +0200 | |
---|---|---|
committer | 2017-10-15 13:26:56 +0200 | |
commit | 64f8bc2201f5008bd287a503aa4ea9045e98cb44 (patch) | |
tree | 0a2e9625ee600d2c9b947d273a7fab3d26846904 /app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | |
parent | app-emacs/emacs-daemon: Update EGIT_REPO_URI, sync from Gentoo repo. (diff) | |
download | emacs-64f8bc2201f5008bd287a503aa4ea9045e98cb44.tar.gz emacs-64f8bc2201f5008bd287a503aa4ea9045e98cb44.tar.bz2 emacs-64f8bc2201f5008bd287a503aa4ea9045e98cb44.zip |
app-eselect/eselect-ctags: Update EGIT_REPO_URI and HOMEPAGE.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-eselect/eselect-ctags/eselect-ctags-9999.ebuild')
-rw-r--r-- | app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild index 537bef6..8c40513 100644 --- a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild +++ b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MY_PN="eselect-emacs" -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${MY_PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}" inherit git-r3 DESCRIPTION="Manages ctags implementations" -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" |