Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/xplor-nih/
Date: Mon, 28 Sep 2020 08:58:30
Message-Id: 1601283384.de47c80e3cd1ec0b4f061a4e84c6ac6432f07320.chymera@gentoo
1 commit: de47c80e3cd1ec0b4f061a4e84c6ac6432f07320
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Sep 28 08:56:24 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 28 08:56:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de47c80e
7
8 sci-chemistry/xplor-nih: removed unmaintained package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-chemistry/xplor-nih/metadata.xml | 8 ----
14 sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild | 53 ---------------------------
15 2 files changed, 61 deletions(-)
16
17 diff --git a/sci-chemistry/xplor-nih/metadata.xml b/sci-chemistry/xplor-nih/metadata.xml
18 deleted file mode 100644
19 index b7595a302..000000000
20 --- a/sci-chemistry/xplor-nih/metadata.xml
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="person">
27 - <email>jlec@g.o</email>
28 - <name>Justin Lecher</name>
29 - </maintainer>
30 -</pkgmetadata>
31
32 diff --git a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild b/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
33 deleted file mode 100644
34 index 57a727778..000000000
35 --- a/sci-chemistry/xplor-nih/xplor-nih-2.38.ebuild
36 +++ /dev/null
37 @@ -1,53 +0,0 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -PYTHON_COMPAT=( python2_7 )
44 -
45 -inherit python-single-r1
46 -
47 -DESCRIPTION="Structure determination program which builds on the X-PLOR program"
48 -HOMEPAGE="http://nmr.cit.nih.gov/xplor-nih/"
49 -SRC_URI="
50 - ${P}-Linux_x86_64.tar.gz
51 - ${P}-db.tar.gz
52 - "
53 -
54 -SLOT="0"
55 -LICENSE="XPLOR-NIH"
56 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
57 -IUSE=""
58 -
59 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
60 -
61 -RDEPEND="${PYTHON_DEPS}
62 - dev-lang/tcl:8.5
63 - dev-lang/tk:8.5
64 - dev-libs/libedit
65 - sys-libs/ncurses:5/5
66 -"
67 -DEPEND="${RDEPEND}"
68 -
69 -RESTRICT="fetch"
70 -
71 -QA_PREBUILT="opt/.*"
72 -
73 -pkg_nofetch() {
74 - elog "Please visit ${HOMEPAGE} and download ${A}"
75 - elog "into ${DISTDIR}"
76 -}
77 -
78 -src_configure() { :; }
79 -
80 -src_install() {
81 - dodoc Changes INSTALL README.beowulf README.dist References parallel.txt
82 -
83 - dodir /opt/${P} /opt/bin
84 - mv * "${ED}"/opt/${P}/ || die
85 -
86 - cd "${ED}"/opt/${P} || die
87 - bash ./configure -symlinks "${ED}"/opt/bin || die
88 -
89 - python_optimize /opt/${P}
90 -}