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 859A559CB2 for ; Sat, 16 Apr 2016 13:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1046B21C03E; Sat, 16 Apr 2016 13:13:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9636021C03E for ; Sat, 16 Apr 2016 13:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B27E340C74 for ; Sat, 16 Apr 2016 13:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47AACC8 for ; Sat, 16 Apr 2016 13:13:11 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1460812389.40e0ef0dfdf66ca92e2cb5b5b70d78941e175377.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libreswan/Manifest net-misc/libreswan/libreswan-3.17.ebuild net-misc/libreswan/libreswan-9999.ebuild X-VCS-Directories: net-misc/libreswan/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 40e0ef0dfdf66ca92e2cb5b5b70d78941e175377 X-VCS-Branch: master Date: Sat, 16 Apr 2016 13:13:11 +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: b345b718-43f7-4192-9502-f0eee036c366 X-Archives-Hash: a874fcafdded101ea5042eea6d128953 commit: 40e0ef0dfdf66ca92e2cb5b5b70d78941e175377 Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 16 13:12:02 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 16 13:13:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e0ef0d net-misc/libreswan: bump to 3.17 Package-Manager: portage-2.2.28_p64 net-misc/libreswan/Manifest | 1 + .../{libreswan-9999.ebuild => libreswan-3.17.ebuild} | 11 ++++------- net-misc/libreswan/libreswan-9999.ebuild | 11 ++++------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/net-misc/libreswan/Manifest b/net-misc/libreswan/Manifest index a3f98f0..43477c6 100644 --- a/net-misc/libreswan/Manifest +++ b/net-misc/libreswan/Manifest @@ -1 +1,2 @@ DIST libreswan-3.15.tar.gz 9256911 SHA256 1ca370105a2a619eb4dc34626cb53cd391391e953fce3761a83f0e3a4d5aec4c SHA512 6472906d2507b7f4a06bf608b701e5982d5987b47d9ef88e5c8e63284f8d4d1a7155dd732d6daf8312d53c159bc344a54b2be173339a57aedea19caa79a13fb9 WHIRLPOOL 7fb86556e6b661523966eafdcde6796477f7173c573aece840f0f1f6a6dbfbda132a0723567334944ef5e23815150aef968f2761f842932228dca8c74ede1377 +DIST libreswan-3.17.tar.gz 9168223 SHA256 28c286f57f6d8d00e1502ea283aac0f9f863edb2d759e50dc89df0e28c0d0d03 SHA512 4503ae82663f060f3af3fd74491ae94feb33a28f13f96cd04bb4a83bba17fe199f4ff7cba83850235829b373f803ba816d7a4199d4afb1da191c7323dd28a362 WHIRLPOOL c771218d7c0a26041bb946c2805f581086e9beae8827c2fbaad49eb032107f322316e6102b3161db014d1d6e5e222d682d23a1ac147ae65fc37b0c364440cbdc diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-3.17.ebuild similarity index 94% copy from net-misc/libreswan/libreswan-9999.ebuild copy to net-misc/libreswan/libreswan-3.17.ebuild index 732f27d..2fd8e0c 100644 --- a/net-misc/libreswan/libreswan-9999.ebuild +++ b/net-misc/libreswan/libreswan-3.17.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit eutils systemd toolchain-funcs +inherit systemd toolchain-funcs if [[ ${PV} != 9999 ]]; then SRC_URI="https://download.libreswan.org/${P}.tar.gz" @@ -46,10 +46,6 @@ RDEPEND="${COMMON_DEPEND} !net-misc/strongswan " -src_prepare() { - epatch_user -} - usetf() { usex "$1" true false } @@ -72,6 +68,7 @@ src_configure() { export USE_XAUTHPAM=$(usetf pam) export DEBUG_CFLAGS= export OPTIMIZE_CFLAGS= + export WERROR_CFLAGS= } src_compile() { diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild index 732f27d..2fd8e0c 100644 --- a/net-misc/libreswan/libreswan-9999.ebuild +++ b/net-misc/libreswan/libreswan-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit eutils systemd toolchain-funcs +inherit systemd toolchain-funcs if [[ ${PV} != 9999 ]]; then SRC_URI="https://download.libreswan.org/${P}.tar.gz" @@ -46,10 +46,6 @@ RDEPEND="${COMMON_DEPEND} !net-misc/strongswan " -src_prepare() { - epatch_user -} - usetf() { usex "$1" true false } @@ -72,6 +68,7 @@ src_configure() { export USE_XAUTHPAM=$(usetf pam) export DEBUG_CFLAGS= export OPTIMIZE_CFLAGS= + export WERROR_CFLAGS= } src_compile() {