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 D2146138D0E for ; Fri, 10 Jul 2015 04:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870F71402B; Fri, 10 Jul 2015 03:59:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D8BF14013 for ; Fri, 10 Jul 2015 03:59:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47203340973 for ; Fri, 10 Jul 2015 03:59:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D0F0743 for ; Fri, 10 Jul 2015 03:59:43 +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: <1435936954.a54c1f382fcfa7efa82231aef8545fcb6e2af72e.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/dealii/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/dealii/ChangeLog sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: a54c1f382fcfa7efa82231aef8545fcb6e2af72e X-VCS-Branch: master Date: Fri, 10 Jul 2015 03:59:43 +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: 48838255-5471-4a9a-9682-6601c436be54 X-Archives-Hash: 4821cd10e627885a3fc161a77f6c4232 commit: a54c1f382fcfa7efa82231aef8545fcb6e2af72e Author: Matthias Maier gentoo org> AuthorDate: Fri Jul 3 15:22:34 2015 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Fri Jul 3 15:22:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a54c1f38 sci-libs/dealii - change the recorded version and soversion in the live build Package-Manager: portage-2.2.18 sci-libs/dealii/ChangeLog | 3 +++ sci-libs/dealii/dealii-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-libs/dealii/ChangeLog b/sci-libs/dealii/ChangeLog index c900cbe..33cdaaa 100644 --- a/sci-libs/dealii/ChangeLog +++ b/sci-libs/dealii/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Jul 2015; Matthias Maier dealii-9999.ebuild: + sci-libs/dealii - change the recorded version and soversion in the live build + 06 Jun 2015; Justin Lecher dealii-8.1.0-r2.ebuild, dealii-8.2.1-r1.ebuild, dealii-9999.ebuild: sci-libs/dealii: Add SLOT operators diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index c00c383..f2617a7 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -68,6 +68,7 @@ src_configure() { local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) local mycmakeargs=( + -DDEAL_II_PACKAGE_VERSION=9999 -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_BUNDLED=OFF -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF