summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-02 16:21:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-02 16:21:55 +0000
commit57acc0c0bd93980a4c912a79e968c6f4605c6744 (patch)
tree1569205275c43a5261100fdd25e2bc1d08ebd86f /dev-db
parentstatic-libs are needed for pgcommon and pgport. (diff)
downloadgentoo-2-57acc0c0bd93980a4c912a79e968c6f4605c6744.tar.gz
gentoo-2-57acc0c0bd93980a4c912a79e968c6f4605c6744.tar.bz2
gentoo-2-57acc0c0bd93980a4c912a79e968c6f4605c6744.zip
More more tweak.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/repmgr/ChangeLog5
-rw-r--r--dev-db/repmgr/repmgr-3.0.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/repmgr/ChangeLog b/dev-db/repmgr/ChangeLog
index 5c306fc292f8..d910ef736c39 100644
--- a/dev-db/repmgr/ChangeLog
+++ b/dev-db/repmgr/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2015/08/02 16:19:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/ChangeLog,v 1.3 2015/08/02 16:21:55 robbat2 Exp $
+
+ 02 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> repmgr-3.0.1.ebuild:
+ More more tweak.
02 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> repmgr-3.0.1.ebuild:
static-libs are needed for pgcommon and pgport.
diff --git a/dev-db/repmgr/repmgr-3.0.1.ebuild b/dev-db/repmgr/repmgr-3.0.1.ebuild
index b0ddc5931f92..b0a401c4528a 100644
--- a/dev-db/repmgr/repmgr-3.0.1.ebuild
+++ b/dev-db/repmgr/repmgr-3.0.1.ebuild
@@ -1,9 +1,9 @@
# 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.2 2015/08/02 16:19:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild,v 1.3 2015/08/02 16:21:55 robbat2 Exp $
EAPI=5
-inherit eutils
+inherit eutils multilib
DESCRIPTION="PostgreSQL Replication Manager"
HOMEPAGE="http://www.repmgr.org/"
SRC_URI="http://www.repmgr.org/download/${P}.tar.gz"
@@ -23,9 +23,9 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" USE_PGXS=1 install
- find $D -ls
export PGSLOT="$(postgresql-config show)"
einfo "PGSLOT: ${PGSLOT}"
+ PGBASEDIR=/usr/$(get_libdir)/postgresql-${PGSLOT}
PGBINDIR=${PGBASEDIR}/bin/
PGCONTRIB=/usr/share/postgresql-${PGSLOT}/contrib/
dodir $PGCONTRIB $PGBINDIR