summaryrefslogtreecommitdiff
path: root/sci-chemistry/pymol-plugins-psico
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sci-chemistry/pymol-plugins-psico
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sci-chemistry/pymol-plugins-psico')
-rw-r--r--sci-chemistry/pymol-plugins-psico/Manifest3
-rw-r--r--sci-chemistry/pymol-plugins-psico/metadata.xml11
-rw-r--r--sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.1-r1.ebuild41
3 files changed, 0 insertions, 55 deletions
diff --git a/sci-chemistry/pymol-plugins-psico/Manifest b/sci-chemistry/pymol-plugins-psico/Manifest
deleted file mode 100644
index 80c9aafbaa8f..000000000000
--- a/sci-chemistry/pymol-plugins-psico/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pymol-plugins-psico-3.1.tar.gz 76136 BLAKE2B d1218b0d9da9326a47fb5e0d6268c43ee2d6266066260b83686aa664c500609fb87d61886a83d46a59a2270c3671cfdb7e2f3f761f7898b52932d5f92b2b4b31 SHA512 b0f57049ea6fc290a5abd48e0c98d4fda3c3f947898597b80e11cb3ab9ac14038aade0a016b21a525bf0ab4cf68e3be35c64b8ec34422268058414c20a755b0e
-EBUILD pymol-plugins-psico-3.1-r1.ebuild 982 BLAKE2B 9a95ce4fc98f64a72f8ada9630597aa37931dbcbd33b163bd1e2a40964e2c8de753378a5650d5a2e04f54ddafbc808709269608d924a923cd2185ad30c4ba529 SHA512 33c405c0e95a1f040c58c8ed68d314dd6fee488fd92a5acf45014c692a0fe5d2168f46799a918683543e2e285e6c0decd9b94daf26aee1d98bc3f15a6841bb5a
-MISC metadata.xml 359 BLAKE2B 209861a26fe54237d677fedc834fa833880ec97916f743df270b4e3a9e851f1233dd51756133a083cbd455bb4f682c63fb3c245ee5e934ef9f6278e74cb9de46 SHA512 1c94755813187e50e66f575868d2deabf6448e39bc6829ecdb60a29a4de5a37c58d28bdc7b21551f906101469614b2672949658220e5edea0fc4f10bad8d4116
diff --git a/sci-chemistry/pymol-plugins-psico/metadata.xml b/sci-chemistry/pymol-plugins-psico/metadata.xml
deleted file mode 100644
index 29f0c024a2f1..000000000000
--- a/sci-chemistry/pymol-plugins-psico/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">speleo3/pymol-psico</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.1-r1.ebuild b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.1-r1.ebuild
deleted file mode 100644
index 0fca945ebee8..000000000000
--- a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-3.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Pymol ScrIpt COllection"
-HOMEPAGE="https://github.com/speleo3/pymol-psico/"
-SRC_URI="https://github.com/speleo3/pymol-psico/tarball/${PV} -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD-2"
-IUSE="minimal"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-biology/biopython[${PYTHON_USEDEP}]
- sci-libs/mmtk[${PYTHON_USEDEP}]
- sci-chemistry/pymol[${PYTHON_USEDEP}]
- !minimal? (
- media-libs/qhull
- media-video/mplayer
- sci-biology/stride
- sci-chemistry/dssp
- sci-chemistry/mm-align
- sci-chemistry/pdbmat
- sci-chemistry/theseus
- sci-chemistry/tm-align
- sci-mathematics/diagrtb
- )"
-
-pkg_postinst() {
- if ! use minimal; then
- elog "For full functionality you need to get DynDom from"
- elog "http://fizz.cmp.uea.ac.uk/dyndom/dyndomMain.do"
- fi
-}