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 E900B1399E0 for ; Wed, 2 Sep 2015 16:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01BDF141DF; Wed, 2 Sep 2015 16:30:45 +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 080F214203 for ; Wed, 2 Sep 2015 16:30:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FBD6340861 for ; Wed, 2 Sep 2015 16:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CAC9187 for ; Wed, 2 Sep 2015 16:30:40 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441211436.86bc29f29ab6be3fb1e72e25c6e475b73d075609.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-3.2.9_p2.ebuild sys-libs/db/metadata.xml X-VCS-Directories: sys-libs/db/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 86bc29f29ab6be3fb1e72e25c6e475b73d075609 X-VCS-Branch: master Date: Wed, 2 Sep 2015 16:30:40 +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: b5fae760-18ba-44f0-9de9-62ab591c9528 X-Archives-Hash: 6c9e2a56f742ff1fc0c5e74275fabe85 commit: 86bc29f29ab6be3fb1e72e25c6e475b73d075609 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 2 16:25:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 2 16:30:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86bc29f2 sys-libs/db: Move CXXFLAGS alteration to local scope Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sys-libs/db/db-3.2.9_p2.ebuild | 8 ++++---- sys-libs/db/metadata.xml | 13 ++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/sys-libs/db/db-3.2.9_p2.ebuild b/sys-libs/db/db-3.2.9_p2.ebuild index 06df054..65f1809 100644 --- a/sys-libs/db/db-3.2.9_p2.ebuild +++ b/sys-libs/db/db-3.2.9_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,12 +33,12 @@ IUSE="doc" DEPEND="${RDEPEND} =sys-libs/db-1.85*" -# This doesn't build without exceptions -export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" - S="${WORKDIR}/${MY_P}" src_unpack() { + # This doesn't build without exceptions + export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" + unpack "${MY_P}".tar.gz chmod -R ug+w * diff --git a/sys-libs/db/metadata.xml b/sys-libs/db/metadata.xml index 74fb0c9..0f33890 100644 --- a/sys-libs/db/metadata.xml +++ b/sys-libs/db/metadata.xml @@ -1,23 +1,22 @@ -base-system -The Berkeley Database (Berkeley DB) is a programmatic toolkit + base-system + The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory caching and database recovery. DB supports C, C++, Java, and Perl APIs. DB is available for a wide variety of UNIX platforms as well as Windows NT and Windows '95 (MSVC 4, 5 and 6). -De Berkeley Database is een programmatische toolkit + De Berkeley Database is een programmatische toolkit die embedded database support verzorg voor en traditionele en client/server applicaties. Berkeley DB bevat b+tree, rij, uitgebreide lineaire hashing, vaste en variabele lengte record toegangsmethoden, transacties, locking, logging, gedeeld geheugen caching en database herstel. DB ondersteund C, C++, Java en Perl API's. DB is beschikbaar voor veel UNIX platformen en Windows. - - Enable rpc client/server - + + Enable rpc client/server + -