dev-zero 14/11/28 15:54:55 Modified: ChangeLog Added: ucarp-1.5.2-r4.ebuild Removed: ucarp-1.5.2.ebuild ucarp-1.5.2-r1.ebuild Log: fix path to ip (bug #486688), drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Revision Changes Path 1.25 net-misc/ucarp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 10 Aug 2014 20:48:37 -0000 1.24 +++ ChangeLog 28 Nov 2014 15:54:55 -0000 1.25 @@ -1,6 +1,13 @@ # ChangeLog for net-misc/ucarp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.24 2014/08/10 20:48:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.25 2014/11/28 15:54:55 dev-zero Exp $ + +*ucarp-1.5.2-r4 (28 Nov 2014) + + 28 Nov 2014; Tiziano Müller <[email protected]> + +files/vip-down-default.sh-r1, +files/vip-up-default.sh-r1, + +ucarp-1.5.2-r4.ebuild, -ucarp-1.5.2-r1.ebuild, -ucarp-1.5.2.ebuild: + fix path to ip (bug #486688), drop old 10 Aug 2014; Sergei Trofimovich <[email protected]> ucarp-1.3.ebuild, ucarp-1.5.2-r1.ebuild, ucarp-1.5.2-r3.ebuild, ucarp-1.5.2.ebuild: 1.1 net-misc/ucarp/ucarp-1.5.2-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r4.ebuild?rev=1.1&content-type=text/plain Index: ucarp-1.5.2-r4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r4.ebuild,v 1.1 2014/11/28 15:54:55 dev-zero Exp $ EAPI="5" DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)" HOMEPAGE="http://www.ucarp.org" SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" RDEPEND="net-libs/libpcap" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_configure() { econf $(use_enable nls) } src_install() { default doman "${FILESDIR}"/ucarp.8 exeinto /usr/libexec/ucarp newexe "${FILESDIR}"/vip-up-default.sh-r1 vip-up-default.sh newexe "${FILESDIR}"/vip-down-default.sh-r1 vip-down-default.sh keepdir /etc/ucarp newinitd "${FILESDIR}"/ucarp.initd-r1 ucarp newconfd "${FILESDIR}"/ucarp.confd ucarp } pkg_postinst() { elog "The provided init script needs to be configured first." elog "Edit /etc/conf.d/ucarp to suite your environment." elog "You will also have to set a shared password within /etc/ucarp/ucarp.pass" elog "or whatever file you have set \$UCARP_PASSFILE to." elog "If you need more than one instance of ucarp running, simply symlink" elog "the init script and create a copy of the init script configuration" elog "which corresponds to the name of the init script." }
