diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 10:31:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-04-15 10:31:19 +0300 |
commit | 75c9c71805f8564d1aecc61bdbef54ace5261038 (patch) | |
tree | df30c9a2573bba2e067e0d5a25bcd507681bbe1f /sci-chemistry | |
parent | sci-chemistry/prody: remove last rited package (diff) | |
download | gentoo-75c9c71805f8564d1aecc61bdbef54ace5261038.tar.gz gentoo-75c9c71805f8564d1aecc61bdbef54ace5261038.tar.bz2 gentoo-75c9c71805f8564d1aecc61bdbef54ace5261038.zip |
sci-chemistry/pymol-plugins-dynamics: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-chemistry')
4 files changed, 0 insertions, 87 deletions
diff --git a/sci-chemistry/pymol-plugins-dynamics/Manifest b/sci-chemistry/pymol-plugins-dynamics/Manifest deleted file mode 100644 index ea60811a63b5..000000000000 --- a/sci-chemistry/pymol-plugins-dynamics/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pymol-plugins-dynamics-2.0.7.tar.gz 822680 BLAKE2B 3c8b3418dff65d9cad4f632b5062f13626bdf267190a9b11a96d63fec345532eed4d54014f5caf2c62a7d6e86705fb667f42bba378aa8ba0dab19c6bcd212984 SHA512 0d57e3e90a86a59cb96b11371ff1227b2b3e8f5b82cce713f4a855d6e7f5a10524508d4cb4dad7d9f77562fc1753b1af3c9240d4333e0189dabeef07c40d78a1 -DIST pymol-plugins-dynamics-2.1.1.tar.gz 816623 BLAKE2B bd065b176f3f779962c4f48e715a74afefbac2ee6dd31bb9f52208fae171f16847ff70692a7df3739dbaa23be215f73e4fe265328b05c4fb3dd598def48c9ff1 SHA512 e872c131e7d4ae37bd0e33e56d5d51e83ad732a125a46802ad9fa08648906d49de166bf75fbeca1431726aa9df781671c29578a799f580a94dc1fd89fb398b3c diff --git a/sci-chemistry/pymol-plugins-dynamics/metadata.xml b/sci-chemistry/pymol-plugins-dynamics/metadata.xml deleted file mode 100644 index d0be20ea989c..000000000000 --- a/sci-chemistry/pymol-plugins-dynamics/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="github">tomaszmakarewicz/Dynamics</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild deleted file mode 100644 index a860012cf6ff..000000000000 --- a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 - -MY_PN="Dynamics" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Molecular dynamics in Pymol" -HOMEPAGE="https://github.com/tomaszmakarewicz/Dynamics" -SRC_URI="https://github.com/tomaszmakarewicz/Dynamics/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - sci-chemistry/prody[${PYTHON_USEDEP}] - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${MY_P} - -DOCS=( manual.odt ) - -src_install() { - python_moduleinto pmg_tk/startup - python_foreach_impl python_domodule pymol_plugin_dynamics.py -} diff --git a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.1.1.ebuild b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.1.1.ebuild deleted file mode 100644 index a860012cf6ff..000000000000 --- a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 - -MY_PN="Dynamics" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Molecular dynamics in Pymol" -HOMEPAGE="https://github.com/tomaszmakarewicz/Dynamics" -SRC_URI="https://github.com/tomaszmakarewicz/Dynamics/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - sci-chemistry/prody[${PYTHON_USEDEP}] - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${MY_P} - -DOCS=( manual.odt ) - -src_install() { - python_moduleinto pmg_tk/startup - python_foreach_impl python_domodule pymol_plugin_dynamics.py -} |