From fb8614fd3a6228b6e21dbdc84dabd17d3765fb3a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 30 Aug 2014 02:16:27 +0200 Subject: [PATCH] Added duperemove ebuild --- sys-fs/duperemove/Manifest | 1 + sys-fs/duperemove/duperemove-9999.ebuild | 33 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 sys-fs/duperemove/Manifest create mode 100644 sys-fs/duperemove/duperemove-9999.ebuild diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest new file mode 100644 index 0000000..2002dba --- /dev/null +++ b/sys-fs/duperemove/Manifest @@ -0,0 +1 @@ +EBUILD duperemove-9999.ebuild 776 SHA256 9a301380eb37905f6c378f6af99e87afe2b2cbe7c8691ee31acde344043cebf0 SHA512 07ca16bed6d407a7b024675c4a17107050eed58ce7bd479f66dce85358a9e6d865404f0011f829a7ed54349b39a896a2cb21b4cf93f858b9f262fa8cd3bfc410 WHIRLPOOL 52cd48f9b6bc5a96ab0675cd916bed9a8f16a216d1f9acaceaa9c3542fb3237c5abb955b20268174f71f68ee6738f81055366156c3478d5c46029f264be020a7 diff --git a/sys-fs/duperemove/duperemove-9999.ebuild b/sys-fs/duperemove/duperemove-9999.ebuild new file mode 100644 index 0000000..9542fab --- /dev/null +++ b/sys-fs/duperemove/duperemove-9999.ebuild @@ -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 +}