barman-1.6.1.ebuild 642 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7)
  5. inherit distutils-r1
  6. DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers"
  7. HOMEPAGE="http://www.pgbarman.org"
  8. SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE=""
  13. RDEPEND="dev-python/argh[${PYTHON_USEDEP}]
  14. >=dev-python/psycopg-2[${PYTHON_USEDEP}]
  15. dev-python/python-dateutil[${PYTHON_USEDEP}]
  16. dev-python/argcomplete[${PYTHON_USEDEP}]
  17. net-misc/rsync
  18. dev-db/postgresql[server]"
  19. DEPEND=""