sci-chemistry/pymol-plugins-dynamics: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:31:19 +0000 (10:31 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Mon, 15 Apr 2019 07:31:19 +0000 (10:31 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
sci-chemistry/pymol-plugins-dynamics/Manifest [deleted file]
sci-chemistry/pymol-plugins-dynamics/metadata.xml [deleted file]
sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.7.ebuild [deleted file]
sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.1.1.ebuild [deleted file]

diff --git a/sci-chemistry/pymol-plugins-dynamics/Manifest b/sci-chemistry/pymol-plugins-dynamics/Manifest
deleted file mode 100644 (file)
index ea60811..0000000
+++ /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 (file)
index d0be20e..0000000
+++ /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 (file)
index a860012..0000000
+++ /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 (file)
index a860012..0000000
+++ /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
-}