diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/Manifest | 4 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21.ebuild | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 91dc6860a217..c768c25b2fff 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.1 2003/02/25 03:30:37 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.2 2003/05/30 04:00:12 zwelch Exp $ + + 29 May 2003; Zach Welch <zwelch@gentoo.org> ipvsadm-1.21.ebuild: + fix description and homepage according to comments on bug 15705 *ipvsadm-1.21 (24 Feb 2003) diff --git a/sys-cluster/ipvsadm/Manifest b/sys-cluster/ipvsadm/Manifest index f88e5e816311..be8fc97efec5 100644 --- a/sys-cluster/ipvsadm/Manifest +++ b/sys-cluster/ipvsadm/Manifest @@ -1,3 +1,3 @@ -MD5 ad609b90f5305535d75b386d2c8a5f08 ChangeLog 419 -MD5 950ecb1f12811136c088e57f10e4645c ipvsadm-1.21.ebuild 625 +MD5 da9df02e1228582b2d23441f9e4ff0d0 ipvsadm-1.21.ebuild 854 +MD5 d2b8e61b629343658f48fba75fd1db1c ChangeLog 553 MD5 4701a5d41fbd71b84a132051fba6a024 files/digest-ipvsadm-1.21 63 diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild index bf9b374dc4d4..eaeb88805b3d 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild @@ -1,6 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21.ebuild,v 1.2 2003/05/30 04:00:12 zwelch Exp $ -DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project." -HOMEPAGE="http://keepalived.sourceforge.net" + +DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." +HOMEPAGE="http://linuxvirtualserver.org" LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" |