From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OnXLP-0003Gv-N5 for garchives@archives.gentoo.org; Mon, 23 Aug 2010 13:45:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3AC1E07E0; Mon, 23 Aug 2010 13:45:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 843EDE07E0 for ; Mon, 23 Aug 2010 13:45:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF38E1B4002 for ; Mon, 23 Aug 2010 13:45:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2256) id 64B5E2004E; Mon, 23 Aug 2010 13:45:41 +0000 (UTC) From: "Dirkjan Ochtman (djc)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, djc@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.1.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openvpn-2.1.0-r1.ebuild ChangeLog X-VCS-Directories: net-misc/openvpn X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman Content-Type: text/plain; charset=utf8 Message-Id: <20100823134541.64B5E2004E@flycatcher.gentoo.org> Date: Mon, 23 Aug 2010 13:45:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5018e0d8-3e2c-4856-9739-4552a037283b X-Archives-Hash: 3a371c5702fe0f3a485fbad40ea761ee djc 10/08/23 13:45:41 Modified: openvpn-2.1.0-r1.ebuild ChangeLog Log: Remove built_with_use, upgrade to EAPI=3D2. (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.3 net-misc/openvpn/openvpn-2.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/o= penvpn-2.1.0-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: openvpn-2.1.0-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebuil= d,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openvpn-2.1.0-r1.ebuild 28 Feb 2010 16:11:18 -0000 1.2 +++ openvpn-2.1.0-r1.ebuild 23 Aug 2010 13:45:41 -0000 1.3 @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebu= ild,v 1.2 2010/02/28 16:11:18 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.1.0-r1.ebu= ild,v 1.3 2010/08/23 13:45:41 djc Exp $ + +EAPI=3D2 =20 inherit eutils multilib toolchain-funcs autotools flag-o-matic =20 @@ -22,7 +24,7 @@ =20 DEPEND=3D">=3Ddev-libs/lzo-1.07 kernel_linux? ( - iproute2? ( sys-apps/iproute2 ) !iproute2? ( sys-apps/net-tools ) + iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-to= ols ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) @@ -30,20 +32,7 @@ pkcs11? ( >=3Ddev-libs/pkcs11-helper-1.05 )" RDEPEND=3D"${DEPEND}" =20 -pkg_setup() { - if use iproute2 ; then - if built_with_use sys-apps/iproute2 minimal ; then - eerror "iproute2 support requires that sys-apps/iproute2 was not" - eerror "built with the minimal USE flag" - die "iproute2 support not available" - fi - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { epatch "${FILESDIR}/${PN}-2.1_rc13-peercred.patch" epatch "${FILESDIR}/${PN}-2.1_rc20-pkcs11.patch" use ipv6 && epatch "${WORKDIR}/${PN}-2.1_rc22-ipv6-${IPV6_VERSION}.patc= h" 1.175 net-misc/openvpn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/C= hangeLog?rev=3D1.175&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/C= hangeLog?rev=3D1.175&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvpn/C= hangeLog?r1=3D1.174&r2=3D1.175 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- ChangeLog 23 Aug 2010 13:34:28 -0000 1.174 +++ ChangeLog 23 Aug 2010 13:45:41 -0000 1.175 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/openvpn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.174 20= 10/08/23 13:34:28 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.175 20= 10/08/23 13:45:41 djc Exp $ + + 23 Aug 2010; Dirkjan Ochtman openvpn-2.1.0-r1.ebuild: + Remove built_with_use, upgrade to EAPI=3D2. =20 23 Aug 2010; Dirkjan Ochtman -openvpn-2.0.6.ebuild, -openvpn-2.0.7-r2.ebuild, -files/openvpn-2.0.7-pam.patch,