diff options
author | 2006-09-17 22:26:28 +0000 | |
---|---|---|
committer | 2006-09-17 22:26:28 +0000 | |
commit | 9376f9a5c5604131aabe79bb4033c10e19c909bb (patch) | |
tree | d9ea2dd7992a2bde4ded8223616178b6824e5260 /net-misc | |
parent | built_with_us fix from Ed Catmur <ed@catmur.co.uk> bug #147738 (diff) | |
download | gentoo-2-9376f9a5c5604131aabe79bb4033c10e19c909bb.tar.gz gentoo-2-9376f9a5c5604131aabe79bb4033c10e19c909bb.tar.bz2 gentoo-2-9376f9a5c5604131aabe79bb4033c10e19c909bb.zip |
Changed description, fixed bug #145358.
(Portage version: 2.1-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ucarp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-0.7.ebuild | 7 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-1.1.ebuild | 8 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-1.2.ebuild | 6 |
4 files changed, 14 insertions, 13 deletions
diff --git a/net-misc/ucarp/ChangeLog b/net-misc/ucarp/ChangeLog index e2717c9ef0b8..27e17f58d780 100644 --- a/net-misc/ucarp/ChangeLog +++ b/net-misc/ucarp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/ucarp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.7 2006/03/13 02:08:12 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.8 2006/09/17 22:26:28 xmerlin Exp $ + + 17 Sep 2006; Christian Zoffoli <xmerlin@gentoo.org> ucarp-0.7.ebuild, + ucarp-1.1.ebuild, ucarp-1.2.ebuild: + Changed description, fixed bug #145358. *ucarp-1.2 (13 Mar 2006) diff --git a/net-misc/ucarp/ucarp-0.7.ebuild b/net-misc/ucarp/ucarp-0.7.ebuild index eda54179bd2f..e8a9d330b2fd 100644 --- a/net-misc/ucarp/ucarp-0.7.ebuild +++ b/net-misc/ucarp/ucarp-0.7.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-0.7.ebuild,v 1.6 2005/03/01 12:43:02 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-0.7.ebuild,v 1.7 2006/09/17 22:26:28 xmerlin Exp $ -DESCRIPTION="Userspace CARP implementation allows hosts to share ip address." + +DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)." HOMEPAGE="http://www.ucarp.org/" SRC_URI="http://www.pureftpd.org/ucarp/${P}.tar.bz2" diff --git a/net-misc/ucarp/ucarp-1.1.ebuild b/net-misc/ucarp/ucarp-1.1.ebuild index 19d263f0cc81..b65ec287d47b 100644 --- a/net-misc/ucarp/ucarp-1.1.ebuild +++ b/net-misc/ucarp/ucarp-1.1.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.1.ebuild,v 1.3 2005/03/01 12:43:02 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.1.ebuild,v 1.4 2006/09/17 22:26:28 xmerlin Exp $ inherit eutils -DESCRIPTION="UCARP allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the VRRP). -Strong points of the CARP protocol are : very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts. -" +DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)." HOMEPAGE="http://www.ucarp.org" LICENSE="GPL-2" DEPEND="virtual/libpcap" diff --git a/net-misc/ucarp/ucarp-1.2.ebuild b/net-misc/ucarp/ucarp-1.2.ebuild index f52203701caf..22aa7e904b0b 100644 --- a/net-misc/ucarp/ucarp-1.2.ebuild +++ b/net-misc/ucarp/ucarp-1.2.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.2.ebuild,v 1.1 2006/03/13 02:08:12 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.2.ebuild,v 1.2 2006/09/17 22:26:28 xmerlin Exp $ inherit eutils -DESCRIPTION="UCARP allows a couple of hosts to share common virtual IP addresses in order to provide automatic failover. It is a portable userland implementation of the secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's alternative to the VRRP). -Strong points of the CARP protocol are : very low overhead, cryptographically signed messages, interoperability between different operating systems and no need for any dedicated extra network link between redundant hosts. -" +DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)." HOMEPAGE="http://www.ucarp.org" LICENSE="GPL-2" DEPEND="virtual/libpcap" |