Merge branch 'master' of ssh://tkolb.de/~/git/gentoo-overlays/cfr34k-overlay
This commit is contained in:
commit
f9284c38f1
1
sys-fs/duperemove/Manifest
Normal file
1
sys-fs/duperemove/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD duperemove-9999.ebuild 776 SHA256 9a301380eb37905f6c378f6af99e87afe2b2cbe7c8691ee31acde344043cebf0 SHA512 07ca16bed6d407a7b024675c4a17107050eed58ce7bd479f66dce85358a9e6d865404f0011f829a7ed54349b39a896a2cb21b4cf93f858b9f262fa8cd3bfc410 WHIRLPOOL 52cd48f9b6bc5a96ab0675cd916bed9a8f16a216d1f9acaceaa9c3542fb3237c5abb955b20268174f71f68ee6738f81055366156c3478d5c46029f264be020a7
|
33
sys-fs/duperemove/duperemove-9999.ebuild
Normal file
33
sys-fs/duperemove/duperemove-9999.ebuild
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-fs/duperemove/duperemove-9999.ebuild,v 1.7 2014/07/06 12:56:59 mgorny Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
#if LIVE
|
||||
EGIT_REPO_URI="git://github.com/markfasheh/duperemove.git
|
||||
https://github.com/markfasheh/duperemove.git"
|
||||
inherit git-r3
|
||||
#endif
|
||||
|
||||
DESCRIPTION="Btrfs file de-duplication tool"
|
||||
HOMEPAGE="https://github.com/markfasheh/duperemove"
|
||||
SRC_URI="https://github.com/markfasheh/${PN}/archive/v${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
# we need btrfs-progs with includes installed.
|
||||
DEPEND=">=sys-fs/btrfs-progs-0.20_rc1_p358"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#if LIVE
|
||||
SRC_URI=
|
||||
KEYWORDS=
|
||||
#endif
|
||||
|
||||
src_install() {
|
||||
dobin duperemove
|
||||
}
|
Loading…
Reference in a new issue