Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mdanalysis/, profiles/updates/
Date: Thu, 28 Jun 2018 12:20:48
Message-Id: 1530188420.e9411bcc454e0ce7757e44c1090792c61032b1fe.alexxy@gentoo
1 commit: e9411bcc454e0ce7757e44c1090792c61032b1fe
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 12:18:56 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 12:20:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9411bcc
7
8 profiles/updates: sci-chemistry/mdanalysis is now sci-chemistry/MDAnalysis
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11
12 profiles/updates/2Q-2018 | 1 +
13 sci-chemistry/mdanalysis/Manifest | 1 -
14 sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild | 34 ------------------------
15 sci-chemistry/mdanalysis/metadata.xml | 8 ------
16 4 files changed, 1 insertion(+), 43 deletions(-)
17
18 diff --git a/profiles/updates/2Q-2018 b/profiles/updates/2Q-2018
19 index 7627f33add8..bcaf83bb7dc 100644
20 --- a/profiles/updates/2Q-2018
21 +++ b/profiles/updates/2Q-2018
22 @@ -16,3 +16,4 @@ move kde-apps/okteta app-editors/okteta
23 move games-puzzle/triptych-demo games-puzzle/triptych
24 move media-sound/teamspeak-client-bin media-sound/teamspeak-client
25 move media-sound/teamspeak-server-bin media-sound/teamspeak-server
26 +move sci-chemistry/mdanalysis sci-chemistry/MDAnalysis
27
28 diff --git a/sci-chemistry/mdanalysis/Manifest b/sci-chemistry/mdanalysis/Manifest
29 deleted file mode 100644
30 index f99fa2210e2..00000000000
31 --- a/sci-chemistry/mdanalysis/Manifest
32 +++ /dev/null
33 @@ -1 +0,0 @@
34 -DIST MDAnalysis-0.7.7.tar.gz 3262287 BLAKE2B e1161e44f40de99b425e5f9667c9d207ecc7ec5fd93b1d29bfaad52a0dc532f09ed754dc9c5898a273363a770c9ecec863286fcc40dc0296dbc5e2e20a91a1a4 SHA512 c26085c767ec213d5aa27709029e5a3b9df786c10e23e3841ffc9644e2fd66c8add0358f013c51a95fa3452c5c900b44901db736830504b669916ea45a924712
35
36 diff --git a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild b/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild
37 deleted file mode 100644
38 index adb280c4b63..00000000000
39 --- a/sci-chemistry/mdanalysis/mdanalysis-0.7.7.ebuild
40 +++ /dev/null
41 @@ -1,34 +0,0 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=5
46 -
47 -PYTHON_COMPAT=( python2_7 )
48 -
49 -inherit distutils-r1
50 -
51 -MY_PN="MDAnalysis"
52 -MY_P="${MY_PN}-${PV}"
53 -
54 -DESCRIPTION="A python library to analyze and manipulate molecular dynamics trajectories"
55 -HOMEPAGE="https://www.mdanalysis.org"
56 -SRC_URI="https://mdanalysis.googlecode.com/files/${MY_P}.tar.gz"
57 -
58 -SLOT="0"
59 -LICENSE="GPL-2"
60 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
61 -IUSE="test"
62 -
63 -RDEPEND="
64 - dev-python/numpy[${PYTHON_USEDEP}]
65 - sci-libs/scipy[${PYTHON_USEDEP}]
66 - sci-biology/biopython[${PYTHON_USEDEP}]
67 - dev-python/networkx[${PYTHON_USEDEP}]
68 - dev-python/scientificpython[${PYTHON_USEDEP}]
69 - dev-python/GridDataFormats[${PYTHON_USEDEP}]
70 - dev-python/netcdf4-python[${PYTHON_USEDEP}]
71 -"
72 -DEPEND="${RDEPEND}
73 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
74 -
75 -S="${WORKDIR}"/${MY_P}
76
77 diff --git a/sci-chemistry/mdanalysis/metadata.xml b/sci-chemistry/mdanalysis/metadata.xml
78 deleted file mode 100644
79 index 8425c0d53cb..00000000000
80 --- a/sci-chemistry/mdanalysis/metadata.xml
81 +++ /dev/null
82 @@ -1,8 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <maintainer type="project">
87 - <email>sci@g.o</email>
88 - <name>Gentoo Science Project</name>
89 - </maintainer>
90 -</pkgmetadata>