diff options
-rw-r--r-- | sci-libs/mmtk/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/mmtk/mmtk-2.7.3.ebuild | 57 | ||||
-rw-r--r-- | sci-libs/mmtk/mmtk-2.7.5.ebuild | 57 |
3 files changed, 0 insertions, 116 deletions
diff --git a/sci-libs/mmtk/Manifest b/sci-libs/mmtk/Manifest index 10b4b1c32654..6d5fe345904e 100644 --- a/sci-libs/mmtk/Manifest +++ b/sci-libs/mmtk/Manifest @@ -1,3 +1 @@ -DIST MMTK-2.7.3.tar.gz 1489962 SHA256 3162a05a8ad6d705780c3274bacb2ba99838463009c3b27a1132184229d48e96 SHA512 da5cb8cc4e325cbb1de66c1efae66d30111a3bf2099a5bdba191bde83c193344c1b77743135dbb3e73dae799580f1a419c90e6fc76d93171a27dbbc49c902b3c WHIRLPOOL 903c3e049eff0ee12fce9e028b2107b338d72316a3ce2ec17b3a370efba22ba94ec87528cfdbed0fa0eb07090d6d8d7027e484bd8fa9c82f364295b159bd6836 -DIST MMTK-2.7.5.tar.gz 1269533 SHA256 34cb5636643805d52903a58a96215bf81b3229bfb34cac754a3d715aadad3dfe SHA512 f2268da1008704d3fe6ca2896abfd487eebe9c5c3e37f18fe44283040097a7f508ca9a26b84e3196952762e7fb7c22dcaa1b8119ae4640048c7104eb54c94c14 WHIRLPOOL ebe10f28d89a3f94ea1392cbe4746ebd66ff3f6e9aa2bec49089b4dece38cb2b5c1a8eb6fa9a1eae7ac265e6eb0a1b1d7bc3db2599301a4257c197db0ecc8864 DIST MMTK-2.7.9.tar.gz 1213599 SHA256 8c53acc12428ca6464e6b7e11fb1587200e16f8a5c92eb56e48ece387b6977ed SHA512 66819048aec4d8bdd370bb063f702c828145ecc9b7cb3247fcdd067486c78e00110a4e316f5c76df0b57a7885e05c347fa1616944daabfaa6d8b35933a79a7d8 WHIRLPOOL 765c9407df5dfa48891cd8b29f0e53196ca8ae20e536bb78b65458832aa342d21d84ef30b4d26c5a25c24126b65fe428f3129942435f6035931b921f1b0ba4d1 diff --git a/sci-libs/mmtk/mmtk-2.7.3.ebuild b/sci-libs/mmtk/mmtk-2.7.3.ebuild deleted file mode 100644 index b3d6f95ad9d5..000000000000 --- a/sci-libs/mmtk/mmtk-2.7.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -inherit distutils - -# This number identifies each release on the CRU website. -# Can't figure out how to avoid hardcoding it. -NUMBER="3421" - -MY_PN=${PN/mmtk/MMTK} -MY_P=${MY_PN}-${PV} - -PYTHON_MODNAME="${MY_PN}" - -DESCRIPTION="Molecular Modeling ToolKit for Python" -HOMEPAGE="http://dirac.cnrs-orleans.fr/MMTK/" -SRC_URI="http://sourcesup.cru.fr/frs/download.php/${NUMBER}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="CeCILL-2" -KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=" - dev-python/cython - <dev-python/numpy-1.9 - dev-python/scientificpython" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - export MMTK_USE_CYTHON="1" - sed -i -e "/ext_package/d" \ - "${S}"/setup.py \ - || die - distutils_src_prepare -} - -src_install() { - distutils_src_install - - dodoc README* Doc/CHANGELOG - dohtml -r Doc/HTML/* - - if use examples; then - insinto /usr/share/${P} - doins -r Examples - fi -} diff --git a/sci-libs/mmtk/mmtk-2.7.5.ebuild b/sci-libs/mmtk/mmtk-2.7.5.ebuild deleted file mode 100644 index f8128f575760..000000000000 --- a/sci-libs/mmtk/mmtk-2.7.5.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" - -inherit distutils - -# This number identifies each release on the CRU website. -# Can't figure out how to avoid hardcoding it. -NUMBER="3794" - -MY_PN=${PN/mmtk/MMTK} -MY_P=${MY_PN}-${PV} - -PYTHON_MODNAME="${MY_PN}" - -DESCRIPTION="Molecular Modeling ToolKit for Python" -HOMEPAGE="http://dirac.cnrs-orleans.fr/MMTK/" -SRC_URI="http://sourcesup.cru.fr/frs/download.php/${NUMBER}/${MY_P}.tar.gz" - -SLOT="0" -LICENSE="CeCILL-2" -KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=" - dev-python/cython - <dev-python/numpy-1.9 - dev-python/scientificpython" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - export MMTK_USE_CYTHON="1" - sed -i -e "/ext_package/d" \ - "${S}"/setup.py \ - || die - distutils_src_prepare -} - -src_install() { - distutils_src_install - - dodoc README* Doc/CHANGELOG - dohtml -r Doc/HTML/* - - if use examples; then - insinto /usr/share/${P} - doins -r Examples - fi -} |