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-admin/emacs-updater/
Date: Sun, 15 Oct 2017 11:28:45
Message-Id: 1508065912.3475beb72aeffbb2048395d40feb4d566c166415.ulm@gentoo
1 commit: 3475beb72aeffbb2048395d40feb4d566c166415
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 11:11:52 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 11:11:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3475beb7
7
8 app-admin/emacs-updater: Update EGIT_REPO_URI, sync from Gentoo repo.
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-admin/emacs-updater/emacs-updater-9999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
16 index 4045d28..e25f250 100644
17 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
18 +++ b/app-admin/emacs-updater/emacs-updater-9999.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 +EAPI=6
26
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="${PN}"
30 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
31
32 inherit git-r3
33
34 DESCRIPTION="Rebuild Emacs packages"
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"
40 @@ -23,6 +23,8 @@ RDEPEND="${DEPEND}
41 S="${WORKDIR}/${PN}"
42
43 src_prepare() {
44 + default
45 +
46 if ! has_version sys-apps/util-linux; then
47 # BSD ships a dumb getopt(1), so use getopt-long instead
48 sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die