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 8B4701387FD for ; Sun, 8 Jun 2014 12:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27192E0A92; Sun, 8 Jun 2014 12:55:22 +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 A779DE0A92 for ; Sun, 8 Jun 2014 12:55:21 +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 AF53C340038 for ; Sun, 8 Jun 2014 12:55:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 7AA3C2004E; Sun, 8 Jun 2014 12:55:19 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/neon: neon-0.30.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: neon-0.30.0-r1.ebuild ChangeLog X-VCS-Directories: net-libs/neon X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140608125519.7AA3C2004E@flycatcher.gentoo.org> Date: Sun, 8 Jun 2014 12:55:19 +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: b6e98053-fcf8-4c8b-9f52-848403d58b26 X-Archives-Hash: 06031402b722a75642a3bdab76c8ae2e mgorny 14/06/08 12:55:19 Modified: ChangeLog Added: neon-0.30.0-r1.ebuild Log: Enable multilib support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.73 net-libs/neon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 16 Mar 2014 02:51:12 -0000 1.72 +++ ChangeLog 8 Jun 2014 12:55:19 -0000 1.73 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/neon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.72 2014/03/16 02:51:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/ChangeLog,v 1.73 2014/06/08 12:55:19 mgorny Exp $ + +*neon-0.30.0-r1 (08 Jun 2014) + + 08 Jun 2014; Michał Górny +neon-0.30.0-r1.ebuild: + Enable multilib support. 16 Mar 2014; Mike Frysinger neon-0.30.0.ebuild: Add arm64 love. 1.1 net-libs/neon/neon-0.30.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/neon-0.30.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/neon/neon-0.30.0-r1.ebuild?rev=1.1&content-type=text/plain Index: neon-0.30.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.30.0-r1.ebuild,v 1.1 2014/06/08 12:55:19 mgorny Exp $ EAPI="5" inherit autotools eutils libtool multilib-minimal DESCRIPTION="HTTP and WebDAV client library" HOMEPAGE="http://www.webdav.org/neon/" SRC_URI="http://www.webdav.org/neon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/27" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" IUSE_LINGUAS="cs de fr ja nn pl ru tr zh_CN" for lingua in ${IUSE_LINGUAS}; do IUSE+=" linguas_${lingua}" done unset lingua RESTRICT="test" RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] ) !expat? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) gnutls? ( app-misc/ca-certificates net-libs/gnutls:0=[${MULTILIB_USEDEP}] pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] ) ) !gnutls? ( ssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] ) ) ) kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] ) libproxy? ( net-libs/libproxy:0=[${MULTILIB_USEDEP}] ) nls? ( virtual/libintl:0=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig[${MULTILIB_USEDEP}]" RDEPEND="${RDEPEND} abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r8 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" MULTILIB_CHOST_TOOLS=( /usr/bin/neon-config ) src_prepare() { local lingua linguas for lingua in ${IUSE_LINGUAS}; do use linguas_${lingua} && linguas+=" ${lingua}" done sed -e "s/ALL_LINGUAS=.*/ALL_LINGUAS=\"${linguas}\"/" -i configure.in AT_M4DIR="macros" eautoreconf elibtoolize } multilib_src_configure() { local myconf=() if has_version sys-libs/glibc; then einfo "Enabling SSL library thread-safety using POSIX threads..." myconf+=(--enable-threadsafe-ssl=posix) fi if use expat; then myconf+=(--with-expat) else myconf+=(--with-libxml2) fi if use gnutls; then myconf+=(--with-ssl=gnutls --with-ca-bundle="${EPREFIX}/etc/ssl/certs/ca-certificates.crt") elif use ssl; then myconf+=(--with-ssl=openssl) fi ECONF_SOURCE=${S} \ econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --enable-shared \ $(use_with kerberos gssapi) \ $(use_with libproxy) \ $(use_enable nls) \ $(use_with pkcs11 pakchois) \ $(use_enable static-libs static) \ $(use_with zlib) \ "${myconf[@]}" } multilib_src_install() { emake DESTDIR="${D}" install-{config,headers,lib,man,nls} if use doc; then emake DESTDIR="${D}" install-html fi } multilib_src_install_all() { prune_libtool_files --all dodoc AUTHORS BUGS NEWS README THANKS TODO }