summaryrefslogtreecommitdiff
path: root/sci-chemistry/p3d
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/p3d
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'sci-chemistry/p3d')
-rw-r--r--sci-chemistry/p3d/Manifest4
-rw-r--r--sci-chemistry/p3d/metadata.xml21
-rw-r--r--sci-chemistry/p3d/p3d-0.4.3-r1.ebuild29
-rw-r--r--sci-chemistry/p3d/p3d-9999.ebuild27
4 files changed, 0 insertions, 81 deletions
diff --git a/sci-chemistry/p3d/Manifest b/sci-chemistry/p3d/Manifest
deleted file mode 100644
index 8edb957e6d33..000000000000
--- a/sci-chemistry/p3d/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST p3d-0.4.3.tar.gz 7213577 BLAKE2B b614957be16ede7567bd6412d183b3cb79638a5033672afd725cafaf393e306d5d227e1bca444ea17d60a3cd3bb5d3b2c910f2bfc68a118d3bffcd29944b4c29 SHA512 b4cf472b849ece96fe0b2b7f633c496fe3d12bf8cb82a2af10180ce5c27c5465dd0c16cb912d22c56c933b68c06e7de28c0c640da29eaa6bc6f95009bf10277f
-EBUILD p3d-0.4.3-r1.ebuild 649 BLAKE2B 9d2730c029ad4a75ed58af5cec21bc050e482064e915c2da565cc5c0035d562ba38b121f43731a28a42d49dfc81fd43b0996698d2e457d16da2872d9cd01b6cd SHA512 e979d59ce970454ef0f8de72bb616b658b489c657bcc3077c2002b6389d00ff4515128da8f549eee5c2ed345d3e229f36de8ff5002e3a21ee5c744d63042295a
-EBUILD p3d-9999.ebuild 521 BLAKE2B 4d493463768caa477059286c3d14584d5ba779e7b88dd98125db6e96c0ef658cc3ca4aeae67103f9366a80e055dcfdfed1764d1281777b3e2922916c30a21002 SHA512 0484f573edd3b3df049d884f387e9d062bc6590a228ec70c88c99c70e72f24d94d29d53c5f5cfd0a71e1669590c3c1810eda4a5e9a62c218e1df808c863d2d9a
-MISC metadata.xml 1151 BLAKE2B db264a2a0e24aedec15301bb5a6bfe6b83d815e5dc146ccdbcc427d97c0b78ba98050bbc06d230988e1643be858a56469271b92b118bea373a7e284a54f18fb0 SHA512 322b35766a1e71129165a8559fe3caac109dfa85be2b0fa630fa249b28cf603e86f152c47835020ff1f5f0d12b7cbbff8758c08248522a7d2b1188812ec99722
diff --git a/sci-chemistry/p3d/metadata.xml b/sci-chemistry/p3d/metadata.xml
deleted file mode 100644
index bd505aa96a4e..000000000000
--- a/sci-chemistry/p3d/metadata.xml
+++ /dev/null
@@ -1,21 +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>
- <longdescription>
-p3d was developed in order to offer a Python module that is powerful and fast,
-yet intuitive to use. The simplicity of p3d is due to the usage of object
-oriented programming (i.e. atoms are treated as vectors), the implementation
-of a query parser that translates queries readable by humans into a combination
-of algebra set operations the fact that no additional Python packages are
-necessary. The speed is due to the usage of a binary space partitioning (BSP)
-tree which allows very fast queries in 3D (Henry et al. 1980). The additional
-synergy is obtained by the flexible combination of both speed and complexity in
-the queries to the structural data. The combination of these factors makes p3d
-the optimal module to rapidly develop new and powerful bioinformatic tools that
-follow the Python philosophy of making the source code readable.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild b/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild
deleted file mode 100644
index 04d5f49cf7b2..000000000000
--- a/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,29 +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 distutils-r1 vcs-snapshot versionator
-
-MY_P="${PN}-$(replace_version_separator 3 -)"
-GITHUB_ID="gb8b9a75"
-
-DESCRIPTION="Python module for structural bioinformatics"
-HOMEPAGE="http://p3d.fufezan.net/"
-SRC_URI="https://nodeload.github.com/fu/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="examples"
-
-src_install() {
- distutils-r1_src_install
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r pdbs exampleScripts
- fi
-}
diff --git a/sci-chemistry/p3d/p3d-9999.ebuild b/sci-chemistry/p3d/p3d-9999.ebuild
deleted file mode 100644
index 5dd3fdc9a942..000000000000
--- a/sci-chemistry/p3d/p3d-9999.ebuild
+++ /dev/null
@@ -1,27 +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 distutils-r1 git-r3 versionator
-
-DESCRIPTION="Python module for structural bioinformatics"
-HOMEPAGE="http://p3d.fufezan.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/fu/p3d.git"
-
-SLOT="0"
-KEYWORDS=""
-LICENSE="GPL-3"
-IUSE="examples"
-
-src_install() {
- distutils-r1_src_install
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r pdbs exampleScripts
- fi
-}