Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/files/, sys-fs/lxcfs/
Date: Thu, 07 Feb 2019 04:28:57
Message-Id: 1549513708.c3a68a71071fca48dc22174dbc6e3fe379e2579a.stasibear@gentoo
1 commit: c3a68a71071fca48dc22174dbc6e3fe379e2579a
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 04:28:28 2019 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 04:28:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a68a71
7
8 sys-fs/lxcfs: Bump to 3.0.3
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12
13 sys-fs/lxcfs/Manifest | 1 +
14 ...xcfs-3.0.2-fusermount-path.patch => lxcfs-fusermount-path.patch} | 0
15 sys-fs/lxcfs/files/{lxcfs-3.0.2.initd => lxcfs.initd} | 2 +-
16 sys-fs/lxcfs/lxcfs-3.0.2.ebuild | 4 ++--
17 sys-fs/lxcfs/{lxcfs-3.0.2.ebuild => lxcfs-3.0.3.ebuild} | 6 +++---
18 5 files changed, 7 insertions(+), 6 deletions(-)
19
20 diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
21 index 8b3d028d5c3..c9df8779225 100644
22 --- a/sys-fs/lxcfs/Manifest
23 +++ b/sys-fs/lxcfs/Manifest
24 @@ -1,2 +1,3 @@
25 DIST lxcfs-3.0.0.tar.gz 49219 BLAKE2B c21cd9983e9175bf3a31bafd8a29ddd6a6a549226bd432636dd4ea48bf6268c403f236ca39739a989cd89fa7b0b05043c179ca328fd739f5a9d56e27907a7a60 SHA512 99fe11e99c2e487d6ecd9a8484be6413563ddcb33740631ee6fe1b60d3d2d62cea1bb44d1ef6dc45283f5b3d20cd680d48ea3cb5ad17f0c3e7ba6ed56186c42f
26 DIST lxcfs-3.0.2.tar.gz 49809 BLAKE2B dc73149b92ac040c56de5f4c11aafdf6e744ffd2b17e22ee9c784663ff102dedd74453581a77027037955238e081c596377c28b6066012fa32ee575e6a4c57fa SHA512 2065bbd68fd2974fe28c861b1e77c62a501da85e1bfc19eeafa49fd88c66e8e75ae007781c8bd05caf43fb3b80ad12c81c0f0f03d27ab1131e0cfe6d48443218
27 +DIST lxcfs-3.0.3.tar.gz 49824 BLAKE2B 02e3a0a6f4fd515924c5f038f00d664ef347c9b685e6561334b460e0ce0ce5580aca67f33df56b44b9cdafa4953f4f92843662f3516e1c923f9242388b17dbc6 SHA512 d994e1dd85f499eba2847d33870281a4bcaf4466e2c8f7acb065f4f3d5688b93b775c486bc6db571e64d09a3567710b0c816e12555ffb3e3e50f81bc7f5f6be6
28
29 diff --git a/sys-fs/lxcfs/files/lxcfs-3.0.2-fusermount-path.patch b/sys-fs/lxcfs/files/lxcfs-fusermount-path.patch
30 similarity index 100%
31 rename from sys-fs/lxcfs/files/lxcfs-3.0.2-fusermount-path.patch
32 rename to sys-fs/lxcfs/files/lxcfs-fusermount-path.patch
33
34 diff --git a/sys-fs/lxcfs/files/lxcfs-3.0.2.initd b/sys-fs/lxcfs/files/lxcfs.initd
35 similarity index 93%
36 rename from sys-fs/lxcfs/files/lxcfs-3.0.2.initd
37 rename to sys-fs/lxcfs/files/lxcfs.initd
38 index 52d8202d7ac..5997426fa8e 100644
39 --- a/sys-fs/lxcfs/files/lxcfs-3.0.2.initd
40 +++ b/sys-fs/lxcfs/files/lxcfs.initd
41 @@ -1,5 +1,5 @@
42 #!/sbin/openrc-run
43 -# Copyright 1999-2018 Gentoo Authors
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 DAEMON=/usr/bin/lxcfs
48
49 diff --git a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild b/sys-fs/lxcfs/lxcfs-3.0.2.ebuild
50 index 6c80f13b0e8..f9c354a881a 100644
51 --- a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild
52 +++ b/sys-fs/lxcfs/lxcfs-3.0.2.ebuild
53 @@ -30,7 +30,7 @@ DEPEND="
54 sys-apps/help2man
55 ${RDEPEND}
56 "
57 -PATCHES="${FILESDIR}/${P}-fusermount-path.patch"
58 +PATCHES="${FILESDIR}/${PN}-fusermount-path.patch"
59
60 src_prepare() {
61 default
62 @@ -51,7 +51,7 @@ src_configure() {
63 src_install() {
64 default
65 keepdir /var/lib/lxcfs
66 - newinitd "${FILESDIR}"/${P}.initd lxcfs
67 + newinitd "${FILESDIR}"/${PN}.initd lxcfs
68 systemd_dounit config/init/systemd/lxcfs.service
69 }
70
71
72 diff --git a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild b/sys-fs/lxcfs/lxcfs-3.0.3.ebuild
73 similarity index 93%
74 copy from sys-fs/lxcfs/lxcfs-3.0.2.ebuild
75 copy to sys-fs/lxcfs/lxcfs-3.0.3.ebuild
76 index 6c80f13b0e8..4d89fb38cc5 100644
77 --- a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild
78 +++ b/sys-fs/lxcfs/lxcfs-3.0.3.ebuild
79 @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then
80 KEYWORDS=""
81 else
82 SRC_URI="https://github.com/lxc/lxcfs/archive/${P}.tar.gz"
83 - KEYWORDS="amd64"
84 + KEYWORDS="~amd64"
85 fi
86
87 # Omit all dbus. Upstream appears to require it because systemd, but
88 @@ -30,7 +30,7 @@ DEPEND="
89 sys-apps/help2man
90 ${RDEPEND}
91 "
92 -PATCHES="${FILESDIR}/${P}-fusermount-path.patch"
93 +PATCHES="${FILESDIR}/${PN}-fusermount-path.patch"
94
95 src_prepare() {
96 default
97 @@ -51,7 +51,7 @@ src_configure() {
98 src_install() {
99 default
100 keepdir /var/lib/lxcfs
101 - newinitd "${FILESDIR}"/${P}.initd lxcfs
102 + newinitd "${FILESDIR}"/${PN}.initd lxcfs
103 systemd_dounit config/init/systemd/lxcfs.service
104 }