Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools/
Date: Sat, 26 Sep 2020 22:06:14
Message-Id: 1601157915.c8e7a8f135c291e0c0d7570d34a43899b7fb6641.epsilon-0@gentoo
1 commit: c8e7a8f135c291e0c0d7570d34a43899b7fb6641
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Sep 26 22:05:15 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Sat Sep 26 22:05:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c8e7a8f1
7
8 sci-chemistry/mgltools: drop package
9
10 if someone wants to readd, theres ALOT
11 of work to be done
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
15
16 sci-chemistry/mgltools/metadata.xml | 8 -----
17 sci-chemistry/mgltools/mgltools-1.5.6.ebuild | 47 ----------------------------
18 2 files changed, 55 deletions(-)
19
20 diff --git a/sci-chemistry/mgltools/metadata.xml b/sci-chemistry/mgltools/metadata.xml
21 deleted file mode 100644
22 index da36ecbfc..000000000
23 --- a/sci-chemistry/mgltools/metadata.xml
24 +++ /dev/null
25 @@ -1,8 +0,0 @@
26 -<?xml version="1.0" encoding="UTF-8"?>
27 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 -<pkgmetadata>
29 - <maintainer type="project">
30 - <email>sci-chemistry@g.o</email>
31 - <name>Gentoo Chemistry Project</name>
32 - </maintainer>
33 -</pkgmetadata>
34
35 diff --git a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
36 deleted file mode 100644
37 index 488d1553d..000000000
38 --- a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
39 +++ /dev/null
40 @@ -1,47 +0,0 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=5
45 -
46 -PYTHON_COMPAT=( python2_7 )
47 -
48 -inherit eutils python-r1
49 -
50 -PLUGINS="autodocktools bhtree cadd cmolkit dejavu geomutils gle mglutil molkit
51 - networkeditor opengltk pmv pyautodock pybabel pyglf qslimlib scenario2 sff
52 - support symserv utpackages viewer-framework vision visionlib volume
53 - webservices"
54 -
55 -DESCRIPTION="Software to visualization and analysis of molecular structures"
56 -HOMEPAGE="http://mgltools.scripps.edu/"
57 -SRC_URI="http://mgltools.scripps.edu/downloads/downloads/tars/releases/REL${PV}/${PN}_source_${PV}.tar.gz"
58 -
59 -LICENSE="MGLTOOLS MPL-1.1"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86"
62 -IUSE=""
63 -
64 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
65 -
66 -S="${WORKDIR}"/${PN}_source_${PV/_/}
67 -
68 -for plug in ${PLUGINS}; do
69 - PLUG_DEP="${PLUG_DEP} =sci-chemistry/mgltools-${plug}-${PV}*[${PYTHON_USEDEP}]"
70 -done
71 -
72 -RDEPEND="${PLUG_DEP}
73 - ${PYTHON_DEPS}
74 - dev-lang/tk:0
75 - dev-python/numpy[${PYTHON_USEDEP}]
76 - dev-python/simpy[${PYTHON_USEDEP}]
77 - sci-libs/msms
78 - dev-python/pillow[tk,${PYTHON_USEDEP}]
79 - virtual/python-pmw[${PYTHON_USEDEP}]
80 -"
81 -DEPEND="${RDEPEND}"
82 -
83 -src_install() {
84 - ecvs_clean
85 - insinto /usr/share/${PN}
86 - doins -r Data
87 -}