aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-26 21:59:56 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-26 21:59:56 +0000
commit7ca6bd50be8603a79a15c575669a7fb7e04732fb (patch)
treed569ba5c5548ec29ec688fc1c58a4df33c2c909c /sci-chemistry/mgltools-molkit
parentsci-libs/gotoblas2: drop dead package (diff)
downloadsci-7ca6bd50be8603a79a15c575669a7fb7e04732fb.tar.gz
sci-7ca6bd50be8603a79a15c575669a7fb7e04732fb.tar.bz2
sci-7ca6bd50be8603a79a15c575669a7fb7e04732fb.zip
sci-chemistry/mgltools-*: drop all subpackages
debating if i should keep the top one Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-chemistry/mgltools-molkit')
-rw-r--r--sci-chemistry/mgltools-molkit/Manifest1
-rw-r--r--sci-chemistry/mgltools-molkit/metadata.xml8
-rw-r--r--sci-chemistry/mgltools-molkit/mgltools-molkit-1.5.6.ebuild44
3 files changed, 0 insertions, 53 deletions
diff --git a/sci-chemistry/mgltools-molkit/Manifest b/sci-chemistry/mgltools-molkit/Manifest
deleted file mode 100644
index 366b14ae4..000000000
--- a/sci-chemistry/mgltools-molkit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mgltools_source_1.5.6.tar.gz 40275811 BLAKE2B 98a2d71f33fc92233f1082637b54d63a180b6cf1fa8cc052cb497380ba1ea4c8bb1af023d492acfcbf11e23c33f4af7d297eada113838cb6f0133a55684546f3 SHA512 4ed956197f08b7c3779f0bb39393b40cdaff3461071b48815200c6ad0dce2de87375cda96fe20d3ace4ab81ba6b8cdb50b58d82f5e5b54fe2c7751201ff2f63e
diff --git a/sci-chemistry/mgltools-molkit/metadata.xml b/sci-chemistry/mgltools-molkit/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/mgltools-molkit/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/mgltools-molkit/mgltools-molkit-1.5.6.ebuild b/sci-chemistry/mgltools-molkit/mgltools-molkit-1.5.6.ebuild
deleted file mode 100644
index dd79cf6ef..000000000
--- a/sci-chemistry/mgltools-molkit/mgltools-molkit-1.5.6.ebuild
+++ /dev/null
@@ -1,44 +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 eutils
-
-MY_PN="MolKit"
-MY_P="${MY_PN}-${PV/_rc3/}"
-
-DESCRIPTION="MGLTools Plugin -- MolKit"
-HOMEPAGE="http://mgltools.scripps.edu"
-SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sci-chemistry/pdb2pqr"
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-S="${WORKDIR}"/${MY_P}
-
-DOCS=( MolKit/RELNOTES )
-
-src_unpack() {
- tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
- tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz || die
-}
-
-python_prepare_all() {
- ecvs_clean
- find "${S}" -name LICENSE -type f -delete || die
-
- sed \
- -e 's:^.*CVS:#&1:g' \
- -e 's:^.*LICENSE:#&1:g' \
- -i "${S}"/MANIFEST.in || die
- distutils-r1_python_prepare_all
-}