aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/freeon/freeon-9999.ebuild')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild26
1 files changed, 0 insertions, 26 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}"