summaryrefslogtreecommitdiff
path: root/sci-chemistry/pymol-plugins-caver
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /sci-chemistry/pymol-plugins-caver
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'sci-chemistry/pymol-plugins-caver')
-rw-r--r--sci-chemistry/pymol-plugins-caver/Manifest3
-rw-r--r--sci-chemistry/pymol-plugins-caver/metadata.xml8
-rw-r--r--sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild56
3 files changed, 0 insertions, 67 deletions
diff --git a/sci-chemistry/pymol-plugins-caver/Manifest b/sci-chemistry/pymol-plugins-caver/Manifest
deleted file mode 100644
index 9b6a67eb2228..000000000000
--- a/sci-chemistry/pymol-plugins-caver/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Caver2_1_2_pymol_plugin.zip 5698331 BLAKE2B e1accfaea6faf1e8c545b88c965228ccb62710d4015ff681506971feba6bd18a4a8b0b6e6caf621c99830ba529a6ec17873cdd3d5e52ad6dc6f67d9457e4eb87 SHA512 9d28e059bb20f30cf6a0d25ed2eb080dcf9dbb753e9d4578d95e293b31c5cf5fe23d5177dccdb79c192ab3e65bb484b6eb22b26c267637b125404f871e01a52c
-EBUILD pymol-plugins-caver-2.1.2.ebuild 1307 BLAKE2B 72eb31fe4fecbbe94d79c7aac5494e46f998746ebaa6d39f90f3355aab61587c893dd468f5a51a5f397f4991dd9814cbe7d6b3f4e1ae8690466aef1947c59c2c SHA512 0bdee2ba446432beed93bdd7625061edc50560b5b9947cf1a65c88531c42ddcba501d5580c1edc86ed62a3ec503510a59ca58b7b12a72e1e9b69026738b7c927
-MISC metadata.xml 271 BLAKE2B a446884cbe7a6789e0bcd82759f57bf1ab7b29c5ab714057ffa821c90f799d1fa9f9310c187ee4c3a8ae2476f6ea9d15f368045779f1581e68d02802c61c884c SHA512 3e6e6047a29e07123b81279cae1de17bc4bd4c3d7d8a8d26560114a18185f473d038fc220fa81c7213fa203ce197bad8b1c272d9b7e41cd770a953fa6308ff92
diff --git a/sci-chemistry/pymol-plugins-caver/metadata.xml b/sci-chemistry/pymol-plugins-caver/metadata.xml
deleted file mode 100644
index 8937bad0b175..000000000000
--- a/sci-chemistry/pymol-plugins-caver/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild
deleted file mode 100644
index e189f885dcc5..000000000000
--- a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-r1 eutils versionator java-utils-2
-
-MY_PV="$(replace_all_version_separators _)"
-MY_P="Caver${MY_PV}_pymol_plugin"
-
-DESCRIPTION="Calculation of pathways of proteins from buried cavities to outside solvent"
-HOMEPAGE="http://loschmidt.chemi.muni.cz/caver/"
-SRC_URI="${MY_P}.zip"
-
-LICENSE="CAVER"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- >=virtual/jre-1.6
- sci-chemistry/pymol[${PYTHON_USEDEP}]
- ${PYTHON_DEPS}"
-DEPEND="app-arch/unzip
- ${PYTHON_DEPS}"
-
-RESTRICT="bindist fetch"
-
-S="${WORKDIR}/${MY_P}"/linux_mac
-
-pkg_nofetch() {
- elog "Download ${A}"
- elog "from ${HOMEPAGE}. This requires registration."
- elog "Place tarballs into your DISTDIR directory."
-}
-
-src_install() {
- java-pkg_dojar Caver${MY_PV}/*.jar
-
- java-pkg_jarinto /usr/share/${PN}/lib/lib/
- java-pkg_dojar Caver${MY_PV}/lib/*.jar
-
- installation() {
- sed \
- -e "s:directory/where/jar/with/plugin/is/located:${EPREFIX}/usr/share/${PN}/lib/:g" \
- -i Caver${MY_PV}.py || die
-
- python_moduleinto pmg_tk/startup/
- python_domodule Caver${MY_PV}.py
- python_optimize
- }
- python_foreach_impl installation
-}