From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51FAC138334 for ; Sun, 15 Jul 2018 21:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C598E07E2; Sun, 15 Jul 2018 21:39:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4BE9E07E2 for ; Sun, 15 Jul 2018 21:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7F5B335C94 for ; Sun, 15 Jul 2018 21:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF04F35E for ; Sun, 15 Jul 2018 21:39:08 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1531690700.e35f966afb138fd76c1d49add181c5ee5f45e524.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso++/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/espresso++/Manifest sci-physics/espresso++/espresso++-2.0.ebuild sci-physics/espresso++/espresso++-9999.ebuild X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e35f966afb138fd76c1d49add181c5ee5f45e524 X-VCS-Branch: master Date: Sun, 15 Jul 2018 21:39:08 +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: 7dff2e31-b5c6-4991-9cca-8e59215f03f9 X-Archives-Hash: 20be5e8cfd0bc8c16d56cc1f30d51147 commit: e35f966afb138fd76c1d49add181c5ee5f45e524 Author: Christoph Junghans gentoo org> AuthorDate: Sun Jul 15 21:38:20 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Jul 15 21:38:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35f966a sci-physics/espresso++: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-physics/espresso++/Manifest | 1 + .../espresso++/{espresso++-9999.ebuild => espresso++-2.0.ebuild} | 6 ++++-- sci-physics/espresso++/espresso++-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sci-physics/espresso++/Manifest b/sci-physics/espresso++/Manifest index b41cf6edbb1..06b0cbcf75d 100644 --- a/sci-physics/espresso++/Manifest +++ b/sci-physics/espresso++/Manifest @@ -1 +1,2 @@ DIST espresso++-1.9.4.tar.gz 23954404 BLAKE2B b2bb7940db21acb64771fc387d22cec49fc39bae58b9d4ff683eccdbba63981e7ba5c6d64ce938f53e125e74db0423d40ac3c60e33a5589b64a20527437027c6 SHA512 0b5c8ad81c1d6b742909533c58cd791f1702270778f6f140e84108f0da8313418f7fa39d83de2e24f8308e887a1c41d2fcdd0a33ef505d08244a235f95fe611d +DIST espresso++-2.0.tar.gz 26352105 BLAKE2B 1e35f20a781be36b15a587adcfbe461ea2eaaa2be5fffb86906283b1b7327596e94a5c33f4dcb41288fa7d1262ede1655192652d8eb80f8f866d25e5a4ec654c SHA512 97c7fb45091d09c1b131b462b010d7e082589ae1746dd9fedfd6affdbcdd384d5c9beaeaec3e08cec88750d0a1db8a1f8e68adb01f45dd8b92a1cb34c69386dc diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-2.0.ebuild similarity index 91% copy from sci-physics/espresso++/espresso++-9999.ebuild copy to sci-physics/espresso++/espresso++-2.0.ebuild index 2f9ecca51ed..3bae0551d9b 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,9 +30,11 @@ RDEPEND="${PYTHON_DEPS} virtual/mpi dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}] sci-libs/fftw:3.0 - dev-python/mpi4py[${PYTHON_USEDEP}]" + >=dev-python/mpi4py-2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +S="${WORKDIR}/${MY_PN}-${PV}" + src_configure() { src_configure_internal() { local mycmakeargs=( diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild index 2f9ecca51ed..3bae0551d9b 100644 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ b/sci-physics/espresso++/espresso++-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,9 +30,11 @@ RDEPEND="${PYTHON_DEPS} virtual/mpi dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}] sci-libs/fftw:3.0 - dev-python/mpi4py[${PYTHON_USEDEP}]" + >=dev-python/mpi4py-2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +S="${WORKDIR}/${MY_PN}-${PV}" + src_configure() { src_configure_internal() { local mycmakeargs=(