Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/unionfs-fuse/
Date: Sun, 27 Aug 2017 20:56:07
Message-Id: 1503867333.5ab62e16b8464ee92590bb9d32a52b91088b67b2.sping@gentoo
1 commit: 5ab62e16b8464ee92590bb9d32a52b91088b67b2
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 20:25:10 2017 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 20:55:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab62e16
7
8 sys-fs/unionfs-fuse: 2.0
9
10 Also sync live ebuild
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 sys-fs/unionfs-fuse/Manifest | 1 +
15 .../{unionfs-fuse-9999.ebuild => unionfs-fuse-2.0.ebuild} | 10 ++++------
16 sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 4 ++--
17 3 files changed, 7 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-fs/unionfs-fuse/Manifest b/sys-fs/unionfs-fuse/Manifest
20 index 60c4fc83aab..fa4bcda6e13 100644
21 --- a/sys-fs/unionfs-fuse/Manifest
22 +++ b/sys-fs/unionfs-fuse/Manifest
23 @@ -1 +1,2 @@
24 DIST unionfs-fuse-1.0.tar.gz 48149 SHA256 2ee80bd0634a61adb2159212e155d607a0a82ad659214ae6edb3530396cccc09 SHA512 805151acaeae8526fba430701a1690f6eb0ad8331a9e730095ee538dc2b148d02fe996a63e8a7f6471d1ef622cc5c03d82bd2b2faad1ebe3b614ec343c2f55de WHIRLPOOL 447c8ef93c26f33ba3e8d4ee6bbc48ae545f4cda2e66a832e78ec750ceaa3428546f98cfda8a64eafd78aec2c567e21e1121ef49a2e967b67b23ecf725807449
25 +DIST unionfs-fuse-2.0.tar.gz 46537 SHA256 f24d7dd64c678cefacbebf2727b61e3127b8ecb6bb9176d7117dd31503455643 SHA512 5b60204632f498931fff7671cc9f40b1800d34cb8c0d0de0773626e2653eb0a36647566c92c1d0cf79543e01b934602ef5603a06508407f352e48ef27a7ee758 WHIRLPOOL c5a25a69bdb5285ede5be21f1723b84779d5b80893b07de1d264b1da7c663450ed1ff1472b06ff4b5b103d14fc1c8a9a70a75d0c04d98a97cf7596683a527c80
26
27 diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
28 similarity index 68%
29 copy from sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
30 copy to sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
31 index 7c8ce5e599e..16259309343 100644
32 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
33 +++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild
34 @@ -1,18 +1,16 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI="5"
40 -
41 -inherit git-r3
42 +EAPI="6"
43
44 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
45
46 HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse"
47 -EGIT_REPO_URI="https://github.com/rpodgorny/unionfs-fuse.git"
48 +SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49
50 LICENSE="BSD"
51 SLOT="0"
52 -KEYWORDS=""
53 +KEYWORDS="~amd64 ~x86 ~x86-linux"
54 IUSE=""
55
56 DEPEND="sys-fs/fuse"
57
58 diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
59 index 7c8ce5e599e..24a0355898f 100644
60 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
61 +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild
62 @@ -1,7 +1,7 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2017 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66
67 -EAPI="5"
68 +EAPI="6"
69
70 inherit git-r3