diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-21 22:08:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-21 22:08:57 +0000 |
commit | da7b831dd2d33517512c9e3a158e3c8497009bca (patch) | |
tree | 2a1ad592aae5cd6e47145f3d5787570cbff6495f /sys-cluster | |
parent | use dosbin instead of exeinto /usr/sbin/ && doexe (diff) | |
download | gentoo-2-da7b831dd2d33517512c9e3a158e3c8497009bca.tar.gz gentoo-2-da7b831dd2d33517512c9e3a158e3c8497009bca.tar.bz2 gentoo-2-da7b831dd2d33517512c9e3a158e3c8497009bca.zip |
install libs via helpers
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 1625038da6f6..a87667a9e683 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ipvsadm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.63 2013/11/06 02:31:02 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.64 2015/03/21 22:08:57 jlec Exp $ + + 21 Mar 2015; Justin Lecher <jlec@gentoo.org> ipvsadm-1.21-r1.ebuild, + ipvsadm-1.24.ebuild: + install libs via helpers 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> ipvsadm-1.21-r1.ebuild: Harmonize description, make repoman happier diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 9b0257455c59..4fd8436c485a 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-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # 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.20 2013/11/06 02:31:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.21 2015/03/21 22:08:57 jlec Exp $ inherit linux-info @@ -41,8 +41,7 @@ src_install() { newinitd "${FILESDIR}"/ipvsadm-init ipvsadm || die keepdir /var/lib/ipvsadm - insinto /usr/lib - doins libipvs/libipvs.a || die + dolib.a libipvs/libipvs.a || die insinto /usr/include/ipvs newins libipvs/libipvs.h ipvs.h || die diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index 542fd33bdad0..26a97c00690a 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # 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.29 2011/10/07 20:33:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.30 2015/03/21 22:08:57 jlec Exp $ inherit linux-info toolchain-funcs @@ -41,8 +41,7 @@ src_install() { newinitd "${FILESDIR}"/ipvsadm-init ipvsadm keepdir /var/lib/ipvsadm - insinto /usr/lib - doins libipvs/libipvs.a || die + dolib.a libipvs/libipvs.a || die insinto /usr/include/ipvs newins libipvs/libipvs.h ipvs.h || die |