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 E05EE198005 for ; Sun, 3 Mar 2013 18:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46177E0983; Sun, 3 Mar 2013 18:39:58 +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 D6B46E0983 for ; Sun, 3 Mar 2013 18:39:57 +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 E411B33DDC4 for ; Sun, 3 Mar 2013 18:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 88F22E42E5 for ; Sun, 3 Mar 2013 18:39:50 +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: <1362334668.0474f1b35672ba455390b8f392ed16b10d8db7ce.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/o2scl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/o2scl/ChangeLog sci-libs/o2scl/o2scl-0.911.ebuild sci-libs/o2scl/o2scl-0.912.ebuild X-VCS-Directories: sci-libs/o2scl/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 0474f1b35672ba455390b8f392ed16b10d8db7ce X-VCS-Branch: master Date: Sun, 3 Mar 2013 18:39:50 +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: 9d3458bd-e728-43e5-bc4d-f4eaa0fb7b8e X-Archives-Hash: 8fd44b20a092dab3634f070e51db6bb3 commit: 0474f1b35672ba455390b8f392ed16b10d8db7ce Author: Sébastien Fabbro gentoo org> AuthorDate: Sun Mar 3 18:17:48 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sun Mar 3 18:17:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0474f1b3 sci-libs/o2scl: Version bump Package-Manager: portage-2.2.01.21688-prefix --- sci-libs/o2scl/ChangeLog | 8 +++++++- .../{o2scl-0.911.ebuild => o2scl-0.912.ebuild} | 7 ++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sci-libs/o2scl/ChangeLog b/sci-libs/o2scl/ChangeLog index 6aa7fc5..e8a099b 100644 --- a/sci-libs/o2scl/ChangeLog +++ b/sci-libs/o2scl/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for sci-libs/o2scl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*o2scl-0.912 (03 Mar 2013) + + 03 Mar 2013; Sébastien Fabbro +o2scl-0.912.ebuild, + -o2scl-0.911.ebuild: + sci-libs/o2scl: Version bump + *o2scl-0.911 (19 Dec 2012) 19 Dec 2012; Sébastien Fabbro +metadata.xml, diff --git a/sci-libs/o2scl/o2scl-0.911.ebuild b/sci-libs/o2scl/o2scl-0.912.ebuild similarity index 92% rename from sci-libs/o2scl/o2scl-0.911.ebuild rename to sci-libs/o2scl/o2scl-0.912.ebuild index b56034b..1432caf 100644 --- a/sci-libs/o2scl/o2scl-0.911.ebuild +++ b/sci-libs/o2scl/o2scl-0.912.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 AUTOTOOLS_IN_SOURCE_BUILD=1 inherit autotools-utils flag-o-matic @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc examples hdf5 static-libs" -RDEPEND="sci-libs/gsl +RDEPEND=" + sci-libs/gsl hdf5? ( sci-libs/hdf5 )" DEPEND="${RDEPEND}"