commit: 5e8af000be42be0467928abc5a23fe7d1d2d9f38 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Mon Jul 18 02:47:18 2016 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 02:47:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8af000
sci-physics/espresso++: remove old Package-Manager: portage-2.2.28 sci-physics/espresso++/Manifest | 1 - sci-physics/espresso++/espresso++-1.9.2.ebuild | 50 -------------------------- 2 files changed, 51 deletions(-) diff --git a/sci-physics/espresso++/Manifest b/sci-physics/espresso++/Manifest index 36c233b..7f1b5b2 100644 --- a/sci-physics/espresso++/Manifest +++ b/sci-physics/espresso++/Manifest @@ -1,2 +1 @@ -DIST espresso++-1.9.2.tar.bz2 14696734 SHA256 7bdcf502661809dc39a18b3f7fa0b0799adbf801ddb6681a197ab1bd9c7915b0 SHA512 2fffd30c24e12c079e5d3c9c98464db7add21b67e848104dc6f3952635595e4108a4d27dd5a852775cb0515e58be7a302602b34fb51dd67dff8f8677d2abb1fc WHIRLPOOL 0fe4ea6f452dd93861a3e04469b5ee8b37c55ccf4523e6ae575b99b3223f861e8e78675a3ef74ba5a3cfe3c9a039453f1eadea4fc99e339db54ac1e1304493b7 DIST espresso++-1.9.3.tar.bz2 14714575 SHA256 602541c9e5889aeff30462f252fa5f2af7d818808ce946d11ee33500f4f2c959 SHA512 0ac90c6b09da0e7503e83cff8180373249760206fc0035b72868376abbd4a0d9121e7c92ae286493230af2080221464fc0f9428ed78101bde32eb926f07bb010 WHIRLPOOL f9fb22f4d113a47eee1d9203d4dabf5f5cef3347d7c17583459a69a6bee7392675a0f5ebab09315c4a740dba2fb412c13f3cb74ba3e8d0c99f51f62452af28e8 diff --git a/sci-physics/espresso++/espresso++-1.9.2.ebuild b/sci-physics/espresso++/espresso++-1.9.2.ebuild deleted file mode 100644 index 2e7fd39..0000000 --- a/sci-physics/espresso++/espresso++-1.9.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 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 multilib python-single-r1 - -DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research" -HOMEPAGE="https://www.espresso-pp.de" - -if [[ ${PV} = 9999 ]]; then - EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}" - EHG_REVISION="default" - inherit mercurial - KEYWORDS= -else - inherit vcs-snapshot - #SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz" - SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -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}" - -DOCS=( AUTHORS NEWS README ) - -src_configure() { - mycmakeargs=( - -DEXTERNAL_BOOST=ON - -DEXTERNAL_MPI4PY=ON - -DLIB="$(get_libdir)" - -DWITH_RC_FILES=OFF - ) - cmake-utils_src_configure -}
