diff options
author | 2015-04-25 11:17:17 +0200 | |
---|---|---|
committer | 2015-04-25 11:17:17 +0200 | |
commit | aeeff27516b09eb5986b0a092e206a11a64d36b3 (patch) | |
tree | ab1e992769d486ea4cc7a96060ed01bc1033cabb /app-admin/emacs-updater | |
parent | Upstream pre release of app-xemacs/cc-mode. (diff) | |
download | emacs-aeeff27516b09eb5986b0a092e206a11a64d36b3.tar.gz emacs-aeeff27516b09eb5986b0a092e206a11a64d36b3.tar.bz2 emacs-aeeff27516b09eb5986b0a092e206a11a64d36b3.zip |
Update EGIT_REPO_URI of the emacs-tools repository.
Package-Manager: portage-2.2.18
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog index 0ac3e3b..50efb60 100644 --- a/app-admin/emacs-updater/ChangeLog +++ b/app-admin/emacs-updater/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-admin/emacs-updater -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Apr 2015; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild: + Update EGIT_REPO_URI. + 05 Jun 2014; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild: Add missing dependency on app-misc/getopt for BSD. Update GETOPT variable in script if necessary. diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index b24787e..c7d059f 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git" +EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" |