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 9C82F138247 for ; Sun, 5 Jan 2014 19:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30163E0A40; Sun, 5 Jan 2014 19:50:48 +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 AE112E0A40 for ; Sun, 5 Jan 2014 19:50:47 +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 D4DFA33F52C for ; Sun, 5 Jan 2014 19:50:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 1A9B02004C; Sun, 5 Jan 2014 19:50:43 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.18.3.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gettext-0.18.3.1-r1.ebuild ChangeLog X-VCS-Directories: sys-devel/gettext X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140105195044.1A9B02004C@flycatcher.gentoo.org> Date: Sun, 5 Jan 2014 19:50:44 +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: 38f48004-b0c0-4adb-81dc-25c69c7098d8 X-Archives-Hash: ad01d65299f04561b614ca2faf58d616 vapier 14/01/05 19:50:43 Modified: gettext-0.18.3.1-r1.ebuild ChangeLog Log: Control libasprintf (a C++ library) via USE=cxx #496926 by Sylvain BERTRAND. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.4 sys-devel/gettext/gettext-0.18.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild?r1=1.3&r2=1.4 Index: gettext-0.18.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gettext-0.18.3.1-r1.ebuild 16 Dec 2013 07:21:30 -0000 1.3 +++ gettext-0.18.3.1-r1.ebuild 5 Jan 2014 19:50:43 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild,v 1.3 2013/12/16 07:21:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild,v 1.4 2014/01/05 19:50:43 vapier Exp $ EAPI="4" @@ -60,6 +60,7 @@ --with-included-libcroco \ --with-included-libunistring \ $(use_enable acl) \ + $(use_enable cxx libasprintf) \ $(use_enable ncurses curses) \ $(use_enable openmp) \ $(use_enable static-libs static) \ 1.227 sys-devel/gettext/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.227&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.227&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.226&r2=1.227 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v retrieving revision 1.226 retrieving revision 1.227 diff -u -r1.226 -r1.227 --- ChangeLog 16 Dec 2013 07:21:31 -0000 1.226 +++ ChangeLog 5 Jan 2014 19:50:43 -0000 1.227 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.226 2013/12/16 07:21:31 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.227 2014/01/05 19:50:43 vapier Exp $ + + 05 Jan 2014; Mike Frysinger gettext-0.18.3.1-r1.ebuild: + Control libasprintf (a C++ library) via USE=cxx #496926 by Sylvain BERTRAND. 16 Dec 2013; Mike Frysinger gettext-0.18.2.ebuild, gettext-0.18.3.1-r1.ebuild: