commit: 475253695ea5395841506aa6f82d6f758a2766e6 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 5 14:21:04 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 5 18:01:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=47525369
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 <AT> riseup.net> sci-chemistry/pesto/metadata.xml | 11 ----------- sci-chemistry/pesto/pesto-9999.ebuild | 37 ----------------------------------- 2 files changed, 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>[email protected]</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 -}
