Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/
Date: Thu, 16 Jul 2020 12:59:39
Message-Id: 1594904364.3f49cd9a55d50af378b5e41831c2843e76615779.juippis@gentoo
1 commit: 3f49cd9a55d50af378b5e41831c2843e76615779
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 12:56:44 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 12:59:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f49cd9a
7
8 app-pda/libimobiledevice: use GH mirror
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild
16 index 2d834844170..a2811ac1407 100644
17 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild
18 +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild
19 @@ -8,7 +8,7 @@ inherit autotools python-r1
20
21 DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
22 HOMEPAGE="https://www.libimobiledevice.org/"
23 -SRC_URI="https://www.libimobiledevice.org/downloads/${P}.tar.bz2"
24 +SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/${PV}/${P}.tar.bz2"
25
26 # While COPYING* doesn't mention 'or any later version', all the headers do, hence use +
27 LICENSE="GPL-2+ LGPL-2.1+"