Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/android-util/
Date: Sun, 08 Apr 2018 18:38:04
Message-Id: 1523212642.5ba34ea9cb5f6b7829f19c25c6050d644c239643.chewi@gentoo
1 commit: 5ba34ea9cb5f6b7829f19c25c6050d644c239643
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 17:18:59 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 18:37:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba34ea9
7
8 dev-java/android-util: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7884
11
12 dev-java/android-util/android-util-4.1.1.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/android-util/android-util-4.1.1.4.ebuild b/dev-java/android-util/android-util-4.1.1.4.ebuild
16 index eac7470ca94..401834050ba 100644
17 --- a/dev-java/android-util/android-util-4.1.1.4.ebuild
18 +++ b/dev-java/android-util/android-util-4.1.1.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -9,7 +9,7 @@ MY_PN="${PN/-util}"
26 MY_P="${MY_PN}-${PV}"
27
28 DESCRIPTION="Library providing APIs for applications written for Google Android"
29 -HOMEPAGE="http://source.android.com/"
30 +HOMEPAGE="https://source.android.com/"
31 SRC_URI="http://central.maven.org/maven2/com/google/${MY_PN}/${MY_PN}/${PV}/${MY_P}-sources.jar"
32 LICENSE="Apache-2.0"
33 SLOT="0"