commit: de47c80e3cd1ec0b4f061a4e84c6ac6432f07320 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Mon Sep 28 08:56:24 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Mon Sep 28 08:56:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de47c80e
sci-chemistry/xplor-nih: removed unmaintained package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-chemistry/xplor-nih/metadata.xml | 8 ---- sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 53 --------------------------- 2 files changed, 61 deletions(-) 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>[email protected]</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} -}
