From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QS7YY-000559-4z for garchives@archives.gentoo.org; Thu, 02 Jun 2011 13:03:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40F071C1B0; Thu, 2 Jun 2011 13:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 126851C1B0 for ; Thu, 2 Jun 2011 13:03:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9920F1B4029 for ; Thu, 2 Jun 2011 13:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B60F980506 for ; Thu, 2 Jun 2011 13:03:13 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <64ad109f2afa063f5086f621bf8ce8d28f4166d2.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/votca-tools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/votca-tools/ChangeLog sci-libs/votca-tools/votca-tools-9999.ebuild X-VCS-Directories: sci-libs/votca-tools/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 64ad109f2afa063f5086f621bf8ce8d28f4166d2 Date: Thu, 2 Jun 2011 13:03:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7680e298f45547e63df3028cfc81e559 commit: 64ad109f2afa063f5086f621bf8ce8d28f4166d2 Author: Christoph Junghans gentoo org> AuthorDate: Thu Jun 2 13:01:44 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Thu Jun 2 13:03:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D64ad109f [sci-libs/votca-tools] added sqlite3 support (Portage version: 2.1.9.42/git/Linux i686, signed Manifest commit with ke= y C2000586) --- sci-libs/votca-tools/ChangeLog | 3 +++ sci-libs/votca-tools/votca-tools-9999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/Change= Log index 441b83f..277d7a8 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 02 Jun 2011; Christoph Junghans votca-tools-9999.e= build: + added sqlite3 support + 08 Mar 2011; Christoph Junghans -votca-tools-1.1.1.ebuild: InCVS diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votc= a-tools/votca-tools-9999.ebuild index 283d825..ccf39a9 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -23,12 +23,13 @@ HOMEPAGE=3D"http://www.votca.org" LICENSE=3D"Apache-2.0" SLOT=3D"0" KEYWORDS=3D"~x86 ~amd64" -IUSE=3D"-boost doc +fftw +gsl" +IUSE=3D"-boost doc +fftw +gsl sqlite" =20 RDEPEND=3D"fftw? ( sci-libs/fftw:3.0 ) dev-libs/expat gsl? ( sci-libs/gsl ) - boost? ( dev-libs/boost )" + boost? ( dev-libs/boost ) + sqlite? ( dev-db/sqlite:3 )" =20 DEPEND=3D"${RDEPEND} doc? ( app-doc/doxygen[-nodot] ) @@ -50,6 +51,7 @@ src_configure() { $(cmake-utils_use boost EXTERNAL_BOOST) $(cmake-utils_use_with gsl GSL) $(cmake-utils_use_with fftw FFTW) + $(cmake-utils_use_with sqlite SQLITE3) -DWITH_RC_FILES=3DOFF ) cmake-utils_src_configure || die