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 68B731381F3 for ; Sat, 25 May 2013 04:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ED5DE09FB; Sat, 25 May 2013 04:40:39 +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 9C0C8E09FB for ; Sat, 25 May 2013 04:40:38 +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 B347833E0C3 for ; Sat, 25 May 2013 04:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4EDF6E545C for ; Sat, 25 May 2013 04:40:35 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1369456496.43f5999be62c78f3b41d3b6c59c48b1c69f525aa.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mlpack/ChangeLog sci-libs/mlpack/mlpack-1.0.4-r1.ebuild sci-libs/mlpack/mlpack-1.0.5.ebuild X-VCS-Directories: sci-libs/mlpack/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 43f5999be62c78f3b41d3b6c59c48b1c69f525aa X-VCS-Branch: master Date: Sat, 25 May 2013 04:40:35 +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: 6feb2c48-7c82-4a9c-9c85-561809684d33 X-Archives-Hash: 0e32d32feb6f39511efca5ddd66e56d6 commit: 43f5999be62c78f3b41d3b6c59c48b1c69f525aa Author: Sébastien Fabbro gentoo org> AuthorDate: Sat May 25 04:34:56 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sat May 25 04:34:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43f5999b sci-libs/mlpack: Version bump Package-Manager: portage-2.2.01.21938-prefix RepoMan-Options: --force --- sci-libs/mlpack/ChangeLog | 6 ++++++ ...{mlpack-1.0.4-r1.ebuild => mlpack-1.0.5.ebuild} | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog index aae0b96..4a7a924 100644 --- a/sci-libs/mlpack/ChangeLog +++ b/sci-libs/mlpack/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mlpack-1.0.5 (25 May 2013) + + 25 May 2013; Sébastien Fabbro +mlpack-1.0.5.ebuild, + -mlpack-1.0.4-r1.ebuild: + sci-libs/mlpack: Version bump + *mlpack-1.0.4-r1 (28 Feb 2013) 28 Feb 2013; Sébastien Fabbro diff --git a/sci-libs/mlpack/mlpack-1.0.4-r1.ebuild b/sci-libs/mlpack/mlpack-1.0.5.ebuild similarity index 88% rename from sci-libs/mlpack/mlpack-1.0.4-r1.ebuild rename to sci-libs/mlpack/mlpack-1.0.5.ebuild index 21bbce8..b3680a7 100644 --- a/sci-libs/mlpack/mlpack-1.0.4-r1.ebuild +++ b/sci-libs/mlpack/mlpack-1.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="Scalable c++ machine learning library" HOMEPAGE="http://www.mlpack.org/" @@ -21,14 +21,16 @@ RDEPEND=" sci-libs/armadillo[lapack]" DEPEND="${DEPEND} + app-text/txt2man doc? ( app-doc/doxygen )" DOCS=( HISTORY.txt ) src_prepare() { - epatch "${FILESDIR}"/${P}-libdir.patch + epatch "${FILESDIR}"/${PN}-1.0.4-libdir.patch sed -i \ -e "s:share/doc/mlpack:share/doc/${PF}:" \ + -e 's/-O3//g' \ CMakeLists.txt || die }