aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/freeon/ChangeLog6
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild13
-rw-r--r--sci-chemistry/freeon/metadata.xml2
3 files changed, 14 insertions, 7 deletions
diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index d721e7b3b..a5185af89 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/freeon
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> freeon-9999.ebuild,
+ metadata.xml:
+ Switch from git-2 to git-r3
+
17 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> -freeon-1.0.1.ebuild,
-freeon-1.0.2.ebuild, -freeon-1.0.3.ebuild, -freeon-1.0.ebuild:
sci-chemistry/freeon: Removing old, masked versions.
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 92fdd05ca..a07d15dff 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,14 +8,12 @@ AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-inherit autotools-utils fortran-2 git-2 python-any-r1
+inherit autotools-utils fortran-2 git-r3 python-any-r1
-DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry."
+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_BOOTSTRAP="fix_localversion.sh"
LICENSE="GPL-3"
SLOT="live"
@@ -29,6 +27,11 @@ RDEPEND="
DEPEND="${RDEPEND}
${PYTHON_DEPS}"
+src_prepare() {
+ bash fix_localversion.sh || die
+ autotools-utils_src_prepare
+}
+
src_configure() {
local myeconfargs=(
"--enable-git-tag"
diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 9fafd7fcd..5408cb1f2 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -10,6 +10,6 @@
<name>Nicolas Bock</name>
</maintainer>
<use>
- <flag name="standalone-BCSR">Enables a self-contained BCSR file format</flag>
+ <flag name="standalone-BCSR">Enables a self-contained BCSR file format</flag>
</use>
</pkgmetadata>