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 315E4138247 for ; Tue, 12 Nov 2013 16:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7444E095D; Tue, 12 Nov 2013 16:41:29 +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 50156E095D for ; Tue, 12 Nov 2013 16:41:29 +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 4D89D33EE9E for ; Tue, 12 Nov 2013 16:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3D27E530A for ; Tue, 12 Nov 2013 16:41:26 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1384274476.d7ae50b47143ca5773825a0a34aad09d344b46cd.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/freeon/ChangeLog sci-chemistry/freeon/freeon-9999.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: d7ae50b47143ca5773825a0a34aad09d344b46cd X-VCS-Branch: master Date: Tue, 12 Nov 2013 16:41:26 +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: a65e6017-456c-41a8-9b02-e65b218d049a X-Archives-Hash: 673b20af875b903b468dc563dff0f597 commit: d7ae50b47143ca5773825a0a34aad09d344b46cd Author: Nicolas Bock gmail com> AuthorDate: Tue Nov 12 16:41:16 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Tue Nov 12 16:41:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d7ae50b4 sci-chemistry/freeon-9999: Cleanup of ebuild. Package-Manager: portage-2.2.7 --- sci-chemistry/freeon/ChangeLog | 3 +++ sci-chemistry/freeon/freeon-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index 6c9cf9b..afd734b 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2013; Nicolas Bock freeon-9999.ebuild: + sci-chemistry/freeon-9999: Cleanup of ebuild. + *freeon-1.0.8-r1 (10 Nov 2013) 10 Nov 2013; Nicolas Bock +freeon-1.0.8-r1.ebuild: diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild index a151b33..a71b95e 100644 --- a/sci-chemistry/freeon/freeon-9999.ebuild +++ b/sci-chemistry/freeon/freeon-9999.ebuild @@ -19,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh" LICENSE="GPL-3" SLOT="live" KEYWORDS="~amd64 ~x86" -IUSE="standalone-BCSR static-libs" +IUSE="" RDEPEND=" sci-libs/hdf5 @@ -30,7 +30,7 @@ DEPEND="${DEPEND} src_configure() { local myeconfargs=( - $(use_enable standalone-BCSR) + "--enable-git-tag" ) autotools-utils_src_configure }