* [gentoo-commits] proj/sci:master commit in: sci-libs/msms/files/, sci-libs/msms/
@ 2021-01-03 6:44 Horea Christian
0 siblings, 0 replies; only message in thread
From: Horea Christian @ 2021-01-03 6:44 UTC (permalink / raw
To: gentoo-commits
commit: b26e831d9490349f6291de0578ed1c2b67c77d95
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 14:15:06 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 06:43:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b26e831d
sci-libs/msms: obsolete, py2 only, replaced by sci-chemistry/msms-bin::gentoo
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/msms/files/build-with-linux-3.0.patch | 11 -------
sci-libs/msms/metadata.xml | 8 -----
sci-libs/msms/msms-1.5.6.ebuild | 43 --------------------------
3 files changed, 62 deletions(-)
diff --git a/sci-libs/msms/files/build-with-linux-3.0.patch b/sci-libs/msms/files/build-with-linux-3.0.patch
deleted file mode 100644
index 849f80a9e..000000000
--- a/sci-libs/msms/files/build-with-linux-3.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mslib-1.5.4.orig/setup.py 2011-07-30 07:46:02.628300605 -0500
-+++ mslib-1.5.4/setup.py 2011-07-30 07:46:30.628188677 -0500
-@@ -18,7 +18,7 @@
- platform = sys.platform
-
- # amd64
--if (platform == "linux2"):
-+if platform in ["linux2", "linux3"]:
- lUname = os.uname()
- if lUname[-1] == 'x86_64':
- platform = lUname[-1] + lUname[0] + lUname[2][0]
diff --git a/sci-libs/msms/metadata.xml b/sci-libs/msms/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-libs/msms/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="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-libs/msms/msms-1.5.6.ebuild b/sci-libs/msms/msms-1.5.6.ebuild
deleted file mode 100644
index 738e1c92a..000000000
--- a/sci-libs/msms/msms-1.5.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="mslib"
-MY_P="${MY_PN}-${PV/_rc2/}"
-
-DESCRIPTION="MSMS library python extension module"
-HOMEPAGE="http://mgltools.scripps.edu/downloads#msms"
-SRC_URI="http://mgltools.scripps.edu/downloads/tars/releases/REL${PV}/mgltools_source_${PV}.tar.gz"
-
-LICENSE="MGLTOOLS"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-lang/swig"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=( "${FILESDIR}"/build-with-linux-3.0.patch )
-
-src_unpack() {
- tar xzpf "${DISTDIR}"/${A} mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
- tar xzpf mgltools_source_${PV/_/}/MGLPACKS/${MY_P}.tar.gz
-}
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- pushd "${S}"/lib >/dev/null
- # Set up symlinks for 3.x kernels
- for x in *inux2; do
- ln -s ${x} ${x%2}3
- done
- popd >/dev/null
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-03 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03 6:44 [gentoo-commits] proj/sci:master commit in: sci-libs/msms/files/, sci-libs/msms/ Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox