summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 12:01:49 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 12:19:56 +0100
commitab797c2d2a3444ec63a8d23dea23057bd35d5300 (patch)
tree511aadcbe762b2c0b2d54766133b3a5317eb48e9
parentsci-chemistry/pymol-plugins-dssp: Drop old (diff)
downloadgentoo-ab797c2d2a3444ec63a8d23dea23057bd35d5300.tar.gz
gentoo-ab797c2d2a3444ec63a8d23dea23057bd35d5300.tar.bz2
gentoo-ab797c2d2a3444ec63a8d23dea23057bd35d5300.zip
sci-chemistry/pymol-plugins-msms: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild
deleted file mode 100644
index e226003f8560..000000000000
--- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit eutils python
-
-DESCRIPTION="GUI for MSMS and displaying its results in PyMOL"
-HOMEPAGE="http://www.biotec.tu-dresden.de/~hongboz/msms_pymol/msms_pymol.html"
-SRC_URI="http://www.biotec.tu-dresden.de/~hongboz/msms_pymol/pymol_script/msms_pymol.py -> ${P}.py"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD pymol"
-IUSE=""
-
-RDEPEND="
- sci-chemistry/msms-bin
- sci-chemistry/pymol"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- mkdir "${S}"
- cp "${DISTDIR}"/${A} "${S}/"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-msms.patch
- sed \
- -e "s:GENTOOMSMS:${EPREFIX}/opt/bin/msms:g" \
- -e "s:GENTOOXYZRN:${EPREFIX}/usr/bin/pdb_to_xyzrn:g" \
- -i ${A} || die
-}
-
-src_install() {
- installation() {
- insinto $(python_get_sitedir)/pmg_tk/startup
- doins ${P}.py
- }
- python_execute_function installation
-}
-
-pkg_postinst() {
- python_mod_optimize pmg_tk/startup/${P}.py
-}
-
-pkg_postrm() {
- python_mod_cleanup pmg_tk/startup/${P}.py
-}