aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-28 04:56:24 -0400
committerHorea Christian <chr@chymera.eu>2020-09-28 04:56:24 -0400
commitde47c80e3cd1ec0b4f061a4e84c6ac6432f07320 (patch)
tree8a44f8b63f119b79fca7e789f7260959bfaf435f
parentsci-chemistry/shiftx2: removed discontinued package (diff)
downloadsci-de47c80e3cd1ec0b4f061a4e84c6ac6432f07320.tar.gz
sci-de47c80e3cd1ec0b4f061a4e84c6ac6432f07320.tar.bz2
sci-de47c80e3cd1ec0b4f061a4e84c6ac6432f07320.zip
sci-chemistry/xplor-nih: removed unmaintained package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--sci-chemistry/xplor-nih/Manifest2
-rw-r--r--sci-chemistry/xplor-nih/metadata.xml8
-rw-r--r--sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild53
3 files changed, 0 insertions, 63 deletions
diff --git a/sci-chemistry/xplor-nih/Manifest b/sci-chemistry/xplor-nih/Manifest
deleted file mode 100644
index 8239f141a..000000000
--- a/sci-chemistry/xplor-nih/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xplor-nih-2.38-Linux_x86_64.tar.gz 289483789 BLAKE2B e3cd0ac5a13ff9926d27697c44ebd8db459601891ec0392bb18f07aa59ff2e92604c710589c3bf452864474cbe627b5a63927aeafa3b141c80124dcfd03733aa SHA512 0da2df4dec086691ce75d0a2cc81e403c6ff06a360646fc53d71001dc3b976d43aa555b5e53e3f62f7ac0a6d5200c070c6f9f8fe3dafd611cd81739f6d12f530
-DIST xplor-nih-2.38-db.tar.gz 55856892 BLAKE2B c2882ee623634f9e446d61179565cb1c76d6c50ce680e9d797a01e287836f2d30cd0ac395e4f10e9c790714e6adba424a8aac9c169d7bd6736c06eabc63ba6be SHA512 d05001f0468126a8e65b4d234aeddefb87b41c743bcc04e27766224b16f8cd9f3cb85a7ae85f39787eaa0c9b792790b16fd3f7e1f108e81666dcf85034d76f33
diff --git a/sci-chemistry/xplor-nih/metadata.xml b/sci-chemistry/xplor-nih/metadata.xml
deleted file mode 100644
index b7595a302..000000000
--- a/sci-chemistry/xplor-nih/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="person">
- <email>jlec@gentoo.org</email>
- <name>Justin Lecher</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
deleted file mode 100644
index 57a727778..000000000
--- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
+++ /dev/null
@@ -1,53 +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 python-single-r1
-
-DESCRIPTION="Structure determination program which builds on the X-PLOR program"
-HOMEPAGE="http://nmr.cit.nih.gov/xplor-nih/"
-SRC_URI="
- ${P}-Linux_x86_64.tar.gz
- ${P}-db.tar.gz
- "
-
-SLOT="0"
-LICENSE="XPLOR-NIH"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-lang/tcl:8.5
- dev-lang/tk:8.5
- dev-libs/libedit
- sys-libs/ncurses:5/5
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="fetch"
-
-QA_PREBUILT="opt/.*"
-
-pkg_nofetch() {
- elog "Please visit ${HOMEPAGE} and download ${A}"
- elog "into ${DISTDIR}"
-}
-
-src_configure() { :; }
-
-src_install() {
- dodoc Changes INSTALL README.beowulf README.dist References parallel.txt
-
- dodir /opt/${P} /opt/bin
- mv * "${ED}"/opt/${P}/ || die
-
- cd "${ED}"/opt/${P} || die
- bash ./configure -symlinks "${ED}"/opt/bin || die
-
- python_optimize /opt/${P}
-}