summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-11-13 17:40:31 +0000
committerChristoph Junghans <ottxor@gentoo.org>2014-11-13 17:40:31 +0000
commitf93f059575d8bce47f69650eb914b38b5abcef9d (patch)
tree7d5663e405073ddf59e6fe5e44cc7b54ab243a1e /sci-physics/espresso++
parentStable on alpha, bug 488300 (diff)
downloadgentoo-2-f93f059575d8bce47f69650eb914b38b5abcef9d.tar.gz
gentoo-2-f93f059575d8bce47f69650eb914b38b5abcef9d.tar.bz2
gentoo-2-f93f059575d8bce47f69650eb914b38b5abcef9d.zip
remove old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-physics/espresso++')
-rw-r--r--sci-physics/espresso++/ChangeLog6
-rw-r--r--sci-physics/espresso++/espresso++-1.6.0.ebuild53
-rw-r--r--sci-physics/espresso++/espresso++-1.9.ebuild50
-rw-r--r--sci-physics/espresso++/metadata.xml3
4 files changed, 5 insertions, 107 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index c0ecd2f7aa39..86ff4fcf2cb6 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/espresso++
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.12 2014/11/13 17:36:43 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.13 2014/11/13 17:40:31 ottxor Exp $
+
+ 13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> -espresso++-1.6.0.ebuild,
+ -espresso++-1.9.ebuild, metadata.xml:
+ remove old
*espresso++-1.9.3 (13 Nov 2014)
diff --git a/sci-physics/espresso++/espresso++-1.6.0.ebuild b/sci-physics/espresso++/espresso++-1.6.0.ebuild
deleted file mode 100644
index 4725ba6afe6f..000000000000
--- a/sci-physics/espresso++/espresso++-1.6.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.3 2014/06/21 17:35:12 ottxor Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-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://hg.berlios.de/repos/espressopp"
- EHG_REVISION="default"
- inherit mercurial
-else
- SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
- S="${WORKDIR}/${PN//+/p}-${PV}"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
- PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
-fi
-
-CMAKE_REMOVE_MODULES_LIST="FindBoost FindMPI"
-
-EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
-EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
-EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
-LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
-SLOT="0"
-IUSE="-system-boost"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- virtual/mpi
- sci-libs/fftw:3.0
- system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-src_configure() {
- mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) -DLIB="$(get_libdir)" )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- rm "${ED}/usr/bin/ESPRC" || die
- rmdir "${ED}/usr/bin" || die
-}
diff --git a/sci-physics/espresso++/espresso++-1.9.ebuild b/sci-physics/espresso++/espresso++-1.9.ebuild
deleted file mode 100644
index 73d6e32180b5..000000000000
--- a/sci-physics/espresso++/espresso++-1.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.9.ebuild,v 1.1 2014/08/29 16:39:53 ottxor Exp $
-
-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
-}
diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
index 14341e73edbe..ee9feacef4f8 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -6,7 +6,4 @@
<email>ottxor@gentoo.org</email>
<name>Christoph Junghans</name>
</maintainer>
- <use>
- <flag name='system-boost'>Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
- </use>
</pkgmetadata>