From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7E578138AA8 for ; Sat, 2 Nov 2013 19:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8214AE0ACC; Sat, 2 Nov 2013 19:49:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AE31E0ACC for ; Sat, 2 Nov 2013 19:49:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB6DF33EF93 for ; Sat, 2 Nov 2013 19:49:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id 984862004B; Sat, 2 Nov 2013 19:49:47 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ipvsadm: ipvsadm-1.27-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ipvsadm-1.27-r1.ebuild ChangeLog X-VCS-Directories: sys-cluster/ipvsadm X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131102194947.984862004B@flycatcher.gentoo.org> Date: Sat, 2 Nov 2013 19:49:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b77758f3-51f1-41aa-b51f-fa6dd6baed80 X-Archives-Hash: 9f063275eccc9c1aef4f9b865f0c90d8 robbat2 13/11/02 19:49:47 Modified: ChangeLog Added: ipvsadm-1.27-r1.ebuild Log: Bug #403133: this keepalived patch was needed for ipvsadm as well, and got lost along the way. (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.62 sys-cluster/ipvsadm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -p -w -b -B -u -u -r1.61 -r1.62 --- ChangeLog 2 Nov 2013 06:57:10 -0000 1.61 +++ ChangeLog 2 Nov 2013 19:49:47 -0000 1.62 @@ -1,6 +1,13 @@ # 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.61 2013/11/02 06:57:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.62 2013/11/02 19:49:47 robbat2 Exp $ + +*ipvsadm-1.27-r1 (02 Nov 2013) + + 02 Nov 2013; Robin H. Johnson + +files/ipvsadm-1.27-fix-daemon-state.patch, +ipvsadm-1.27-r1.ebuild: + Bug #403133: this keepalived patch was needed for ipvsadm as well, and got + lost along the way. 02 Nov 2013; Robin H. Johnson files/ipvsadm-1.27-buildsystem.patch: 1.1 sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild?rev=1.1&content-type=text/plain Index: ipvsadm-1.27-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.27-r1.ebuild,v 1.1 2013/11/02 19:49:47 robbat2 Exp $ EAPI=4 inherit eutils linux-info toolchain-funcs DESCRIPTION="utility to administer the IP virtual server services" HOMEPAGE="http://linuxvirtualserver.org/" SRC_URI="https://kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-${PV}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs" RDEPEND=">=sys-libs/ncurses-5.2 dev-libs/libnl >=dev-libs/popt-1.16" DEPEND="${RDEPEND} virtual/pkgconfig" pkg_pretend() { if kernel_is 2 4; then eerror "${P} supports only 2.6 series and later kernels, please try ${PN}-1.21 for 2.4 kernels" die "wrong kernel version" fi } src_prepare() { epatch "${FILESDIR}"/${PN}-1.27-buildsystem.patch # Merged upstream in 1.27 #epatch "${FILESDIR}"/${PN}-1.26-stack_smashing.patch # bug 371903 epatch "${FILESDIR}"/${PN}-1.27-fix-daemon-state.patch use static-libs && export STATIC=1 } src_compile() { emake -e \ INCLUDE="-I.. -I." \ CC="$(tc-getCC)" \ HAVE_NL=1 \ STATIC=${STATIC} \ POPT_LIB="$(pkg-config --libs popt)" } src_install() { into / dosbin ipvsadm ipvsadm-save ipvsadm-restore into /usr doman ipvsadm.8 ipvsadm-save.8 ipvsadm-restore.8 newinitd "${FILESDIR}"/ipvsadm-init ipvsadm keepdir /var/lib/ipvsadm use static-libs && dolib.a libipvs/libipvs.a dolib.so libipvs/libipvs.so insinto /usr/include/ipvs newins libipvs/libipvs.h ipvs.h } pkg_postinst() { einfo "You will need a kernel that has ipvs patches to use LVS." }