commit:     dddb4501242729ac5accaacfcacacfd9e54799fd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:37:40 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:37:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb4501

sci-mathematics/xmds: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sci-mathematics/xmds/Manifest          |  1 -
 sci-mathematics/xmds/metadata.xml      | 17 --------------
 sci-mathematics/xmds/xmds-2.2.2.ebuild | 43 ----------------------------------
 3 files changed, 61 deletions(-)

diff --git a/sci-mathematics/xmds/Manifest b/sci-mathematics/xmds/Manifest
deleted file mode 100644
index 1740e03bce6..00000000000
--- a/sci-mathematics/xmds/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xmds-2.2.2.tar.gz 33449671 BLAKE2B 
f17b687334fbae50d502b312dde43e534f5c6082723a79c50ee0b1c85bc5c52f7b1fa97b520ae9b382b36dcde51b2729e5b63d3bad2b17c46fedfcfa7f2f79f4
 SHA512 
470652112e17503f6f0a4da9a68d4f360e66d8b29701a30385f3d49f9b0359578c702ff92f54876b473976b0794f6c2b2302b0a16508e09a5ec53572454eda42

diff --git a/sci-mathematics/xmds/metadata.xml 
b/sci-mathematics/xmds/metadata.xml
deleted file mode 100644
index 3b740354831..00000000000
--- a/sci-mathematics/xmds/metadata.xml
+++ /dev/null
@@ -1,17 +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-mathemat...@gentoo.org</email>
-               <name>Gentoo Mathematics Project</name>
-       </maintainer>
-       <longdescription lang="en">
-XMDS is a code generator that integrates differential equations (ODEs, PDEs and
-SDEs are all supported).  The system of equations to be integrated is specified
-in a XML file, which XMDS then uses to generate a C++ integrator.  The code can
-autamatically take advantage of MPI and FFTW.
-       </longdescription>
-       <upstream>
-               <remote-id type="sourceforge">xmds</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/sci-mathematics/xmds/xmds-2.2.2.ebuild 
b/sci-mathematics/xmds/xmds-2.2.2.ebuild
deleted file mode 100644
index bf3dbf1a7e0..00000000000
--- a/sci-mathematics/xmds/xmds-2.2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="XMDS - The eXtensible Multi-Dimensional Simulator"
-HOMEPAGE="http://www.xmds.org";
-SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples mpi"
-
-DEPEND="dev-python/cheetah[${PYTHON_USEDEP}]"
-RDEPEND=">=sci-libs/fftw-3.3.1:3.0=[mpi?]
-               mpi? ( virtual/mpi )
-               dev-python/numpy[${PYTHON_USEDEP}]
-               dev-python/pyparsing[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/mpmath[${PYTHON_USEDEP}]
-               dev-python/h5py[${PYTHON_USEDEP}]
-               sci-libs/atlas
-               sci-libs/hdf5
-               sci-libs/gsl"
-#virtual/cblas
-
-python_install_all() {
-       use doc && HTML_DOCS+=( documentation/. )
-       if use examples; then
-               docompress -x "/usr/share/doc/${PF}/examples"
-               dodoc -r examples
-       fi
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       elog "Configure XMDS2 by typing"
-       elog "xmds2 --reconfigure"
-       elog "See http://www.xmds.org/installation.html for further 
informations"
-}

Reply via email to