summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-08 22:37:47 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-08 22:37:47 +0000
commit3312521c097d0533c000f91d725780eec4bdcc37 (patch)
tree13e7d9f018f443ca2cb9cde557106eb65eddf47c /sys-fs/bedup
parentDrop old elog message as it applies to versions more than 5 years old #440582... (diff)
downloadgentoo-2-3312521c097d0533c000f91d725780eec4bdcc37.tar.gz
gentoo-2-3312521c097d0533c000f91d725780eec4bdcc37.tar.bz2
gentoo-2-3312521c097d0533c000f91d725780eec4bdcc37.zip
Bump to a recent snapshot.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-fs/bedup')
-rw-r--r--sys-fs/bedup/ChangeLog7
-rw-r--r--sys-fs/bedup/bedup-0.9.0_p20140413.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/sys-fs/bedup/ChangeLog b/sys-fs/bedup/ChangeLog
index c87d0c3c19f7..673cb82ff776 100644
--- a/sys-fs/bedup/ChangeLog
+++ b/sys-fs/bedup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/bedup
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.5 2014/05/08 22:23:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v 1.6 2014/05/08 22:37:47 mgorny Exp $
+
+*bedup-0.9.0_p20140413 (08 May 2014)
+
+ 08 May 2014; Michał Górny <mgorny@gentoo.org> +bedup-0.9.0_p20140413.ebuild:
+ Bump to a recent snapshot.
08 May 2014; Michał Górny <mgorny@gentoo.org> bedup-9999.ebuild:
Add a slot operator on dev-python/cffi dep (bug #506552).
diff --git a/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild b/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild
new file mode 100644
index 000000000000..38a63c03b88f
--- /dev/null
+++ b/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild,v 1.1 2014/05/08 22:37:46 mgorny Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Btrfs file de-duplication tool"
+HOMEPAGE="https://github.com/g2p/bedup"
+SRC_URI="https://github.com/g2p/${PN}/archive/5189e166145b8954ac41883f81ef3c3b50dc96ab.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# we need btrfs-progs with includes installed.
+DEPEND=">=dev-python/cffi-0.5:=[${PYTHON_USEDEP}]
+ >=sys-fs/btrfs-progs-0.20_rc1_p358"
+RDEPEND="${DEPEND}
+ dev-python/alembic[${PYTHON_USEDEP}]
+ dev-python/contextlib2[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ dev-python/sqlalchemy[sqlite,${PYTHON_USEDEP}]
+ virtual/python-argparse[${PYTHON_USEDEP}]"
+