commit:     fdb780d4f6c51ea1641a72fba6dd841e98ccdb42
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 14:03:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 14:04:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb780d4

sci-chemistry/ParmEd: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718474
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                    |  1 -
 sci-chemistry/ParmEd/Manifest            |  2 --
 sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild | 41 --------------------------------
 sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild | 41 --------------------------------
 sci-chemistry/ParmEd/metadata.xml        | 15 ------------
 5 files changed, 100 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c2fb87ad64d..c973b87b06d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -629,7 +629,6 @@ media-libs/libxmlbird
 <net-analyzer/nagstamon-3.4.1-r1
 net-fs/s3ql
 net-misc/dmr_utils
-sci-chemistry/ParmEd
 
 # Alfredo Tupone <[email protected]> (2020-08-16)
 # Ported to py3.8 but not yet released

diff --git a/sci-chemistry/ParmEd/Manifest b/sci-chemistry/ParmEd/Manifest
deleted file mode 100644
index 54276dd03b0..00000000000
--- a/sci-chemistry/ParmEd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ParmEd-2.7.3.tar.gz 34494858 BLAKE2B 
8e3ac8776f30ac73b06fd2241e5d73ba54517805ffcef7cb2f71281248df4f8afdaa05c2186ff50ba0df45df313ebdecd69a4482c8339d41baf804c37069affe
 SHA512 
a3444f915e188bcc924f28b6b4235246e2c063ae98881c48f6e13ebc685d085d6a1bcb61b29509a343cbe58369bc6233acc20ee620c6f1d42da2033772a12e07
-DIST ParmEd-3.0.3.tar.gz 35159355 BLAKE2B 
76b4655905276fe498f38c6a3bd483e89e95d3a339fbcd9ceb90d16f68d417b62e0aacaf18143d0b57167ee7acdc726c44324c844462af4d2385872210daef2a
 SHA512 
60b8ee100a301fbddec8323a3dba550c96ffa09624f41e457d4b3941a4e4a15e903c3da6de24a5183731406f19f9e6436a2111d654bc902c0f06ac8b643acf09

diff --git a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild 
b/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
deleted file mode 100644
index ea150d998e9..00000000000
--- a/sci-chemistry/ParmEd/ParmEd-2.7.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-if [[ $PV = *9999* ]]; then
-       scm_eclass=git-2
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-       SRC_URI=""
-       KEYWORDS=""
-else
-       scm_eclass=vcs-snapshot
-       SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="Parameter/topology editor and molecular simulator"
-HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html";
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed \
-               -e "/delfile/d" \
-               -e "/deldir/d" \
-               -i setup.py || die
-       distutils-r1_src_prepare
-}

diff --git a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild 
b/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
deleted file mode 100644
index bb13d32f0d4..00000000000
--- a/sci-chemistry/ParmEd/ParmEd-3.0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-if [[ $PV = *9999* ]]; then
-       scm_eclass=git-r3
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
-       SRC_URI=""
-       KEYWORDS=""
-else
-       scm_eclass=vcs-snapshot
-       SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-inherit eutils distutils-r1 ${scm_eclass}
-
-DESCRIPTION="Parameter/topology editor and molecular simulator"
-HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html";
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed \
-               -e "/delfile/d" \
-               -e "/deldir/d" \
-               -i setup.py || die
-       distutils-r1_src_prepare
-}

diff --git a/sci-chemistry/ParmEd/metadata.xml 
b/sci-chemistry/ParmEd/metadata.xml
deleted file mode 100644
index 6272f2698a5..00000000000
--- a/sci-chemistry/ParmEd/metadata.xml
+++ /dev/null
@@ -1,15 +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>Alexey Shvetsov</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo Chemistry Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">ParmEd/ParmEd</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to