From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- sci-chemistry/pymol-plugins-dssp/Manifest | 3 -- sci-chemistry/pymol-plugins-dssp/metadata.xml | 8 ----- .../pymol-plugins-dssp-110430-r1.ebuild | 39 ---------------------- 3 files changed, 50 deletions(-) delete mode 100644 sci-chemistry/pymol-plugins-dssp/Manifest delete mode 100644 sci-chemistry/pymol-plugins-dssp/metadata.xml delete mode 100644 sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild (limited to 'sci-chemistry/pymol-plugins-dssp') diff --git a/sci-chemistry/pymol-plugins-dssp/Manifest b/sci-chemistry/pymol-plugins-dssp/Manifest deleted file mode 100644 index 3c9bf42c8721..000000000000 --- a/sci-chemistry/pymol-plugins-dssp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pymol-plugins-dssp-110430.py.xz 6836 BLAKE2B d8a58d1ad85aaa45acdcac40d022bac8035baf9c95c05e2cd6abb1dd82f1cd390515e04b4c65ff96902655a366ca2e4eab8e86060dffb27ea146298f827fbd7c SHA512 521e0a32ca6d2c8c21c690815b0654bb44303bd7fb9a1eb76227030b2ad7311fadb0d748e49b8bbc16cd5e69acba375b5353de7bffef1ff69686e62021fe64f4 -EBUILD pymol-plugins-dssp-110430-r1.ebuild 885 BLAKE2B db52dd99fc40b04a8a832a4c565e450f35d098120546dabbf53a5e307233664e619ad988eba51c4f7b9b8a06714be96742446b63e28014fdb3098db1f87133bb SHA512 617949f73a08f3b53ceecbce15669202e935c18e4b052092a810b644c9d11e9b5cbf0663c4c830895d0f19c55d34a55c2e1bcf405d3ec0d1e4ec29c8a56c642c -MISC metadata.xml 271 BLAKE2B a446884cbe7a6789e0bcd82759f57bf1ab7b29c5ab714057ffa821c90f799d1fa9f9310c187ee4c3a8ae2476f6ea9d15f368045779f1581e68d02802c61c884c SHA512 3e6e6047a29e07123b81279cae1de17bc4bd4c3d7d8a8d26560114a18185f473d038fc220fa81c7213fa203ce197bad8b1c272d9b7e41cd770a953fa6308ff92 diff --git a/sci-chemistry/pymol-plugins-dssp/metadata.xml b/sci-chemistry/pymol-plugins-dssp/metadata.xml deleted file mode 100644 index 8937bad0b175..000000000000 --- a/sci-chemistry/pymol-plugins-dssp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - diff --git a/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild b/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild deleted file mode 100644 index 11269a75591f..000000000000 --- a/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-r1 - -DESCRIPTION="DSSP Plugin for PyMOL" -HOMEPAGE="http://www.biotec.tu-dresden.de/~hongboz/dssp_pymol/dssp_pymol.html" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.py.xz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD pymol" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - sci-chemistry/dssp - sci-biology/stride - sci-chemistry/pymol[${PYTHON_USEDEP}]" - -S="${WORKDIR}" - -src_prepare() { - sed \ - -e "s:GENTOO_DSSP:${EPREFIX}/usr/bin/dssp:g" \ - -e "s:GENTOO_STRIDE:${EPREFIX}/usr/bin/stride:g" \ - -i ${P}.py || die -} - -src_install() { - python_moduleinto pmg_tk/startup - python_foreach_impl python_domodule ${P}.py - python_foreach_impl python_optimize -} -- cgit v1.2.3