robbat2 15/08/02 18:34:06 Modified: repmgr-3.0.1.ebuild ChangeLog Log: Oops, hardcoded 9.4. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild?r1=1.3&r2=1.4 Index: repmgr-3.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- repmgr-3.0.1.ebuild 2 Aug 2015 16:21:55 -0000 1.3 +++ repmgr-3.0.1.ebuild 2 Aug 2015 18:34:06 -0000 1.4 @@ -1,6 +1,6 @@ # 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.3 2015/08/02 16:21:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/repmgr-3.0.1.ebuild,v 1.4 2015/08/02 18:34:06 robbat2 Exp $ EAPI=5 inherit eutils multilib @@ -31,8 +31,8 @@ dodir $PGCONTRIB $PGBINDIR insinto $PGCONTRIB doins sql/repmgr2_repmgr3.sql - dosym $PGBINDIR/repmgr /usr/bin/repmgr94 - dosym $PGBINDIR/repmgrd /usr/bin/repmgrd94 + dosym $PGBINDIR/repmgr /usr/bin/repmgr${PGSLOT//.} + dosym $PGBINDIR/repmgrd /usr/bin/repmgrd${PGSLOT//.} dodoc CREDITS HISTORY COPYRIGHT LICENSE TODO *.md *.rst insinto /etc newins repmgr.conf.sample repmgr.conf 1.4 dev-db/repmgr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/repmgr/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/repmgr/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 2 Aug 2015 16:21:55 -0000 1.3 +++ ChangeLog 2 Aug 2015 18:34:06 -0000 1.4 @@ -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.3 2015/08/02 16:21:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/repmgr/ChangeLog,v 1.4 2015/08/02 18:34:06 robbat2 Exp $ + + 02 Aug 2015; Robin H. Johnson <[email protected]> repmgr-3.0.1.ebuild: + Oops, hardcoded 9.4. 02 Aug 2015; Robin H. Johnson <[email protected]> repmgr-3.0.1.ebuild: More more tweak.
