robbat2 15/08/02 16:11:45 Added: metadata.xml repmgr-3.0.1.ebuild ChangeLog Log: Initial commit, based on ebuild from https://github.com/uu/ubuilds/blob/master/dev-db/repmgr/repmgr-9999.ebuild. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 dev-db/repmgr/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>robb...@gentoo.org</email> </maintainer> <maintainer> <email>betelgu...@gentoo.org</email> </maintainer> <use> </use> </pkgmetadata> 1.1 dev-db/repmgr/repmgr-3.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild?rev=1.1&content-type=text/plain Index: repmgr-3.0.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild,v 1.1 2015/08/02 16:11:45 robbat2 Exp $ EAPI=5 inherit eutils DESCRIPTION="PostgreSQL Replication Manager" HOMEPAGE="http://www.repmgr.org/" SRC_URI="http://www.repmgr.org/download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-db/postgresql-9.3[server]" RDEPEND="${DEPEND} net-misc/rsync" src_compile() { emake USE_PGXS=1 } src_install() { emake DESTDIR="${D}" USE_PGXS=1 install find $D -ls export PGSLOT="$(postgresql-config show)" einfo "PGSLOT: ${PGSLOT}" PGBINDIR=${PGBASEDIR}/bin/ PGCONTRIB=/usr/share/postgresql-${PGSLOT}/contrib/ dodir $PGCONTRIB $PGBINDIR insinto $PGCONTRIB doins sql/repmgr2_repmgr3.sql dosym $PGBINDIR/repmgr /usr/bin/repmgr94 dosym $PGBINDIR/repmgrd /usr/bin/repmgrd94 dodoc CREDITS HISTORY COPYRIGHT LICENSE TODO *.md *.rst insinto /etc newins repmgr.conf.sample repmgr.conf fowners postgres:postgres /etc/repmgr.conf ewarn "Remember to modify /etc/repmgr.conf" } 1.1 dev-db/repmgr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-db/repmgr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/ChangeLog,v 1.1 2015/08/02 16:11:45 robbat2 Exp $ *repmgr-3.0.1 (02 Aug 2015) 02 Aug 2015; Robin H. Johnson <robb...@gentoo.org> +metadata.xml, +repmgr-3.0.1.ebuild: Initial commit, based on ebuild from https://github.com/uu/ubuilds/blob/master /dev-db/repmgr/repmgr-9999.ebuild.