diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-10-15 13:27:41 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-10-15 13:27:41 +0200 |
commit | 239319f9faeaba42d104a7940ef7dcbea19aa82b (patch) | |
tree | a097858946108297eae25990ef2c867a6e47b2e9 /app-eselect | |
parent | app-eselect/eselect-ctags: Update EGIT_REPO_URI and HOMEPAGE. (diff) | |
download | emacs-239319f9faeaba42d104a7940ef7dcbea19aa82b.tar.gz emacs-239319f9faeaba42d104a7940ef7dcbea19aa82b.tar.bz2 emacs-239319f9faeaba42d104a7940ef7dcbea19aa82b.zip |
app-eselect/eselect-emacs: Update EGIT_REPO_URI and HOMEPAGE.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild index 078cc5f..19ebd80 100644 --- a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild +++ b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -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="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" inherit git-r3 DESCRIPTION="Manage multiple Emacs versions on one system" -HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-2+" SLOT="0" |