diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:12:14 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:15:22 +0200 |
commit | 615a26ea82798b6ad0acefbaac633c8c3bb68116 (patch) | |
tree | 3d2a8933b3fc2b2c4c89fc382e092eed91f2b550 /sci-chemistry | |
parent | sci-biology/weblogo: treeclean (diff) | |
download | sci-615a26ea82798b6ad0acefbaac633c8c3bb68116.tar.gz sci-615a26ea82798b6ad0acefbaac633c8c3bb68116.tar.bz2 sci-615a26ea82798b6ad0acefbaac633c8c3bb68116.zip |
sci-chemistry/freeon: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/freeon/freeon-9999.ebuild | 26 | ||||
-rw-r--r-- | sci-chemistry/freeon/metadata.xml | 12 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild deleted file mode 100644 index e42a795f1..000000000 --- a/sci-chemistry/freeon/freeon-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -FORTRAN_STANDARD=90 -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit cmake fortran-2 git-r3 python-any-r1 - -DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry" -HOMEPAGE="https://www.freeon.org" -EGIT_REPO_URI="https://github.com/FreeON/freeon.git" -EGIT_BRANCH="master" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - sci-libs/hdf5 - virtual/blas - virtual/lapack -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS}" diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml deleted file mode 100644 index 2fe5325ae..000000000 --- a/sci-chemistry/freeon/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>nicolasbock@gentoo.org</email> - <name>Nicolas Bock</name> - </maintainer> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> |