dev-db/omnipitr - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-db/omnipitr-9999

Package Information

Description:
OmniPITR is a set of scripts to ease setting up WAL replication, and making hot backups from both Master and Slave systems.
Homepage:
https://github.com/omniti-labs/omnipitr
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="8"
inherit git-r3

DESCRIPTION="OmniPITR is a set of scripts to ease setting up WAL replication,
and making hot backups from both Master and Slave systems."

HOMEPAGE="https://github.com/omniti-labs/omnipitr"
EGIT_REPO_URI="https://github.com/omniti-labs/omnipitr.git"

LICENSE="GPL-2"

SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc bzip2 gzip lzma lz4 xz"
DEPEND="
	bzip2? ( app-arch/bzip2 )
	gzip? ( app-arch/gzip )
	lzma? ( app-arch/lzma )
	lz4? ( app-arch/lz4 )
	xz? ( app-arch/xz-utils )"
RDEPEND="${DEPEND}"

src_install() {
	exeinto /usr/bin
	doexe ${S}/bin/omnipitr-*
	insinto /usr/lib
	doins -r ${S}/lib/*
	doins ${FILESDIR}/omnipitr-wrapper
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-db/omnipitr | euse -E <flag> -p dev-db/omnipitr | euse -D <flag> -p dev-db/omnipitr

Global/Standard Flags

doc
lz4
xz

Inherited Eclasses

Dependencies

DEPEND

	bzip2? ( app-arch/bzip2 )
	gzip? ( app-arch/gzip )
	lzma? ( app-arch/lzma )
	lz4? ( app-arch/lz4 )
	xz? ( app-arch/xz-utils )

RDEPEND

	bzip2? ( app-arch/bzip2 )
	gzip? ( app-arch/gzip )
	lzma? ( app-arch/lzma )
	lz4? ( app-arch/lz4 )
	xz? ( app-arch/xz-utils )