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 D43C0138BF3 for ; Sat, 15 Feb 2014 21:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F071E0AC0; Sat, 15 Feb 2014 21:44:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA71BE0AC0 for ; Sat, 15 Feb 2014 21:44:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF6CC33FB01 for ; Sat, 15 Feb 2014 21:44:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2137) id 907442004C; Sat, 15 Feb 2014 21:44:55 +0000 (UTC) From: "Alon Bar-Lev (alonbl)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, alonbl@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nettle-2.7.1-r1.ebuild ChangeLog X-VCS-Directories: dev-libs/nettle X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140215214455.907442004C@flycatcher.gentoo.org> Date: Sat, 15 Feb 2014 21:44:55 +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: ecdaba3c-4ccd-4138-8706-3675c8e17e77 X-Archives-Hash: 208fd26ff4d8bdd5e70d12172b729401 alonbl 14/02/15 21:44:55 Modified: ChangeLog Added: nettle-2.7.1-r1.ebuild Log: Add multilib support, bug#493974, thanks to Michael Mair-Keimberger (iamnr3) and austinenglish (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision Changes Path 1.103 dev-libs/nettle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 6 Aug 2013 13:07:05 -0000 1.102 +++ ChangeLog 15 Feb 2014 21:44:55 -0000 1.103 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/nettle -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.102 2013/08/06 13:07:05 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.103 2014/02/15 21:44:55 alonbl Exp $ + +*nettle-2.7.1-r1 (15 Feb 2014) + + 15 Feb 2014; Alon Bar-Lev +nettle-2.7.1-r1.ebuild: + Add multilib support, bug#493974, thanks to Michael Mair-Keimberger (iamnr3) + and austinenglish 06 Aug 2013; Agostino Sarubbo nettle-2.7.1.ebuild: Stable for s390, wrt bug #477612 1.1 dev-libs/nettle/nettle-2.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild?rev=1.1&content-type=text/plain Index: nettle-2.7.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.1 2014/02/15 21:44:55 alonbl Exp $ EAPI=5 inherit eutils autotools-multilib multilib DESCRIPTION="Low-level cryptographic library" HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/" SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/4" # subslot = libnettle soname version KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc +gmp neon static-libs test" DEPEND="gmp? ( dev-libs/gmp )" RDEPEND="${DEPEND} abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" src_prepare() { epatch "${FILESDIR}"/${PN}-2.7-shared.patch sed -e '/CFLAGS=/s: -ggdb3::' \ -e 's/solaris\*)/sunldsolaris*)/' \ -i configure.ac || die # conditionally build tests and examples required by tests use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die eautoreconf } multilib_src_configure() { # --disable-openssl bug #427526 ECONF_SOURCE="${S}" econf \ --libdir="${EPREFIX}"/usr/$(get_libdir) \ $(use_enable gmp public-key) \ $(use_enable static-libs static) \ --disable-openssl \ $(use_enable doc documentation) \ $(use_enable neon arm-neon) } multilib_src_install_all() { if use doc ; then dohtml nettle.html dodoc nettle.pdf fi }