mgorny 14/05/08 22:37:47 Modified: ChangeLog Added: bedup-0.9.0_p20140413.ebuild Log: Bump to a recent snapshot. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.6 sys-fs/bedup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bedup/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bedup/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bedup/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/bedup/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 May 2014 22:23:31 -0000 1.5 +++ ChangeLog 8 May 2014 22:37:47 -0000 1.6 @@ -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 <mgo...@gentoo.org> +bedup-0.9.0_p20140413.ebuild: + Bump to a recent snapshot. 08 May 2014; Michał Górny <mgo...@gentoo.org> bedup-9999.ebuild: Add a slot operator on dev-python/cffi dep (bug #506552). 1.1 sys-fs/bedup/bedup-0.9.0_p20140413.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bedup/bedup-0.9.0_p20140413.ebuild?rev=1.1&content-type=text/plain Index: bedup-0.9.0_p20140413.ebuild =================================================================== # 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}]"