From f5c972a037f1040bad65224c269e63e42de22a56 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 17 Dec 2013 14:48:43 -0700 Subject: sci-chemistry/freeon: Removing old, masked versions. Package-Manager: portage-2.2.7 --- sci-chemistry/freeon/freeon-1.0.3.ebuild | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 sci-chemistry/freeon/freeon-1.0.3.ebuild (limited to 'sci-chemistry/freeon/freeon-1.0.3.ebuild') diff --git a/sci-chemistry/freeon/freeon-1.0.3.ebuild b/sci-chemistry/freeon/freeon-1.0.3.ebuild deleted file mode 100644 index 91f6cd97d..000000000 --- a/sci-chemistry/freeon/freeon-1.0.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -AUTOTOOLS_AUTORECONF=1 -FORTRAN_STANDARD=90 - -inherit autotools-utils fortran-2 - -DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry." -HOMEPAGE="http://www.freeon.org" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${PV}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="standalone-BCSR static-libs" - -RDEPEND=" - sci-libs/hdf5 - virtual/blas - virtual/lapack" -DEPEND="${DEPEND} - virtual/pkgconfig" - -src_configure() { - local myeconfargs=( - $(use_enable standalone-BCSR) - ) - autotools-utils_src_configure -} -- cgit v1.2.3-65-gdbad