Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/shake/
Date: Sat, 27 Oct 2018 20:22:15
Message-Id: 1540671714.99381b4c760cf0d740b7c392188eab5db277bae4.asturm@gentoo
1 commit: 99381b4c760cf0d740b7c392188eab5db277bae4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 20:21:04 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 20:21:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99381b4c
7
8 sys-fs/shake: EAPI-6 bump
9
10 Bug: https://bugs.gentoo.org/668646
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sys-fs/shake/shake-1.0.ebuild | 11 +++++------
15 1 file changed, 5 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild
18 index 512d8917b8e..63deb4279d0 100644
19 --- a/sys-fs/shake/shake-1.0.ebuild
20 +++ b/sys-fs/shake/shake-1.0.ebuild
21 @@ -1,10 +1,11 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=6
28 +
29 inherit cmake-utils
30
31 -DESCRIPTION="defragmenter that runs in userspace while the system is used"
32 +DESCRIPTION="Defragmenter that runs in userspace while the system is used"
33 HOMEPAGE="http://vleu.net/shake/"
34 SRC_URI="https://github.com/unbrice/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 @@ -17,6 +18,4 @@ RDEPEND="sys-apps/attr"
37 DEPEND="${RDEPEND}
38 sys-apps/help2man"
39
40 -PATCHES=(
41 - "${FILESDIR}"/${PN}-0.999-uclibc.patch
42 - )
43 +PATCHES=( "${FILESDIR}"/${PN}-0.999-uclibc.patch )