public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2012-07-05 20:23 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2012-07-05 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6ca3173922a71bb63eaa4c18fccefb790e331c07
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 20:22:36 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jul  5 20:22:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ca31739

Updated DEPEND.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/freeon/ChangeLog          |    3 +++
 sci-chemistry/freeon/freeon-9999.ebuild |    7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 282f2b3..f9e48f9 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
+  Updated DEPEND.
+
 *freeon-9999 (05 Jul 2012)
 
   05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> +freeon-9999.ebuild,

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 2fb1998..c44c7e0 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -18,13 +18,16 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=""
+DEPEND="
+	sys-libs/zlib
+	virtual/lapack"
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local myeconfargs=(
-		--enable-internal_lapack
+		--disable-internal_lapack
 		--enable-internal_hdf5
 	)
 	autotools-utils_src_configure
+	./fix_localversion.sh
 }



^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2012-07-05 20:23 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2012-07-05 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     fdd28664cc6b3bc50c65c095004d42392d36f2a1
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Jul  5 19:49:05 2012 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Jul  5 19:49:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fdd28664

Adding live build.

FreeON is an experimental, open source (GPL) suite of programs for linear
scaling quantum chemistry.

(Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)

---
 sci-chemistry/freeon/ChangeLog          |   11 +++++++++++
 sci-chemistry/freeon/freeon-9999.ebuild |   30 ++++++++++++++++++++++++++++++
 sci-chemistry/freeon/metadata.xml       |   12 ++++++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
new file mode 100644
index 0000000..282f2b3
--- /dev/null
+++ b/sci-chemistry/freeon/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sci-chemistry/freeon
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*freeon-9999 (05 Jul 2012)
+
+  05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> +freeon-9999.ebuild,
+  +metadata.xml:
+  Adding live build.  FreeON is an experimental, open source (GPL) suite of
+  programs for linear scaling quantum chemistry.
+

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
new file mode 100644
index 0000000..2fb1998
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit autotools-utils git-2
+
+DESCRIPTION="FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry."
+HOMEPAGE="http://www.freeon.org"
+
+EGIT_REPO_URI="http://git.savannah.gnu.org/r/freeon.git"
+
+AUTOTOOLS_AUTORECONF=1
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local myeconfargs=(
+		--enable-internal_lapack
+		--enable-internal_hdf5
+	)
+	autotools-utils_src_configure
+}

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
new file mode 100644
index 0000000..16d6319
--- /dev/null
+++ b/sci-chemistry/freeon/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+	<herd>sci-chemistry</herd>
+	<maintainer>
+		<email>nicolasbock@gmail.com</email>
+		<name>Nicolas Bock</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2012-07-14 22:45 Christoph Junghans
  0 siblings, 0 replies; 41+ messages in thread
From: Christoph Junghans @ 2012-07-14 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0851bdd1af9c97b2310ce6217b5200c17c58dfdb
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 22:44:52 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sat Jul 14 22:44:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0851bdd1

clean up

(Portage version: 2.2.0_alpha118/git/Linux i686, unsigned Manifest commit)

---
 sci-chemistry/freeon/ChangeLog          |    4 +++-
 sci-chemistry/freeon/freeon-9999.ebuild |   20 +++++++++++++-------
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index f9e48f9..e96fe68 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jul 2012; Christoph Junghans <ottxor@gentoo.org> freeon-9999.ebuild:
+  clean up
+
   05 Jul 2012; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
   Updated DEPEND.
 
@@ -11,4 +14,3 @@
   +metadata.xml:
   Adding live build.  FreeON is an experimental, open source (GPL) suite of
   programs for linear scaling quantum chemistry.
-

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index c44c7e0..5514e13 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -4,30 +4,36 @@
 
 EAPI=4
 
-inherit autotools-utils git-2
+inherit autotools-utils fortran-2 git-2
 
-DESCRIPTION="FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry."
+DESCRIPTION="an experimental suite of programs for linear scaling quantum chemistry."
 HOMEPAGE="http://www.freeon.org"
 
 EGIT_REPO_URI="http://git.savannah.gnu.org/r/freeon.git"
+EGIT_BOOTSTRAP="fix_localversion.sh"
 
 AUTOTOOLS_AUTORECONF=1
 
+FORTRAN_STANDARD=90
+
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
 
 DEPEND="
 	sys-libs/zlib
+	sci-libs/hdf5
+	virtual/fortran
 	virtual/lapack"
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local myeconfargs=(
-		--disable-internal_lapack
-		--enable-internal_hdf5
+		--disable-internal-hdf5
+		--disable-static-binaries
+		--disable-internal-lapack
 	)
+	#TODO mv BasisSets from /usr to /usr/share/freeon/
 	autotools-utils_src_configure
-	./fix_localversion.sh
 }



^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-02-22 16:03 Justin Lecher
  0 siblings, 0 replies; 41+ messages in thread
From: Justin Lecher @ 2013-02-22 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6112d871efe7b3e0843b9387a53aaedddab842b4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 16:01:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 16:01:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6112d871

sci-chemistry/freeon: Add missing dep on virtual/pkgconfig; bump to eapi=5; use pkg-config to detect blas

Package-Manager: portage-2.2.0_alpha163

---
 sci-chemistry/freeon/ChangeLog          |    7 ++++++-
 sci-chemistry/freeon/freeon-9999.ebuild |   21 ++++++++++++---------
 sci-chemistry/freeon/metadata.xml       |   12 ++++++------
 3 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index e96fe68..25af9d7 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-chemistry/freeon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Feb 2013; Justin Lecher <jlec@gentoo.org> freeon-9999.ebuild,
+  metadata.xml:
+  Add missing dep on virtual/pkgconfig; bump to eapi=5; use pkg-config to
+  detect blas
+
   14 Jul 2012; Christoph Junghans <ottxor@gentoo.org> freeon-9999.ebuild:
   clean up
 

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 5514e13..2fe44e9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,38 +1,41 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+
+FORTRAN_STANDARD=90
 
 inherit autotools-utils fortran-2 git-2
 
 DESCRIPTION="an experimental suite of programs for linear scaling quantum chemistry."
 HOMEPAGE="http://www.freeon.org"
+SRC_URI=""
 
 EGIT_REPO_URI="http://git.savannah.gnu.org/r/freeon.git"
 EGIT_BOOTSTRAP="fix_localversion.sh"
 
-AUTOTOOLS_AUTORECONF=1
-
-FORTRAN_STANDARD=90
-
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
-DEPEND="
+RDEPEND="
 	sys-libs/zlib
 	sci-libs/hdf5
-	virtual/fortran
+	virtual/blas
 	virtual/lapack"
-RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"
 
 src_configure() {
 	local myeconfargs=(
 		--disable-internal-hdf5
 		--disable-static-binaries
 		--disable-internal-lapack
+		--with-lapacklibs="$($(tc-getPKG_CONFIG) --libs lapack)"
 	)
 	#TODO mv BasisSets from /usr to /usr/share/freeon/
 	autotools-utils_src_configure

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 16d6319..bf041ec 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription lang="en">
+  <longdescription lang="en">
 		FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry.
 	</longdescription>
-	<herd>sci-chemistry</herd>
-	<maintainer>
-		<email>nicolasbock@gmail.com</email>
-		<name>Nicolas Bock</name>
-	</maintainer>
+  <herd>sci-chemistry</herd>
+  <maintainer>
+    <email>nicolasbock@gmail.com</email>
+    <name>Nicolas Bock</name>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-14 18:10 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-14 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e66f3f8595a4a945ccb50ec13725a4076d926f70
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sat Sep 14 18:10:09 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sat Sep 14 18:10:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e66f3f85

sci-chemistry/freeon-20130912: Added new version.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog              |  5 ++++
 sci-chemistry/freeon/freeon-20130912.ebuild | 38 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 0067c48..26eff87 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-20130912 (14 Sep 2013)
+
+  14 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-20130912.ebuild:
+  sci-chemistry/freeon-20130912: Added new version.
+
   17 Jun 2013; Honza Macháček <Hloupy.Honza@centrum.cz>
   freeon-2012.05.03.ebuild, freeon-9999.ebuild,
   +files/freeon-2012.05.03-no_internal_hdf5.patch,

diff --git a/sci-chemistry/freeon/freeon-20130912.ebuild b/sci-chemistry/freeon/freeon-20130912.ebuild
new file mode 100644
index 0000000..956c766
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-20130912.ebuild
@@ -0,0 +1,38 @@
+# 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="static-libs"
+
+RDEPEND="
+	sys-libs/zlib
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${PV}"
+
+src_configure() {
+	local myeconfargs=(
+		--with-lapacklibs="$($(tc-getPKG_CONFIG) --libs lapack)"
+	)
+	#TODO mv BasisSets from /usr to /usr/share/freeon/
+	autotools-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-15 13:53 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-15 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     25651478401407fd49c6b6f3558022b8d0743fa4
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sun Sep 15 13:52:47 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sun Sep 15 13:52:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=25651478

sci-chemistry/freeon-2013.09.12 Changed versioning of package to avoid mask
collision with the live package.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog                                     | 7 +++++++
 .../freeon/{freeon-20130912.ebuild => freeon-2013.09.12.ebuild}    | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 26eff87..0378418 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-2013.09.12 (15 Sep 2013)
+
+  15 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-2013.09.12.ebuild,
+  -freeon-20130912.ebuild:
+  sci-chemistry/freeon-2013.09.12 Changed versioning of package to avoid mask
+  collision with the live package.
+
 *freeon-20130912 (14 Sep 2013)
 
   14 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-20130912.ebuild:

diff --git a/sci-chemistry/freeon/freeon-20130912.ebuild b/sci-chemistry/freeon/freeon-2013.09.12.ebuild
similarity index 91%
rename from sci-chemistry/freeon/freeon-20130912.ebuild
rename to sci-chemistry/freeon/freeon-2013.09.12.ebuild
index 956c766..d71af80 100644
--- a/sci-chemistry/freeon/freeon-20130912.ebuild
+++ b/sci-chemistry/freeon/freeon-2013.09.12.ebuild
@@ -10,9 +10,11 @@ FORTRAN_STANDARD=90
 
 inherit autotools-utils fortran-2
 
+REAL_PV="${PV//./-}"
+
 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"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${REAL_PV}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -27,7 +29,7 @@ RDEPEND="
 DEPEND="${DEPEND}
 	virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}-${PV}"
+S="${WORKDIR}/${PN}-${REAL_PV}"
 
 src_configure() {
 	local myeconfargs=(


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-16 18:17 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-16 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     984c179b7f1880c42b7dfc9d7d30b840503683ca
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Sep 16 18:16:39 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Sep 16 18:16:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=984c179b

sci-chemistry/freeon-2013.09.16: Version bump.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog                |  5 +++++
 sci-chemistry/freeon/freeon-2013.09.16.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 0378418..232d975 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-2013.09.16 (16 Sep 2013)
+
+  16 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-2013.09.16.ebuild:
+  sci-chemistry/freeon-2013.09.16: Version bump.
+
 *freeon-2013.09.12 (15 Sep 2013)
 
   15 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-2013.09.12.ebuild,

diff --git a/sci-chemistry/freeon/freeon-2013.09.16.ebuild b/sci-chemistry/freeon/freeon-2013.09.16.ebuild
new file mode 100644
index 0000000..0a8fc33
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-2013.09.16.ebuild
@@ -0,0 +1,32 @@
+# 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
+
+REAL_PV="${PV//./-}"
+
+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}-${REAL_PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	sys-libs/zlib
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${REAL_PV}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-16 18:19 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-16 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     10834a9cb7b4beeaab82dd7626f7297e8b208079
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Sep 16 18:18:51 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Mon Sep 16 18:18:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10834a9c

sci-chemistry/freeon-2013.09.16: Removed dependency on sys-libs/zlib. This
dependency should come in through hdf5.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog                | 4 ++++
 sci-chemistry/freeon/freeon-2013.09.16.ebuild | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 232d975..001040a 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-2013.09.16.ebuild:
+  sci-chemistry/freeon-2013.09.16: Removed dependency on sys-libs/zlib. This
+  dependency should come in through hdf5.
+
 *freeon-2013.09.16 (16 Sep 2013)
 
   16 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-2013.09.16.ebuild:

diff --git a/sci-chemistry/freeon/freeon-2013.09.16.ebuild b/sci-chemistry/freeon/freeon-2013.09.16.ebuild
index 0a8fc33..df489b0 100644
--- a/sci-chemistry/freeon/freeon-2013.09.16.ebuild
+++ b/sci-chemistry/freeon/freeon-2013.09.16.ebuild
@@ -22,7 +22,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="
-	sys-libs/zlib
 	sci-libs/hdf5
 	virtual/blas
 	virtual/lapack"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-17 17:33 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-17 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cdfaaf839e565f48921548c8fd884dc90d80b1cb
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Sep 17 17:11:05 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Sep 17 17:11:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cdfaaf83

sci-chemistry/freeon-1.0 Version bump.

The versioning scheme changed from a date based version to a more common
versioning scheme. Portage considers the latest release, 1.0, to be a
downgrade. I masked the older versions to every so gently suggest an upgrade.
The live version's URI is fixed now, the code moved from savannah to github,
and it is slotted to "live" so that both live and release versions can be
installed simulataneously.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog          | 11 +++++++++++
 sci-chemistry/freeon/freeon-1.0.ebuild  | 27 +++++++++++++++++++++++++++
 sci-chemistry/freeon/freeon-9999.ebuild | 24 +++---------------------
 3 files changed, 41 insertions(+), 21 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 001040a..c9ac978 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0 (17 Sep 2013)
+
+  17 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.ebuild,
+  freeon-9999.ebuild:
+  sci-chemistry/freeon-1.0 Version bump.  The versioning scheme changed from a
+  date based version to a more common versioning scheme. Portage considers the
+  latest release, 1.0, to be a downgrade. I masked the older versions to every
+  so gently suggest an upgrade. The live version's URI is fixed now, the code
+  moved from savannah to github, and it is slotted to "live" so that both live
+  and release versions can be installed simulataneously.
+
   16 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-2013.09.16.ebuild:
   sci-chemistry/freeon-2013.09.16: Removed dependency on sys-libs/zlib. This
   dependency should come in through hdf5.

diff --git a/sci-chemistry/freeon/freeon-1.0.ebuild b/sci-chemistry/freeon/freeon-1.0.ebuild
new file mode 100644
index 0000000..85fc273
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.ebuild
@@ -0,0 +1,27 @@
+# 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="static-libs"
+
+RDEPEND="
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 6d02d93..e7e5e7f 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -10,39 +10,21 @@ FORTRAN_STANDARD=90
 
 inherit autotools-utils fortran-2 git-2
 
-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="http://git.savannah.gnu.org/r/freeon.git"
+EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
 EGIT_BOOTSTRAP="fix_localversion.sh"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="live"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="
-	sys-libs/zlib
 	sci-libs/hdf5
 	virtual/blas
 	virtual/lapack"
 DEPEND="${DEPEND}
 	virtual/pkgconfig"
-
-src_prepare() {
-	# Prevent the obsolete internal hdf5 breaking autoconf
-	epatch "${FILESDIR}"/"${P}"-no_internal_hdf5.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--disable-internal-hdf5
-		--disable-static-binaries
-		--disable-internal-lapack
-		--with-lapacklibs="$($(tc-getPKG_CONFIG) --libs lapack)"
-	)
-	#TODO mv BasisSets from /usr to /usr/share/freeon/
-	autotools-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-18 16:27 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-18 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     12246cdfd9b681151a5fbbcd5d3ab05f03e2ef44
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Sep 18 16:27:21 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Sep 18 16:27:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12246cdf

sci-chemistry/freeon-1.0.1: Version bump.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index c9ac978..e9013ef 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.1 (18 Sep 2013)
+
+  18 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.1.ebuild:
+  sci-chemistry/freeon-1.0.1: Version bump.
+
 *freeon-1.0 (17 Sep 2013)
 
   17 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.ebuild,

diff --git a/sci-chemistry/freeon/freeon-1.0.1.ebuild b/sci-chemistry/freeon/freeon-1.0.1.ebuild
new file mode 100644
index 0000000..1832c7f
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# 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="static-libs"
+
+RDEPEND="
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-18 19:20 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-18 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     870bdf282f77b82fdc97f7bbabbf75fc8b92cb2c
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Sep 18 19:19:58 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Wed Sep 18 19:19:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=870bdf28

sci-chemistry/freeon-1.0.2: Version bump

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.2.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index e9013ef..45eef48 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.2 (18 Sep 2013)
+
+  18 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.2.ebuild:
+  sci-chemistry/freeon-1.0.2: Version bump
+
 *freeon-1.0.1 (18 Sep 2013)
 
   18 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.1.ebuild:

diff --git a/sci-chemistry/freeon/freeon-1.0.2.ebuild b/sci-chemistry/freeon/freeon-1.0.2.ebuild
new file mode 100644
index 0000000..1832c7f
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.2.ebuild
@@ -0,0 +1,26 @@
+# 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="static-libs"
+
+RDEPEND="
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-20 20:49 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-20 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9632ae61b09744fc07b3022c69d543ee76cb20
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Sep 20 20:48:51 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Sep 20 20:48:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0d9632ae

sci-chemistry/freeon-1.0.3: Version bump.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           |  6 ++++++
 sci-chemistry/freeon/freeon-1.0.3.ebuild | 31 +++++++++++++++++++++++++++++++
 sci-chemistry/freeon/metadata.xml        |  3 +++
 3 files changed, 40 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 45eef48..2dfc424 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.3 (20 Sep 2013)
+
+  20 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.3.ebuild,
+  metadata.xml:
+  sci-chemistry/freeon-1.0.3: Version bump.
+
 *freeon-1.0.2 (18 Sep 2013)
 
   18 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.2.ebuild:

diff --git a/sci-chemistry/freeon/freeon-1.0.3.ebuild b/sci-chemistry/freeon/freeon-1.0.3.ebuild
new file mode 100644
index 0000000..ecbbe37
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.3.ebuild
@@ -0,0 +1,31 @@
+# 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() {
+	econf \
+		$(use_enable standalone-BCSR)
+}

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index bf041ec..5f6f63b 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -9,4 +9,7 @@
     <email>nicolasbock@gmail.com</email>
     <name>Nicolas Bock</name>
   </maintainer>
+  <use>
+	  <flag name="standalone-BCSR">Enables a self-contained BCSR file format</flag>
+  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-20 21:20 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-20 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     364edf691768afaa950d87a0af52354b9a7c39be
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Sep 20 21:19:31 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Sep 20 21:19:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=364edf69

sci-chemistry/freeon-1.0.3: Fixed broken ebuild.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           | 3 +++
 sci-chemistry/freeon/freeon-1.0.3.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 2dfc424..ccc74dd 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.3.ebuild:
+  sci-chemistry/freeon-1.0.3: Fixed broken ebuild.
+
 *freeon-1.0.3 (20 Sep 2013)
 
   20 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +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
index ecbbe37..91f6cd9 100644
--- a/sci-chemistry/freeon/freeon-1.0.3.ebuild
+++ b/sci-chemistry/freeon/freeon-1.0.3.ebuild
@@ -26,6 +26,8 @@ DEPEND="${DEPEND}
 	virtual/pkgconfig"
 
 src_configure() {
-	econf \
+	local myeconfargs=(
 		$(use_enable standalone-BCSR)
+	)
+	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-09-28  3:32 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-09-28  3:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8660f9e015f6d0db337b22abafaea473a48a3d45
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sat Sep 28 03:31:36 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sat Sep 28 03:31:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8660f9e0

sci-chemistry/freeon-1.0.5: Version bump.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.5.ebuild | 33 ++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 1bb4542..0e0746e 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.5 (28 Sep 2013)
+
+  28 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.5.ebuild:
+  sci-chemistry/freeon-1.0.5: Version bump.
+
 *freeon-1.0.4 (27 Sep 2013)
 
   27 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.4.ebuild,

diff --git a/sci-chemistry/freeon/freeon-1.0.5.ebuild b/sci-chemistry/freeon/freeon-1.0.5.ebuild
new file mode 100644
index 0000000..91f6cd9
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.5.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-10-01 15:52 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-10-01 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     43ac813fdd4d7ec3c9279021434fb8b5d4905022
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Oct  1 15:51:39 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Oct  1 15:51:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43ac813f

sci-chemistry/freeon-9999: Bringing live ebuild up to date.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog          |  3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 0e0746e..01f53f7 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Bringing live ebuild up to date.
+
 *freeon-1.0.5 (28 Sep 2013)
 
   28 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.5.ebuild:

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index e7e5e7f..a151b33 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
-
 FORTRAN_STANDARD=90
 
 inherit autotools-utils fortran-2 git-2
@@ -20,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh"
 LICENSE="GPL-3"
 SLOT="live"
 KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
+IUSE="standalone-BCSR static-libs"
 
 RDEPEND="
 	sci-libs/hdf5
@@ -28,3 +27,10 @@ RDEPEND="
 	virtual/lapack"
 DEPEND="${DEPEND}
 	virtual/pkgconfig"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable standalone-BCSR)
+	)
+	autotools-utils_src_configure
+}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-10-03 16:56 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-10-03 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0882dd5852113ce0c09c21cb2e1b0748afa9a17f
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Oct  3 16:55:46 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Oct  3 16:56:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0882dd58

sci-chemistry/freeon-1.0.6: Version bump.

Package-Manager: portage-2.2.1

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.6.ebuild | 33 ++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 01f53f7..ca3a540 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.6 (03 Oct 2013)
+
+  03 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.6.ebuild:
+  sci-chemistry/freeon-1.0.6: Version bump.
+
   01 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Bringing live ebuild up to date.
 

diff --git a/sci-chemistry/freeon/freeon-1.0.6.ebuild b/sci-chemistry/freeon/freeon-1.0.6.ebuild
new file mode 100644
index 0000000..91f6cd9
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.6.ebuild
@@ -0,0 +1,33 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-10-24 17:56 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-10-24 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2e875fbb8314212a430f3f5485380c188ce4aa7a
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Thu Oct 24 17:46:05 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Thu Oct 24 17:46:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2e875fbb

sci-chemistry/freeon-1.0.7: Version bump.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.7.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index ca3a540..d93ed9c 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.7 (24 Oct 2013)
+
+  24 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.7.ebuild:
+  sci-chemistry/freeon-1.0.7: Version bump.
+
 *freeon-1.0.6 (03 Oct 2013)
 
   03 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.6.ebuild:

diff --git a/sci-chemistry/freeon/freeon-1.0.7.ebuild b/sci-chemistry/freeon/freeon-1.0.7.ebuild
new file mode 100644
index 0000000..1dc40fe
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.7.ebuild
@@ -0,0 +1,26 @@
+# 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"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-10-25 17:30 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-10-25 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     00b6c54f5f730b429c7e1faccce3c3d82648e693
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Oct 25 17:30:04 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Oct 25 17:30:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=00b6c54f

sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in
this version.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog           | 4 ++++
 sci-chemistry/freeon/freeon-1.0.7.ebuild | 5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index d93ed9c..7d342b0 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.7.ebuild:
+  sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in
+  this version.
+
 *freeon-1.0.7 (24 Oct 2013)
 
   24 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.7.ebuild:

diff --git a/sci-chemistry/freeon/freeon-1.0.7.ebuild b/sci-chemistry/freeon/freeon-1.0.7.ebuild
index 1dc40fe..3f0980a 100644
--- a/sci-chemistry/freeon/freeon-1.0.7.ebuild
+++ b/sci-chemistry/freeon/freeon-1.0.7.ebuild
@@ -16,11 +16,10 @@ 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"
+IUSE=""
 
 RDEPEND="
 	sci-libs/hdf5
 	virtual/blas
 	virtual/lapack"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-09  4:46 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-09  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b897562498b8e8f583b4f74977917ca55759bd7c
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sat Nov  9 04:46:03 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sat Nov  9 04:46:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b8975624

sci-chemistry/freeon-1.0.8: Version bump.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog           |  5 +++++
 sci-chemistry/freeon/freeon-1.0.8.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 7d342b0..203cbed 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.8 (09 Nov 2013)
+
+  09 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.8.ebuild:
+  sci-chemistry/freeon-1.0.8: Version bump.
+
   25 Oct 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.7.ebuild:
   sci-chemistry/freeon-1.0.7: Cleaned up IUSE (the default behavior changed in
   this version.

diff --git a/sci-chemistry/freeon/freeon-1.0.8.ebuild b/sci-chemistry/freeon/freeon-1.0.8.ebuild
new file mode 100644
index 0000000..3f0980a
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.8.ebuild
@@ -0,0 +1,25 @@
+# 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=""
+
+RDEPEND="
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-10 18:22 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-10 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     83d4fe391b021d87e5ec2b94fe491cfd76f12166
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 18:21:43 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Sun Nov 10 18:22:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83d4fe39

sci-chemistry/freeon-1.0.8-r1: Added python support.

The package provides some python scripts. This revision inherits python-r1.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog              |  6 ++++++
 sci-chemistry/freeon/freeon-1.0.8-r1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 203cbed..6c9cf9b 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*freeon-1.0.8-r1 (10 Nov 2013)
+
+  10 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.8-r1.ebuild:
+  sci-chemistry/freeon-1.0.8-r1: Added python support.  The package provides
+  some python scripts. This revision inherits python-r1.
+
 *freeon-1.0.8 (09 Nov 2013)
 
   09 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.8.ebuild:

diff --git a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
new file mode 100644
index 0000000..3488eb0
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
@@ -0,0 +1,27 @@
+# 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
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit autotools-utils fortran-2 python-r1
+
+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=""
+
+RDEPEND="
+	sci-libs/hdf5
+	virtual/blas
+	virtual/lapack
+	${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-12 16:41 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-12 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d7ae50b47143ca5773825a0a34aad09d344b46cd
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Nov 12 16:41:16 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Nov 12 16:41:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d7ae50b4

sci-chemistry/freeon-9999: Cleanup of ebuild.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 6c9cf9b..afd734b 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Cleanup of ebuild.
+
 *freeon-1.0.8-r1 (10 Nov 2013)
 
   10 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.8-r1.ebuild:

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index a151b33..a71b95e 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -19,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh"
 LICENSE="GPL-3"
 SLOT="live"
 KEYWORDS="~amd64 ~x86"
-IUSE="standalone-BCSR static-libs"
+IUSE=""
 
 RDEPEND="
 	sci-libs/hdf5
@@ -30,7 +30,7 @@ DEPEND="${DEPEND}
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable standalone-BCSR)
+		"--enable-git-tag"
 	)
 	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-12 16:43 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-12 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     98d50a4fe7f7c96d94f4cd1c1eac326ebc07ecc1
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Nov 12 16:41:16 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Nov 12 16:41:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98d50a4f

sci-chemistry/freeon-9999: Cleanup of ebuild.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 6c9cf9b..afd734b 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Cleanup of ebuild.
+
 *freeon-1.0.8-r1 (10 Nov 2013)
 
   10 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.8-r1.ebuild:

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index a151b33..a71b95e 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -19,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh"
 LICENSE="GPL-3"
 SLOT="live"
 KEYWORDS="~amd64 ~x86"
-IUSE="standalone-BCSR static-libs"
+IUSE=""
 
 RDEPEND="
 	sci-libs/hdf5
@@ -30,7 +30,7 @@ DEPEND="${DEPEND}
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable standalone-BCSR)
+		"--enable-git-tag"
 	)
 	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-19  4:03 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-19  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     970eebabb0dae57b2546688608c4410daedfceea
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Nov 19 04:02:50 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Nov 19 04:02:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=970eebab

sci-chemistry/freeon-9999: Fixed python dependencies.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index afd734b..44f6972 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Fixed python dependencies.
+
   12 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Cleanup of ebuild.
 

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index a71b95e..39e1537 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 FORTRAN_STANDARD=90
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} )
 
-inherit autotools-utils fortran-2 git-2
+inherit autotools-utils fortran-2 git-2 python-any-r1
 
 DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry."
 HOMEPAGE="http://www.freeon.org"
@@ -26,6 +27,7 @@ RDEPEND="
 	virtual/blas
 	virtual/lapack"
 DEPEND="${DEPEND}
+	${PYTHON_DEPS}
 	virtual/pkgconfig"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-11-19  4:07 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-11-19  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ffa2ab4e8fa9e385a337212a513fe390f9a5a3f6
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Nov 19 04:07:07 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Nov 19 04:07:07 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ffa2ab4e

sci-chemistry/freeon-1.0.8-r1: Fixed python dependencies.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog              | 4 ++++
 sci-chemistry/freeon/freeon-1.0.8-r1.ebuild | 6 +++---
 sci-chemistry/freeon/freeon-9999.ebuild     | 7 +++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 44f6972..bedc980 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.8-r1.ebuild,
+  freeon-9999.ebuild:
+  sci-chemistry/freeon-1.0.8-r1: Fixed python dependencies.
+
   19 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Fixed python dependencies.
 

diff --git a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
index 3488eb0..a34b9a4 100644
--- a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
+++ b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
@@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1
 FORTRAN_STANDARD=90
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
-inherit autotools-utils fortran-2 python-r1
+inherit autotools-utils fortran-2 python-any-r1
 
 DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry."
 HOMEPAGE="http://www.freeon.org"
@@ -22,6 +22,6 @@ IUSE=""
 RDEPEND="
 	sci-libs/hdf5
 	virtual/blas
-	virtual/lapack
+	virtual/lapack"
+DEPEND="${RDEPEND}
 	${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 39e1537..92fdd05 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 inherit autotools-utils fortran-2 git-2 python-any-r1
 
@@ -26,9 +26,8 @@ RDEPEND="
 	sci-libs/hdf5
 	virtual/blas
 	virtual/lapack"
-DEPEND="${DEPEND}
-	${PYTHON_DEPS}
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}
+	${PYTHON_DEPS}"
 
 src_configure() {
 	local myeconfargs=(


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-12-13 19:12 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-12-13 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     52095b44562442e41eacbbb853af6c9f03e0f597
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 13 19:10:43 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Dec 13 19:10:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=52095b44

sci-chemistry/freeon: Updated maintainer email to gentoo.org

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog    | 3 +++
 sci-chemistry/freeon/metadata.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index bedc980..ce5766a 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
+  sci-chemistry/freeon: Updated maintainer email to gentoo.org
+
   19 Nov 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.8-r1.ebuild,
   freeon-9999.ebuild:
   sci-chemistry/freeon-1.0.8-r1: Fixed python dependencies.

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 5f6f63b..9fafd7f 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -6,7 +6,7 @@
 	</longdescription>
   <herd>sci-chemistry</herd>
   <maintainer>
-    <email>nicolasbock@gmail.com</email>
+    <email>nicolasbock@gentoo.org</email>
     <name>Nicolas Bock</name>
   </maintainer>
   <use>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2013-12-17 21:48 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2013-12-17 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c972a037f1040bad65224c269e63e42de22a56
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Tue Dec 17 21:48:43 2013 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Dec 17 21:48:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f5c972a0

sci-chemistry/freeon: Removing old, masked versions.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog           |  4 ++++
 sci-chemistry/freeon/freeon-1.0.1.ebuild | 26 -------------------------
 sci-chemistry/freeon/freeon-1.0.2.ebuild | 26 -------------------------
 sci-chemistry/freeon/freeon-1.0.3.ebuild | 33 --------------------------------
 sci-chemistry/freeon/freeon-1.0.ebuild   | 27 --------------------------
 5 files changed, 4 insertions(+), 112 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index ce5766a..d721e7b 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  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.
+
   13 Dec 2013; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
   sci-chemistry/freeon: Updated maintainer email to gentoo.org
 

diff --git a/sci-chemistry/freeon/freeon-1.0.1.ebuild b/sci-chemistry/freeon/freeon-1.0.1.ebuild
deleted file mode 100644
index 1832c7f..0000000
--- a/sci-chemistry/freeon/freeon-1.0.1.ebuild
+++ /dev/null
@@ -1,26 +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="static-libs"
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"

diff --git a/sci-chemistry/freeon/freeon-1.0.2.ebuild b/sci-chemistry/freeon/freeon-1.0.2.ebuild
deleted file mode 100644
index 1832c7f..0000000
--- a/sci-chemistry/freeon/freeon-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +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="static-libs"
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"

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 91f6cd9..0000000
--- 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
-}

diff --git a/sci-chemistry/freeon/freeon-1.0.ebuild b/sci-chemistry/freeon/freeon-1.0.ebuild
deleted file mode 100644
index 85fc273..0000000
--- a/sci-chemistry/freeon/freeon-1.0.ebuild
+++ /dev/null
@@ -1,27 +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="static-libs"
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${DEPEND}
-	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-01-06 18:48 Justin Lecher
  0 siblings, 0 replies; 41+ messages in thread
From: Justin Lecher @ 2014-01-06 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     db40f435135bb40272d1344c550a31843536f226
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 18:47:07 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 18:47:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db40f435

sci-chemistry/freeon: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 sci-chemistry/freeon/ChangeLog          |  6 +++++-
 sci-chemistry/freeon/freeon-9999.ebuild | 13 ++++++++-----
 sci-chemistry/freeon/metadata.xml       |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index d721e7b..a5185af 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 92fdd05..a07d15d 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 9fafd7f..5408cb1 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>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-02-27 23:01 Sebastien Fabbro
  0 siblings, 0 replies; 41+ messages in thread
From: Sebastien Fabbro @ 2014-02-27 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     04885e8a64dc7678371f6bb557318c1781c1a2a7
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 22:39:15 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 22:39:15 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=04885e8a

removed keywords for live ebuild

---
 sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index a07d15d..a267fe9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
 
 LICENSE="GPL-3"
 SLOT="live"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-02-28 19:34 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-02-28 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     584f25c864955f02ca8c6ed06910f9bf21e5ff26
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Feb 28 19:34:08 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Feb 28 19:34:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=584f25c8

sci-chemistry/freeon-9999: Change slotting to 0.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index a5185af..7b5e7c7 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Feb 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Change slotting to 0.
+
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> freeon-9999.ebuild,
   metadata.xml:
   Switch from git-2 to git-r3

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index a267fe9..c90b8e2 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -16,7 +16,7 @@ SRC_URI=""
 EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
 
 LICENSE="GPL-3"
-SLOT="live"
+SLOT="0"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-02-28 20:02 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-02-28 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d2da9f8550a09da06660ac60857ed28e52c8eef2
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Feb 28 20:02:34 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Fri Feb 28 20:02:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2da9f85

sci-chemistry/freeon: Removing old versions.

Package-Manager: portage-2.2.7

---
 sci-chemistry/freeon/ChangeLog           |  4 ++++
 sci-chemistry/freeon/freeon-1.0.4.ebuild | 33 --------------------------------
 sci-chemistry/freeon/freeon-1.0.5.ebuild | 33 --------------------------------
 sci-chemistry/freeon/freeon-1.0.6.ebuild | 33 --------------------------------
 sci-chemistry/freeon/freeon-1.0.7.ebuild | 25 ------------------------
 5 files changed, 4 insertions(+), 124 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 7b5e7c7..14a5966 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Feb 2014; Nicolas Bock <nicolasbock@gentoo.org> -freeon-1.0.4.ebuild,
+  -freeon-1.0.5.ebuild, -freeon-1.0.6.ebuild, -freeon-1.0.7.ebuild:
+  sci-chemistry/freeon: Removing old versions.
+
   28 Feb 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Change slotting to 0.
 

diff --git a/sci-chemistry/freeon/freeon-1.0.4.ebuild b/sci-chemistry/freeon/freeon-1.0.4.ebuild
deleted file mode 100644
index 170a2ce..0000000
--- a/sci-chemistry/freeon/freeon-1.0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 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
-}

diff --git a/sci-chemistry/freeon/freeon-1.0.5.ebuild b/sci-chemistry/freeon/freeon-1.0.5.ebuild
deleted file mode 100644
index 170a2ce..0000000
--- a/sci-chemistry/freeon/freeon-1.0.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 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
-}

diff --git a/sci-chemistry/freeon/freeon-1.0.6.ebuild b/sci-chemistry/freeon/freeon-1.0.6.ebuild
deleted file mode 100644
index 170a2ce..0000000
--- a/sci-chemistry/freeon/freeon-1.0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 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
-}

diff --git a/sci-chemistry/freeon/freeon-1.0.7.ebuild b/sci-chemistry/freeon/freeon-1.0.7.ebuild
deleted file mode 100644
index f1cb154..0000000
--- a/sci-chemistry/freeon/freeon-1.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 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=""
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-09-17 20:01 Christoph Junghans
  0 siblings, 0 replies; 41+ messages in thread
From: Christoph Junghans @ 2014-09-17 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     722cdf6af27a4e81405f7fd127ee97e95e6955c2
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 17 19:57:25 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Sep 17 19:57:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=722cdf6a

updated metadata.xml

Package-Manager: portage-2.2.8-r1

---
 sci-chemistry/freeon/ChangeLog    | 3 +++
 sci-chemistry/freeon/metadata.xml | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 14a5966..8a6cf13 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Sep 2014; Christoph Junghans <ottxor@gentoo.org> metadata.xml:
+  updated metadata.xml
+
   28 Feb 2014; Nicolas Bock <nicolasbock@gentoo.org> -freeon-1.0.4.ebuild,
   -freeon-1.0.5.ebuild, -freeon-1.0.6.ebuild, -freeon-1.0.7.ebuild:
   sci-chemistry/freeon: Removing old versions.

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 5408cb1..71873a1 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -9,7 +9,4 @@
     <email>nicolasbock@gentoo.org</email>
     <name>Nicolas Bock</name>
   </maintainer>
-  <use>
-    <flag name="standalone-BCSR">Enables a self-contained BCSR file format</flag>
-  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-10-26 16:19 Justin Lecher
  0 siblings, 0 replies; 41+ messages in thread
From: Justin Lecher @ 2014-10-26 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     dd6dec7ba17e1fbdeb5530d4bc1737544864afee
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 16:19:44 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 16:19:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dd6dec7b

sci-chemistry/freeon: Drop obsolete versions

Package-Manager: portage-2.2.14

---
 sci-chemistry/freeon/ChangeLog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 8a6cf13..509aa1a 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Oct 2014; Justin Lecher <jlec@gentoo.org> ChangeLog:
+  Drop obsolete versions
+
   17 Sep 2014; Christoph Junghans <ottxor@gentoo.org> metadata.xml:
   updated metadata.xml
 


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-12-17 15:07 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-12-17 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5f15e0b9b22ff25ad3d80650efb1624fa7b23c86
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Dec 17 15:05:26 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 15:06:50 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f15e0b9

sci-chemistry/freeon-9999: Adding prefix.

The live version can now be installed side-by-side with the release version.

---
 sci-chemistry/freeon/freeon-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index c90b8e2..fa5afc9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit autotools-utils fortran-2 git-r3 python-any-r1
 
@@ -35,6 +35,7 @@ src_prepare() {
 src_configure() {
 	local myeconfargs=(
 		"--enable-git-tag"
+		"--prefix=/opt/freeon/experimental"
 	)
 	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-12-17 19:55 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-12-17 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d4cac71706a0f137270f506ce1ef3d9c187e5a9c
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Wed Dec 17 19:55:07 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 19:55:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d4cac717

sci-chemistry/freeon-9999: Slotting

---
 sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index fa5afc9..da7290a 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -16,7 +16,7 @@ SRC_URI=""
 EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="live"
 KEYWORDS=""
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-12-19 19:33 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-12-19 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3d45abae281fae20c9bcc503bf3f3f591ad8a814
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 19 19:32:48 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 19:32:48 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3d45abae

sci-chemistry/freeon: Cleaning up old ebuilds.

Package-Manager: portage-2.2.14

---
 sci-chemistry/freeon/ChangeLog              |  4 ++++
 sci-chemistry/freeon/freeon-1.0.8-r1.ebuild | 27 ---------------------------
 sci-chemistry/freeon/freeon-1.0.8.ebuild    | 25 -------------------------
 3 files changed, 4 insertions(+), 52 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 509aa1a..87c22e2 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> -Manifest,
+  -freeon-1.0.8-r1.ebuild, -freeon-1.0.8.ebuild:
+  sci-chemistry/freeon: Cleaning up old ebuilds.
+
   26 Oct 2014; Justin Lecher <jlec@gentoo.org> ChangeLog:
   Drop obsolete versions
 

diff --git a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
deleted file mode 100644
index 46a7af0..0000000
--- a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit autotools-utils fortran-2 python-any-r1
-
-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=""
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}"

diff --git a/sci-chemistry/freeon/freeon-1.0.8.ebuild b/sci-chemistry/freeon/freeon-1.0.8.ebuild
deleted file mode 100644
index f1cb154..0000000
--- a/sci-chemistry/freeon/freeon-1.0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 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=""
-
-RDEPEND="
-	sci-libs/hdf5
-	virtual/blas
-	virtual/lapack"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-12-19 20:36 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-12-19 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     21f67df8fdf34b408fca723c354dfe24ce26b23d
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Dec 19 20:36:07 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 20:36:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=21f67df8

sci-chemistry/freeon-9999: Move files.

Package-Manager: portage-2.2.14

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 87c22e2..baea818 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Move files.
+
   19 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> -Manifest,
   -freeon-1.0.8-r1.ebuild, -freeon-1.0.8.ebuild:
   sci-chemistry/freeon: Cleaning up old ebuilds.

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index da7290a..70ea9e8 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
 src_configure() {
 	local myeconfargs=(
 		"--enable-git-tag"
-		"--prefix=/opt/freeon/experimental"
+		"--prefix=/opt/freeon"
 	)
 	autotools-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2014-12-22 22:26 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2014-12-22 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     29f7cc4fc65800e2a75181e13e5dfc110c7ea185
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 22:26:25 2014 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 22:26:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=29f7cc4f

sci-chemistry/freeon-9999: Add proper prefix flags to configure.

Package-Manager: portage-2.2.14

---
 sci-chemistry/freeon/ChangeLog          | 3 +++
 sci-chemistry/freeon/freeon-9999.ebuild | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index baea818..5860bfe 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
+  sci-chemistry/freeon-9999: Add proper prefix flags to configure.
+
   19 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Move files.
 

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 70ea9e8..28e6d17 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -36,6 +36,12 @@ 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
 }


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2015-04-10 19:43 Nicolas Bock
  0 siblings, 0 replies; 41+ messages in thread
From: Nicolas Bock @ 2015-04-10 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c430f81f812ea8ebea9588cfce964547c3663a30
Author:     Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
AuthorDate: Fri Apr 10 19:42:48 2015 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 19:42:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c430f81f

sci-chemistry/freeon: Updated live ebuild.

Package-Manager: portage-2.2.14

 sci-chemistry/freeon/ChangeLog          | 5 ++++-
 sci-chemistry/freeon/freeon-9999.ebuild | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 5860bfe..d4a2d10 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/freeon
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Apr 2015; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
+  sci-chemistry/freeon: Updated live ebuild.
+
   22 Dec 2014; Nicolas Bock <nicolasbock@gentoo.org> freeon-9999.ebuild:
   sci-chemistry/freeon-9999: Add proper prefix flags to configure.
 

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 5708306..b9d957e 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,6 +14,7 @@ DESCRIPTION="An experimental suite of programs for linear scaling quantum chemis
 HOMEPAGE="http://www.freeon.org"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
+EGIT_BRANCH="master"
 
 LICENSE="GPL-3"
 SLOT="live"


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2021-01-28 15:10 Andrew Ammerlaan
  0 siblings, 0 replies; 41+ messages in thread
From: Andrew Ammerlaan @ 2021-01-28 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     626fe249f7e7379ca238cb30e8282af3152bca11
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Jan 28 15:10:01 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jan 28 15:10:01 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=626fe249

sci-chemistry/freeon: EAPI bump, autotools-utils --> cmake

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/freeon/freeon-9999.ebuild | 37 +++++++--------------------------
 1 file changed, 8 insertions(+), 29 deletions(-)

diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 60a8af7cb..3d606ae0d 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,47 +1,26 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-AUTOTOOLS_AUTORECONF=1
 FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit autotools-utils fortran-2 git-r3 python-any-r1
+inherit cmake fortran-2 git-r3 python-any-r1 multilib
 
 DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry"
-HOMEPAGE="http://www.freeon.org"
-SRC_URI=""
+HOMEPAGE="https://www.freeon.org"
 EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
 EGIT_BRANCH="master"
 
 LICENSE="GPL-3"
-SLOT="live"
+SLOT="0"
 KEYWORDS=""
-IUSE=""
 
 RDEPEND="
 	sci-libs/hdf5
 	virtual/blas
-	virtual/lapack"
+	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
-}


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2021-01-30 15:17 Andrew Ammerlaan
  0 siblings, 0 replies; 41+ messages in thread
From: Andrew Ammerlaan @ 2021-01-30 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e2cc040111bdd07fc3ee1597f450843e819fb7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 30 15:17:03 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jan 30 15:17:03 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c6e2cc04

sci-chemistry/freeon: rem. longdiscription closely matches description

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/freeon/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
index 79f403367..2fe5325ae 100644
--- a/sci-chemistry/freeon/metadata.xml
+++ b/sci-chemistry/freeon/metadata.xml
@@ -1,9 +1,6 @@
 <?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>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
@ 2023-05-02 12:15 Andrew Ammerlaan
  0 siblings, 0 replies; 41+ messages in thread
From: Andrew Ammerlaan @ 2023-05-02 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     615a26ea82798b6ad0acefbaac633c8c3bb68116
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:12:14 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May  2 12:15:22 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=615a26ea

sci-chemistry/freeon: treeclean

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-chemistry/freeon/freeon-9999.ebuild | 26 --------------------------
 sci-chemistry/freeon/metadata.xml       | 12 ------------
 2 files changed, 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>


^ permalink raw reply related	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2023-05-02 12:15 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 22:26 [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/ Nicolas Bock
  -- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:15 Andrew Ammerlaan
2021-01-30 15:17 Andrew Ammerlaan
2021-01-28 15:10 Andrew Ammerlaan
2015-04-10 19:43 Nicolas Bock
2014-12-19 20:36 Nicolas Bock
2014-12-19 19:33 Nicolas Bock
2014-12-17 19:55 Nicolas Bock
2014-12-17 15:07 Nicolas Bock
2014-10-26 16:19 Justin Lecher
2014-09-17 20:01 Christoph Junghans
2014-02-28 20:02 Nicolas Bock
2014-02-28 19:34 Nicolas Bock
2014-02-27 23:01 Sebastien Fabbro
2014-01-06 18:48 Justin Lecher
2013-12-17 21:48 Nicolas Bock
2013-12-13 19:12 Nicolas Bock
2013-11-19  4:07 Nicolas Bock
2013-11-19  4:03 Nicolas Bock
2013-11-12 16:43 Nicolas Bock
2013-11-12 16:41 Nicolas Bock
2013-11-10 18:22 Nicolas Bock
2013-11-09  4:46 Nicolas Bock
2013-10-25 17:30 Nicolas Bock
2013-10-24 17:56 Nicolas Bock
2013-10-03 16:56 Nicolas Bock
2013-10-01 15:52 Nicolas Bock
2013-09-28  3:32 Nicolas Bock
2013-09-20 21:20 Nicolas Bock
2013-09-20 20:49 Nicolas Bock
2013-09-18 19:20 Nicolas Bock
2013-09-18 16:27 Nicolas Bock
2013-09-17 17:33 Nicolas Bock
2013-09-16 18:19 Nicolas Bock
2013-09-16 18:17 Nicolas Bock
2013-09-15 13:53 Nicolas Bock
2013-09-14 18:10 Nicolas Bock
2013-02-22 16:03 Justin Lecher
2012-07-14 22:45 Christoph Junghans
2012-07-05 20:23 Nicolas Bock
2012-07-05 20:23 Nicolas Bock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox