Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/anything/
Date: Tue, 22 Aug 2017 21:41:30
Message-Id: 1503437993.ca3c97979a606554fa6018d8476f37b031f5f828.mgorny@gentoo
1 commit: ca3c97979a606554fa6018d8476f37b031f5f828
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:11:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:39:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3c9797
7
8 app-emacs/anything: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 app-emacs/anything/anything-1.3.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/anything/anything-1.3.2.ebuild b/app-emacs/anything/anything-1.3.2.ebuild
16 index 6da2614ae83..6afe9363a76 100644
17 --- a/app-emacs/anything/anything-1.3.2.ebuild
18 +++ b/app-emacs/anything/anything-1.3.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -6,7 +6,7 @@ EAPI=4
26 inherit elisp
27
28 DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
29 -HOMEPAGE="http://www.emacswiki.org/emacs/Anything"
30 +HOMEPAGE="https://www.emacswiki.org/emacs/Anything"
31 # snapshot from http://repo.or.cz/w/anything-config.git
32 SRC_URI="mirror://gentoo/${P}.tar.gz"