aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-}