summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-06-06 23:47:12 +0000
committerMichael Imhof <tantive@gentoo.org>2004-06-06 23:47:12 +0000
commit0116bb4f7567e16bb3a5b19692d003a0d7a5b53d (patch)
tree6c65936025014587b3285f164bac252b4c17e673 /sys-cluster
parentnew version on cpan (Manifest recommit) (diff)
downloadgentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.tar.gz
gentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.tar.bz2
gentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.zip
Added missing header and libs. Closes #51217.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/ipvsadm/ChangeLog6
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild13
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.24.ebuild13
3 files changed, 29 insertions, 3 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog
index 18d7c195f15c..743ab3ce7440 100644
--- a/sys-cluster/ipvsadm/ChangeLog
+++ b/sys-cluster/ipvsadm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/ipvsadm
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.10 2004/03/12 00:00:25 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.11 2004/06/06 23:47:12 tantive Exp $
+
+ 07 Jun 2004; Michael Imhof <tantive@gentoo.org> ipvsadm-1.21-r1.ebuild,
+ ipvsadm-1.24.ebuild:
+ Added missing header and lib. Closes #51217.
12 Mar 2004; Michael Imhof <tantive@gentoo.org> :
Corrected the digest. Closes #43123.
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
index 647151cca8b3..3b9633e4a3cf 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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-r1.ebuild,v 1.2 2004/03/12 00:00:25 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.3 2004/06/06 23:47:12 tantive Exp $
DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support."
@@ -34,5 +34,16 @@ src_install() {
newexe ${FILESDIR}/ipvsadm-init ipvsadm
keepdir /var/lib/ipvsadm
+ diropts -m 755 -o root -g root
+ dodir /usr/lib
+ dodir /usr/include/ipvs
+
+ insopts -m 644 -o root -g root
+ insinto /usr/lib
+ doins libipvs/libipvs.a
+
+ insinto /usr/include/ipvs
+ newins libipvs/libipvs.h ipvs.h
+
einfo "You will need a kernel that has ipvs patches to use LVS"
}
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
index c991f21823e8..6af2f7b61da2 100644
--- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
+++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.2 2004/03/12 00:00:25 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.3 2004/06/06 23:47:12 tantive Exp $
DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support."
@@ -34,6 +34,17 @@ src_install() {
newexe ${FILESDIR}/ipvsadm-init ipvsadm
keepdir /var/lib/ipvsadm
+ diropts -m 755 -o root -g root
+ dodir /usr/lib
+ dodir /usr/include/ipvs
+
+ insopts -m 644 -o root -g root
+ insinto /usr/lib
+ doins libipvs/libipvs.a
+
+ insinto /usr/include/ipvs
+ newins libipvs/libipvs.h ipvs.h
+
einfo "You will need a kernel that has ipvs patches to use LVS."
einfo "This version is specicifically for 2.6 kernels."
}