aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-05 15:21:04 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-05 19:01:28 +0100
commit475253695ea5395841506aa6f82d6f758a2766e6 (patch)
tree9ba65fd2838173b0030d5bcaa9e622fbfe5d7321 /sci-chemistry
parentsci-biology/reapr: drop package, latest update 2015, no longer compiles (diff)
downloadsci-475253695ea5395841506aa6f82d6f758a2766e6.tar.gz
sci-475253695ea5395841506aa6f82d6f758a2766e6.tar.bz2
sci-475253695ea5395841506aa6f82d6f758a2766e6.zip
sci-chemistry/pesto: drop package, latest update 2011, py2 only
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pesto/metadata.xml11
-rw-r--r--sci-chemistry/pesto/pesto-9999.ebuild37
2 files changed, 0 insertions, 48 deletions
diff --git a/sci-chemistry/pesto/metadata.xml b/sci-chemistry/pesto/metadata.xml
deleted file mode 100644
index 58a4e2600..000000000
--- a/sci-chemistry/pesto/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">pesto</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-chemistry/pesto/pesto-9999.ebuild b/sci-chemistry/pesto/pesto-9999.ebuild
deleted file mode 100644
index 302608937..000000000
--- a/sci-chemistry/pesto/pesto-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 flag-o-matic fortran-2 mercurial toolchain-funcs
-
-IUSE=""
-SRC_URI=""
-EHG_REPO_URI="http://hg.code.sf.net/p/pesto/code-1"
-
-DESCRIPTION="Potential Energy Surface Tools"
-HOMEPAGE="https://sourceforge.net/projects/pesto/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="virtual/blas
- virtual/lapack
- dev-python/numpy[${PYTHON_USEDEP},lapack]
- sci-libs/k3match[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.txt )
-EXAMPLES=( examples )
-DISTUTILS_IN_SOURCE_BUILD=1
-
-src_configure() {
- append-fflags "-shared -fPIC"
- append-ldflags "-shared"
- distutils-r1_src_configure
-}