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 B420A13832E for ; Mon, 18 Jul 2016 02:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D12B521C060; Mon, 18 Jul 2016 02:48:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79F6A21C060 for ; Mon, 18 Jul 2016 02:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69E013408CF for ; Mon, 18 Jul 2016 02:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA344E6B for ; Mon, 18 Jul 2016 02:48:36 +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: <1468810091.a42006d0bf91d14ed8006a3b6c5e99dffda1239e.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/espresso++/espresso++-9999.ebuild sci-physics/espresso++/metadata.xml X-VCS-Directories: sci-physics/espresso++/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: a42006d0bf91d14ed8006a3b6c5e99dffda1239e X-VCS-Branch: master Date: Mon, 18 Jul 2016 02:48:36 +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: 19691ae9-a544-4aed-83ea-d68ce3a2a1b3 X-Archives-Hash: 8333ccd74bc04d5498d1671207cf1920 commit: a42006d0bf91d14ed8006a3b6c5e99dffda1239e Author: Christoph Junghans gentoo org> AuthorDate: Mon Jul 18 02:48:11 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jul 18 02:48:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a42006d0 sci-physics/espresso++: moved to gx86 sci-physics/espresso++/espresso++-9999.ebuild | 46 --------------------------- sci-physics/espresso++/metadata.xml | 15 --------- 2 files changed, 61 deletions(-) diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild deleted file mode 100644 index b15d4f5..0000000 --- a/sci-physics/espresso++/espresso++-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -CMAKE_MAKEFILE_GENERATOR="ninja" - -inherit cmake-utils python-single-r1 - -DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research" -HOMEPAGE="https://www.espresso-pp.de" - -MY_PN="${PN//+/p}" -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git" - inherit git-r3 - KEYWORDS= -else - #SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz" - SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="test" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - virtual/mpi - dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}] - sci-libs/fftw:3.0 - dev-python/mpi4py" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DEXTERNAL_BOOST=ON - -DEXTERNAL_MPI4PY=ON - -DWITH_RC_FILES=OFF - ) - cmake-utils_src_configure -} diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml deleted file mode 100644 index 94152b1..0000000 --- a/sci-physics/espresso++/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - ottxor@gentoo.org - Christoph Junghans - - - sci-physics@gentoo.org - Gentoo Physics Project - - - espressopp/espressopp - -