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 351C8198005 for ; Sun, 3 Mar 2013 17:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EB3EE06F7; Sun, 3 Mar 2013 17:52:34 +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 1E75EE06F7 for ; Sun, 3 Mar 2013 17:52:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A1C233DA22 for ; Sun, 3 Mar 2013 17:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BB6D8E4073 for ; Sun, 3 Mar 2013 17:52:31 +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: <1362327313.c177ca367d82d1120000d3810c4257a2727f05a9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/coinor-cppad/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/coinor-cppad/ChangeLog sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild sci-libs/coinor-cppad/metadata.xml X-VCS-Directories: sci-libs/coinor-cppad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c177ca367d82d1120000d3810c4257a2727f05a9 X-VCS-Branch: master Date: Sun, 3 Mar 2013 17:52:31 +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: 5179574a-f14c-4e3d-a0e6-64f66f26127d X-Archives-Hash: 940ad001084281129c72073efde02d45 commit: c177ca367d82d1120000d3810c4257a2727f05a9 Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 3 16:15:13 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 3 16:15:13 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c177ca36 sci-libs/coinor-cppad: Drop useless blank line Package-Manager: portage-2.2.0_alpha164 --- sci-libs/coinor-cppad/ChangeLog | 4 ++++ sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild | 7 ++----- sci-libs/coinor-cppad/metadata.xml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sci-libs/coinor-cppad/ChangeLog b/sci-libs/coinor-cppad/ChangeLog index 2ae1ebc..032ebf6 100644 --- a/sci-libs/coinor-cppad/ChangeLog +++ b/sci-libs/coinor-cppad/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2013; Justin Lecher coinor-cppad-20130127.ebuild, + metadata.xml: + Drop useless blank line + *coinor-cppad-20130127 (29 Jan 2013) 29 Jan 2013; Sébastien Fabbro diff --git a/sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild b/sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild index 43c5816..168daa0 100644 --- a/sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild +++ b/sci-libs/coinor-cppad/coinor-cppad-20130127.ebuild @@ -27,9 +27,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MYP}" src_configure() { - local myeconfargs=( - $(use doc Documentation) - ) + local myeconfargs=( $(use doc Documentation) ) autotools-utils_src_configure } @@ -40,7 +38,6 @@ src_compile() { fi } - src_test() { pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null || die emake check test @@ -48,7 +45,7 @@ src_test() { } src_install() { - use doc && HTML_DOC=("${AUTOTOOLS_BUILD_DIR}/doxydocs/html/") + use doc && HTML_DOC=( "${AUTOTOOLS_BUILD_DIR}"/doxydocs/html/. ) autotools-utils_src_install if use examples; then insinto /usr/share/doc/${PF}/examples diff --git a/sci-libs/coinor-cppad/metadata.xml b/sci-libs/coinor-cppad/metadata.xml index b100a5b..d31eb17 100644 --- a/sci-libs/coinor-cppad/metadata.xml +++ b/sci-libs/coinor-cppad/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + We refer to the step by step conversion from an algorithm that computes function values to an algorithm that computes derivative values as Algorithmic Differentiation (AD); often referred to as