aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/freeon')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild47
-rw-r--r--sci-chemistry/freeon/metadata.xml15
2 files changed, 0 insertions, 62 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
deleted file mode 100644
index 60a8af7cb..000000000
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit autotools-utils fortran-2 git-r3 python-any-r1
-
-DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry"
-HOMEPAGE="http://www.freeon.org"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
-EGIT_BRANCH="master"
-
-LICENSE="GPL-3"
-SLOT="live"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
- sci-libs/hdf5
- virtual/blas
- virtual/lapack"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}"
-
-src_prepare() {
- bash fix_localversion.sh || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- "--enable-git-tag"
- "--prefix=/opt/freeon"
- "--mandir=/opt/freeon/share/man"
- "--infodir=/opt/freeon/share/info"
- "--datadir=/opt/freeon/share"
- "--sysconfdir=/opt/freeon/etc"
- "--libdir=/opt/freeon/lib64"
- "--docdir=/opt/freeon/share/doc"
- )
- autotools-utils_src_configure
-}
diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
deleted file mode 100644
index 79f403367..000000000
--- a/sci-chemistry/freeon/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <longdescription lang="en">
-FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry.
-</longdescription>
- <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>