Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/
Date: Sun, 27 Aug 2017 18:31:44
Message-Id: 1503858674.7f00c414a2abbefcd9fb73243db97998c80b1e70.sping@gentoo
1 commit: 7f00c414a2abbefcd9fb73243db97998c80b1e70
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 18:30:46 2017 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 18:31:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7f00c414
7
8 sys-apps/jchroot: 1.0
9
10 Also bump EAPI to 6, and sync live ebuild.
11
12 sys-apps/jchroot/{jchroot-9999.ebuild => jchroot-1.0.ebuild} | 8 ++++----
13 sys-apps/jchroot/jchroot-9999.ebuild | 4 ++--
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-apps/jchroot/jchroot-9999.ebuild b/sys-apps/jchroot/jchroot-1.0.ebuild
17 similarity index 69%
18 copy from sys-apps/jchroot/jchroot-9999.ebuild
19 copy to sys-apps/jchroot/jchroot-1.0.ebuild
20 index 8ff0a44..c5c79b3 100644
21 --- a/sys-apps/jchroot/jchroot-9999.ebuild
22 +++ b/sys-apps/jchroot/jchroot-1.0.ebuild
23 @@ -1,13 +1,13 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="5"
29 +EAPI="6"
30
31 -inherit git-r3 toolchain-funcs
32 +inherit toolchain-funcs
33
34 DESCRIPTION="chroot with more isolation"
35 HOMEPAGE="https://github.com/vincentbernat/jchroot"
36 -EGIT_REPO_URI="https://github.com/vincentbernat/jchroot.git"
37 +SRC_URI="https://github.com/vincentbernat/jchroot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38
39 LICENSE="ISC"
40 SLOT="0"
41
42 diff --git a/sys-apps/jchroot/jchroot-9999.ebuild b/sys-apps/jchroot/jchroot-9999.ebuild
43 index 8ff0a44..4fccb5f 100644
44 --- a/sys-apps/jchroot/jchroot-9999.ebuild
45 +++ b/sys-apps/jchroot/jchroot-9999.ebuild
46 @@ -1,7 +1,7 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 -EAPI="5"
52 +EAPI="6"
53
54 inherit git-r3 toolchain-funcs