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 1RM741-0005AS-HC for garchives@archives.gentoo.org; Thu, 03 Nov 2011 23:51:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F9F921C0E0; Thu, 3 Nov 2011 23:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 06CA121C0E0 for ; Thu, 3 Nov 2011 23:51:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6412D1B4021 for ; Thu, 3 Nov 2011 23:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CD3A080042 for ; Thu, 3 Nov 2011 23:51:06 +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: <5a6982b0e0461fe605b14f254203e9c02b1fc5f6.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: 5a6982b0e0461fe605b14f254203e9c02b1fc5f6 Date: Thu, 3 Nov 2011 23:51:06 +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: 4739a3e7-a630-48aa-a4e3-cc5b6101c2ae X-Archives-Hash: 8f2b9fa38fefbbd9b6438f66c9f8aa23 commit: 5a6982b0e0461fe605b14f254203e9c02b1fc5f6 Author: Christoph Junghans gentoo org> AuthorDate: Thu Nov 3 23:35:28 2011 +0000 Commit: Christoph Junghans gmx de> CommitDate: Thu Nov 3 23:35:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D5a6982b0 live ebuild update (Portage version: 2.2.0_alpha72/git/Linux i686, signed Manifest commit wi= th key C2000586) --- sci-libs/votca-tools/ChangeLog | 3 +++ sci-libs/votca-tools/votca-tools-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/Change= Log index da3aa0f..2eef863 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 + 03 Nov 2011; Christoph Junghans votca-tools-9999.e= build: + live ebuild update + 14 Aug 2011; Christoph Junghans votca-tools-9999.e= build, metadata.xml: renamed boost useflag to system-boost diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votc= a-tools/votca-tools-9999.ebuild index 48c7f4f..97ee2fa 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild @@ -37,6 +37,8 @@ DEPEND=3D"${RDEPEND} >=3Dapp-text/txt2tags-2.5 dev-util/pkgconfig" =20 +DOCS=3D( NOTICE ) + src_prepare() { use gsl || ewarn "Disabling gsl will lead to reduced functionality" use fftw || ewarn "Disabling fftw will lead to reduced functionality" @@ -59,7 +61,6 @@ src_configure() { } =20 src_install() { - DOCS=3D(${CMAKE_BUILD_DIR}/CHANGELOG NOTICE) cmake-utils_src_install || die if use doc; then cd "${CMAKE_BUILD_DIR}" || die