Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/
Date: Sat, 20 Apr 2019 23:29:18
Message-Id: 1555666402.f837053f24c4398dfac767ffdcad554b7e7690c6.alonbl@gentoo
1 commit: f837053f24c4398dfac767ffdcad554b7e7690c6
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 09:19:47 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 09:33:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f837053f
7
8 sys-apps/fakechroot: update HOMEPAGE, metadata
9
10 Closes: https://github.com/gentoo/gentoo/pull/11736
11 Thanks: Wim Muskee <wimmuskee <AT> gmail.com>
12 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
13 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
14
15 sys-apps/fakechroot/Manifest | 2 +-
16 sys-apps/fakechroot/fakechroot-2.19.ebuild | 4 ++--
17 sys-apps/fakechroot/metadata.xml | 3 +++
18 3 files changed, 6 insertions(+), 3 deletions(-)
19
20 diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest
21 index 2cf9dedf11b..39e73564e3d 100644
22 --- a/sys-apps/fakechroot/Manifest
23 +++ b/sys-apps/fakechroot/Manifest
24 @@ -1 +1 @@
25 -DIST fakechroot_2.19.orig.tar.gz 492346 BLAKE2B 9ad9d6515756e867f5e936deec3f6a020f2d8937000f1b7ea9f0f915db68efc4a8f1075d9ee1932c1f20d1c20db04f97de22574f6c51905a070dc1d130a435c4 SHA512 3f1846360dac2ebf9430949651ab0e4b232218cb576a3408b7199dac1e8b555d550ec281eacc65890e79f079f558308c9d56c10a6c7ff38e1419bb45ada7450a
26 +DIST fakechroot-2.19.tar.gz 492346 BLAKE2B 9ad9d6515756e867f5e936deec3f6a020f2d8937000f1b7ea9f0f915db68efc4a8f1075d9ee1932c1f20d1c20db04f97de22574f6c51905a070dc1d130a435c4 SHA512 3f1846360dac2ebf9430949651ab0e4b232218cb576a3408b7199dac1e8b555d550ec281eacc65890e79f079f558308c9d56c10a6c7ff38e1419bb45ada7450a
27
28 diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild b/sys-apps/fakechroot/fakechroot-2.19.ebuild
29 index 04a280336ab..93702f3f87d 100644
30 --- a/sys-apps/fakechroot/fakechroot-2.19.ebuild
31 +++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild
32 @@ -4,8 +4,8 @@
33 EAPI=7
34
35 DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
36 -HOMEPAGE="http://fakechroot.alioth.debian.org/"
37 -SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
38 +HOMEPAGE="https://github.com/dex4er/fakechroot"
39 +SRC_URI="https://github.com/dex4er/${PN}/releases/download/${PV}/${P}.tar.gz"
40
41 LICENSE="LGPL-2.1"
42 SLOT="0"
43
44 diff --git a/sys-apps/fakechroot/metadata.xml b/sys-apps/fakechroot/metadata.xml
45 index 041c1966b76..e20ccf3259f 100644
46 --- a/sys-apps/fakechroot/metadata.xml
47 +++ b/sys-apps/fakechroot/metadata.xml
48 @@ -4,4 +4,7 @@
49 <maintainer type="person">
50 <email>alonbl@g.o</email>
51 </maintainer>
52 + <upstream>
53 + <remote-id type="github">dex4er/fakechroot</remote-id>
54 + </upstream>
55 </pkgmetadata>