Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 668646
Collapse All | Expand All

(-)a/sys-fs/shake/shake-1.0.ebuild (-6 / +5 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2016 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=6
5
5
inherit cmake-utils
6
inherit cmake-utils
6
7
7
DESCRIPTION="defragmenter that runs in userspace while the system is used"
8
DESCRIPTION="Defragmenter that runs in userspace while the system is used"
8
HOMEPAGE="http://vleu.net/shake/"
9
HOMEPAGE="http://vleu.net/shake/"
9
SRC_URI="https://github.com/unbrice/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/unbrice/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
11
Lines 17-22 RDEPEND="sys-apps/attr" Link Here
17
DEPEND="${RDEPEND}
18
DEPEND="${RDEPEND}
18
	sys-apps/help2man"
19
	sys-apps/help2man"
19
20
20
PATCHES=(
21
PATCHES=( "${FILESDIR}"/${PN}-0.999-uclibc.patch )
21
	"${FILESDIR}"/${PN}-0.999-uclibc.patch
22
	)

Return to bug 668646