Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcpp/
Date: Sat, 06 Apr 2019 22:23:12
Message-Id: 1554589337.9fada721f22791df64f283048f45737120330326.monsieurp@gentoo
1 commit: 9fada721f22791df64f283048f45737120330326
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 5 09:39:17 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fada721
7
8 dev-util/bcpp: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-util/bcpp/bcpp-20150811-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/bcpp/bcpp-20150811-r1.ebuild b/dev-util/bcpp/bcpp-20150811-r1.ebuild
17 index 32f56aaee9d..983e05a2945 100644
18 --- a/dev-util/bcpp/bcpp-20150811-r1.ebuild
19 +++ b/dev-util/bcpp/bcpp-20150811-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26
27 DESCRIPTION="Indents C/C++ source code"
28 -HOMEPAGE="http://invisible-island.net/bcpp/"
29 +HOMEPAGE="https://invisible-island.net/bcpp/"
30 SRC_URI="ftp://invisible-island.net/bcpp/${P}.tgz"
31
32 LICENSE="MIT"