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 1Qy39h-0001Jv-SQ for garchives@archives.gentoo.org; Mon, 29 Aug 2011 14:49:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F74621C0B4; Mon, 29 Aug 2011 14:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09FFD21C0B4 for ; Mon, 29 Aug 2011 14:49:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C1171B4112 for ; Mon, 29 Aug 2011 14:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5340080040 for ; Mon, 29 Aug 2011 14:49:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/eigen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/eigen/ChangeLog dev-cpp/eigen/eigen-3.0.1-r2.ebuild dev-cpp/eigen/eigen-9999.ebuild dev-cpp/eigen/metadata.xml X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: adf7ee9f716600b6517159a57ef741bedecc8f21 Date: Mon, 29 Aug 2011 14:49:30 +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: 397b8c9b08a8709db8561ed2ebcf8ba3 commit: adf7ee9f716600b6517159a57ef741bedecc8f21 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 29 14:45:16 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 29 14:45:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dadf7ee9f Corrected doc installation, thanks James Cloos for the fix (Portage version: 2.2.0_alpha51/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- dev-cpp/eigen/ChangeLog | 4 ++++ dev-cpp/eigen/eigen-3.0.1-r2.ebuild | 2 +- dev-cpp/eigen/eigen-9999.ebuild | 2 +- dev-cpp/eigen/metadata.xml | 14 +++++++------- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/dev-cpp/eigen/ChangeLog b/dev-cpp/eigen/ChangeLog index 3132ef4..3485cb2 100644 --- a/dev-cpp/eigen/ChangeLog +++ b/dev-cpp/eigen/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/ChangeLog,v 1.44 2011/0= 3/25 16:01:28 jlec Exp $ =20 + 29 Aug 2011; Justin Lecher eigen-3.0.1-r2.ebuild, + eigen-9999.ebuild, metadata.xml: + Corrected doc installation, thanks James Cloos for the fix + 19 Aug 2011; Andrea Arteaga eigen-9999.ebuild Removed ~x86 and ~amd64 keyworkds (mask). =20 diff --git a/dev-cpp/eigen/eigen-3.0.1-r2.ebuild b/dev-cpp/eigen/eigen-3.= 0.1-r2.ebuild index 62dca95..3271cc0 100644 --- a/dev-cpp/eigen/eigen-3.0.1-r2.ebuild +++ b/dev-cpp/eigen/eigen-3.0.1-r2.ebuild @@ -55,7 +55,7 @@ src_compile() { =20 src_install() { cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/html/* + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/doc/html/* local x for x in ${FORTRAN_LIBS}; do local libname=3D"eigen_${x}" diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.e= build index a38852b..61ea9cd 100644 --- a/dev-cpp/eigen/eigen-9999.ebuild +++ b/dev-cpp/eigen/eigen-9999.ebuild @@ -51,7 +51,7 @@ src_compile() { =20 src_install() { cmake-utils_src_install - use doc && dohtml -r "${CMAKE_BUILD_DIR}"/html/* + use doc && dohtml -r "${CMAKE_BUILD_DIR}"/doc/html/* local x for x in ${FORTRAN_LIBS}; do local libname=3D"eigen_${x}" diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml index 9437282..a658022 100644 --- a/dev-cpp/eigen/metadata.xml +++ b/dev-cpp/eigen/metadata.xml @@ -1,17 +1,17 @@ -sci -kde - + sci + kde + Eigen is a lightweight C++ template library for vector and matrix math= , a.k.a. linear algebra. Unlike most other linear algebra libraries, Eig= en focuses on the simple mathematical needs of applications: games and ot= her OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicat= ed to providing optimal speed with GCC. - - Enable use for automatic differentiation using sci-libs/adolc - Enable use for extra sparse matrix with sci= -libs/umfpack, sci-libs/cholmod, sci-libs/superlu and dev-cpp/sparsehash - + + Enable use for automatic differentiation using sci-libs/adolc + Enable use for extra sparse matrix with sci= -libs/umfpack, sci-libs/cholmod, sci-libs/superlu and dev-cpp/sparsehash +