public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2012-10-09 13:08 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2012-10-09 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     51983e42327255f26e9d4a32e52b2dee132ba86b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  9 13:05:53 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Tue Oct  9 13:05:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51983e42

initial commit (thx to Torsten Stuehn)

(Portage version: 2.2.0_alpha136/git/Linux i686)

---
 sci-physics/espresso++/ChangeLog              |    9 +++++
 sci-physics/espresso++/espresso++-9999.ebuild |   43 +++++++++++++++++++++++++
 sci-physics/espresso++/metadata.xml           |   12 +++++++
 3 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
new file mode 100644
index 0000000..2602ad6
--- /dev/null
+++ b/sci-physics/espresso++/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-physics/espresso++
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*espresso++-9999 (09 Oct 2012)
+
+  09 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +espresso++-9999.ebuild,
+  +metadata.xml:
+  initial commit (thx to Torsten Stuehn)

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
new file mode 100644
index 0000000..41eda0d
--- /dev/null
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.5 2012/05/06 23:08:00 ottxor Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+
+inherit cmake-utils python
+
+DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
+HOMEPAGE="https://www.espresso-pp.de"
+
+if [[ ${PV} = 9999 ]]; then
+	EHG_REPO_URI="https://hg.berlios.de/repos/espressopp"
+	EHG_REVISION="default"
+	inherit mercurial
+else
+	SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+IUSE="-system-boost"
+
+RDEPEND="
+	system-boost? ( dev-libs/boost[python,mpi] )
+	virtual/mpi
+	"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN%++}pp"
+
+DOCS=( AUTHORS NEWS README )
+
+src_configure() {
+	mycmakeargs=(
+	$(cmake-utils_use system-boost EXTERNAL_BOOST)
+	)
+	cmake-utils_src_configure
+}

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
new file mode 100644
index 0000000..14341e7
--- /dev/null
+++ b/sci-physics/espresso++/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>sci-physics</herd>
+	<maintainer>
+		<email>ottxor@gentoo.org</email>
+		<name>Christoph Junghans</name>
+	</maintainer>
+	<use>
+		<flag name='system-boost'>Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2012-12-23  0:28 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2012-12-23  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7fdebbafaae64e1ef0741433290ea046d31467cd
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 00:27:32 2012 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Dec 23 00:27:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7fdebbaf

sync with gx86

Package-Manager: portage-2.2.0_alpha149

---
 sci-physics/espresso++/ChangeLog              |    3 +++
 sci-physics/espresso++/espresso++-9999.ebuild |    9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 2602ad6..49db84a 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Dec 2012; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  sync with gx86
+
 *espresso++-9999 (09 Oct 2012)
 
   09 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +espresso++-9999.ebuild,

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 41eda0d..d09ae36 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-PYTHON_DEPEND="2"
+PYTHON_DEPEND="2:2.6"
 
 inherit cmake-utils python
 
@@ -17,6 +17,7 @@ if [[ ${PV} = 9999 ]]; then
 	inherit mercurial
 else
 	SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz"
+	S="${WORKDIR}/${PN%++}pp"
 fi
 
 LICENSE="GPL-3"
@@ -31,10 +32,12 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${PN%++}pp"
-
 DOCS=( AUTHORS NEWS README )
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_configure() {
 	mycmakeargs=(
 	$(cmake-utils_use system-boost EXTERNAL_BOOST)


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2013-01-26  2:31 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2013-01-26  2:31 UTC (permalink / raw
  To: gentoo-commits

commit:     79be03b7042415dde7313359fe7644c71d1edd2b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 26 02:30:46 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jan 26 02:30:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79be03b7

sync with gx86

Package-Manager: portage-2.2.0_alpha161

---
 sci-physics/espresso++/ChangeLog              |    5 ++++-
 sci-physics/espresso++/espresso++-9999.ebuild |   14 ++++++++------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 49db84a..ce08d35 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-physics/espresso++
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jan 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  sync with gx86
+
   23 Dec 2012; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index d09ae36..e7ae607 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.5 2012/05/06 23:08:00 ottxor Exp $
 
-EAPI=4
+EAPI=5
 
 PYTHON_DEPEND="2:2.6"
 
@@ -16,11 +16,13 @@ if [[ ${PV} = 9999 ]]; then
 	EHG_REVISION="default"
 	inherit mercurial
 else
-	SRC_URI="https://www.espresso-pp.de/Download/${PN%++}pp_${PV//./_}.tgz"
-	S="${WORKDIR}/${PN%++}pp"
+	SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
+	S="${WORKDIR}/${PN//+/p}-${PV}"
 fi
 
-LICENSE="GPL-3"
+CMAKE_REMOVE_MODULES_LIST="FindBoost"
+
+LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 IUSE="-system-boost"
@@ -40,7 +42,7 @@ pkg_setup() {
 
 src_configure() {
 	mycmakeargs=(
-	$(cmake-utils_use system-boost EXTERNAL_BOOST)
+		$(cmake-utils_use system-boost EXTERNAL_BOOST)
 	)
 	cmake-utils_src_configure
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
  2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
@ 2013-06-14 11:21 ` Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8a2827bf30ba84e51d0d858ca74fe50614a25c05
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:18:20 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 11:18:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a2827bf

sci-physics/espresso++: Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses

Package-Manager: portage-2.2.0_alpha179

---
 sci-physics/espresso++/ChangeLog              |  4 ++++
 sci-physics/espresso++/espresso++-9999.ebuild | 22 ++++++++--------------
 sci-physics/espresso++/metadata.xml           | 16 ++++++++--------
 3 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ce08d35..2ae6bac 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jun 2013; Justin Lecher <jlec@gentoo.org> espresso++-9999.ebuild,
+  metadata.xml:
+  Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses
+
   26 Jan 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index e7ae607..5ba22a2 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=5
 
-PYTHON_DEPEND="2:2.6"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit cmake-utils python
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
 HOMEPAGE="https://www.espresso-pp.de"
@@ -24,25 +24,19 @@ CMAKE_REMOVE_MODULES_LIST="FindBoost"
 
 LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+KEYWORDS=""
 IUSE="-system-boost"
 
-RDEPEND="
-	system-boost? ( dev-libs/boost[python,mpi] )
-	virtual/mpi
-	"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}
+	virtual/mpi
+	system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
 
-pkg_setup() {
-	python_set_active_version 2
-}
-
 src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use system-boost EXTERNAL_BOOST)
-	)
+	mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) )
 	cmake-utils_src_configure
 }

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
index 14341e7..2d6dc53 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-physics</herd>
-	<maintainer>
-		<email>ottxor@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
-	<use>
-		<flag name='system-boost'>Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
-	</use>
+  <herd>sci-physics</herd>
+  <maintainer>
+    <email>ottxor@gentoo.org</email>
+    <name>Christoph Junghans</name>
+  </maintainer>
+  <use>
+    <flag name="system-boost">Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
+  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2013-08-02 16:58 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2013-08-02 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     98320a29950681a08097699d035f54e90f1253a4
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 16:58:10 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 16:58:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98320a29

added hostfingerprint

Package-Manager: portage-2.2.0_alpha191

---
 sci-physics/espresso++/ChangeLog              | 3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 2ae6bac..922a676 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Aug 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  added hostfingerprint
+
   14 Jun 2013; Justin Lecher <jlec@gentoo.org> espresso++-9999.ebuild,
   metadata.xml:
   Bump to EAPI=5 and drop KEYWORDS of live ebuilds; bump to new python eclasses

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 5ba22a2..983a8c5 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -22,6 +22,9 @@ fi
 
 CMAKE_REMOVE_MODULES_LIST="FindBoost"
 
+EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
+EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
+EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
 LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
 SLOT="0"
 KEYWORDS=""


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2013-10-09 14:08 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2013-10-09 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     16e5aef3c63fa28cb2655e38cbda022b2f0cb40b
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 14:08:46 2013 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 14:08:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=16e5aef3

sync with gx86

Package-Manager: portage-2.2.1

---
 sci-physics/espresso++/ChangeLog              |  3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 14 +++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 922a676..6374982 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Oct 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  sync with gx86
+
   02 Aug 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   added hostfingerprint
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 983a8c5..215714d 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit cmake-utils python-single-r1
+inherit cmake-utils multilib python-single-r1
 
 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
 HOMEPAGE="https://www.espresso-pp.de"
@@ -15,9 +15,12 @@ if [[ ${PV} = 9999 ]]; then
 	EHG_REPO_URI="https://hg.berlios.de/repos/espressopp"
 	EHG_REVISION="default"
 	inherit mercurial
+	KEYWORDS=
 else
 	SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
 	S="${WORKDIR}/${PN//+/p}-${PV}"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+	PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
 fi
 
 CMAKE_REMOVE_MODULES_LIST="FindBoost"
@@ -27,7 +30,6 @@ EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
 EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
 LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
 SLOT="0"
-KEYWORDS=""
 IUSE="-system-boost"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -40,6 +42,12 @@ DEPEND="${RDEPEND}"
 DOCS=( AUTHORS NEWS README )
 
 src_configure() {
-	mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) )
+	mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) -DLIB="$(get_libdir)" )
 	cmake-utils_src_configure
 }
+
+src_install() {
+	cmake-utils_src_install
+	rm "${ED}/usr/bin/ESPRC" || die
+	rmdir "${ED}/usr/bin" || die
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-02-07 17:20 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-02-07 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     85864aa13f2626218a3390237bcdb7965a6961ed
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:18:27 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 17:20:30 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85864aa1

live ebuild update

Package-Manager: portage-2.2.7

---
 sci-physics/espresso++/ChangeLog              |  6 +++++-
 sci-physics/espresso++/espresso++-9999.ebuild | 18 +++++-------------
 sci-physics/espresso++/metadata.xml           |  3 ---
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 6374982..3d4182a 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-physics/espresso++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild,
+  metadata.xml:
+  live ebuild update
+
   09 Oct 2013; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index ae17b84..694093a 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -20,34 +20,26 @@ else
 	SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
 	S="${WORKDIR}/${PN//+/p}-${PV}"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-	PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
 fi
 
-CMAKE_REMOVE_MODULES_LIST="FindBoost"
-
 EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
 EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
 EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
-LICENSE="GPL-3 !system-boost? ( Boost-1.0 )"
+LICENSE="GPL-3"
 SLOT="0"
-IUSE="-system-boost"
+IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	virtual/mpi
-	system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
+	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+	dev-python/mpi4py"
 DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
 
 src_configure() {
-	mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) -DLIB="$(get_libdir)" )
+	mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" )
 	cmake-utils_src_configure
 }
-
-src_install() {
-	cmake-utils_src_install
-	rm "${ED}/usr/bin/ESPRC" || die
-	rmdir "${ED}/usr/bin" || die
-}

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
index 2d6dc53..a556ddb 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -6,7 +6,4 @@
     <email>ottxor@gentoo.org</email>
     <name>Christoph Junghans</name>
   </maintainer>
-  <use>
-    <flag name="system-boost">Use system boost (<pkg>dev-libs/boost</pkg>) instead of bundled one</flag>
-  </use>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-02-16 20:29 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-02-16 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     78d9f52e8c9dcecc6eede49762ce008bddbacbe4
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:28:52 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:28:52 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=78d9f52e

live ebuild update

Package-Manager: portage-2.2.7

---
 sci-physics/espresso++/ChangeLog              | 3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 3d4182a..4773420 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  live ebuild update
+
   07 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild,
   metadata.xml:
   live ebuild update

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 694093a..d36b562 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -40,6 +40,11 @@ DEPEND="${RDEPEND}"
 DOCS=( AUTHORS NEWS README )
 
 src_configure() {
-	mycmakeargs=( -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON -DLIB="$(get_libdir)" )
+	mycmakeargs=(
+		-DEXTERNAL_BOOST=ON
+		-DEXTERNAL_MPI4PY=ON
+		-DLIB="$(get_libdir)"
+		-DWITH_RC_FILES=OFF
+	)
 	cmake-utils_src_configure
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-05-19 19:16 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-05-19 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     21423908733af6d076e5a3647a3821959196bd83
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 19:11:01 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon May 19 19:11:01 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=21423908

upstream repo moved

Package-Manager: portage-2.2.8-r1

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

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 4773420..d9abef0 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 May 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  upstream repo moved
+
   16 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   live ebuild update
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index d36b562..07a7f98 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="extensible, flexible, fast and parallel simulation software for sof
 HOMEPAGE="https://www.espresso-pp.de"
 
 if [[ ${PV} = 9999 ]]; then
-	EHG_REPO_URI="https://hg.berlios.de/repos/espressopp"
+	EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}"
 	EHG_REVISION="default"
 	inherit mercurial
 	KEYWORDS=
@@ -22,9 +22,6 @@ else
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 fi
 
-EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3"
-EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate"
-EHG_PULL_CMD="hg pull ${EHG_QUIET_CMD_OPT} ${EHP_OPTS}"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE=""


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-06-21 17:30 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-06-21 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     31a828fa9265315977a2f1676d11dc0b41c5a665
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 17:30:24 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 17:30:24 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=31a828fa

added missing deps (bug #514084)

Package-Manager: portage-2.2.8-r1

---
 sci-physics/espresso++/ChangeLog              | 3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index d9abef0..ff742e1 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Jun 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  added missing deps (bug #514084)
+
   19 May 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   upstream repo moved
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 07a7f98..6642526 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -31,6 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
 	virtual/mpi
 	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+	sci-libs/fftw:3.0
 	dev-python/mpi4py"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-07-02 22:56 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-07-02 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0b3104d791144722e7e4e7a416341c4fc259fa18
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  2 22:55:37 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jul  2 22:56:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0b3104d7

use ninja

Package-Manager: portage-2.2.8-r1

---
 sci-physics/espresso++/ChangeLog              | 3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 1 +
 2 files changed, 4 insertions(+)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ff742e1..ea6f005 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jul 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  use ninja
+
   21 Jun 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   added missing deps (bug #514084)
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 6642526..43c4297 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
+CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils multilib python-single-r1
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-08-25 22:42 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-08-25 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b50c01ce5b81e767a508fee66f8b40f7021bde18
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 22:42:38 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 22:42:38 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b50c01ce

sync with gx86

Package-Manager: portage-2.2.8-r1

---
 sci-physics/espresso++/ChangeLog              | 3 +++
 sci-physics/espresso++/espresso++-9999.ebuild | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ea6f005..6e1cd3d 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Aug 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  sync with gx86
+
   02 Jul 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   use ninja
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 43c4297..2c2e739 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils multilib python-single-r1
@@ -18,8 +18,9 @@ if [[ ${PV} = 9999 ]]; then
 	inherit mercurial
 	KEYWORDS=
 else
-	SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
-	S="${WORKDIR}/${PN//+/p}-${PV}"
+	inherit vcs-snapshot
+	#SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
+	SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 fi
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-11-13 15:37 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-11-13 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ddefe7535e4bf41c68097bba408d2a2df58ede39
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 04:39:59 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 15:36:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ddefe753

deps on boost:=

Package-Manager: portage-2.2.8-r2

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

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index 6e1cd3d..ac7fa1f 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  deps on boost:=
+
   25 Aug 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 2c2e739..11d9c40 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -32,7 +32,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	virtual/mpi
-	dev-libs/boost[python,mpi,${PYTHON_USEDEP}]
+	dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
 	sci-libs/fftw:3.0
 	dev-python/mpi4py"
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2014-11-13 17:53 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2014-11-13 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     69f0da75426aad31ae653a9871702cda92bdc34f
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 17:49:59 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 17:53:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=69f0da75

sync with gx86

Package-Manager: portage-2.2.8-r2

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

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ac7fa1f..dd0c03d 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  sync with gx86
+
+  13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   deps on boost:=
 
   25 Aug 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 11d9c40..d21c133 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -7,14 +7,13 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
-inherit cmake-utils multilib python-single-r1
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
 HOMEPAGE="https://www.espresso-pp.de"
 
 if [[ ${PV} = 9999 ]]; then
 	EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}"
-	EHG_REVISION="default"
 	inherit mercurial
 	KEYWORDS=
 else
@@ -37,13 +36,10 @@ RDEPEND="${PYTHON_DEPS}
 	dev-python/mpi4py"
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS NEWS README )
-
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DEXTERNAL_BOOST=ON
 		-DEXTERNAL_MPI4PY=ON
-		-DLIB="$(get_libdir)"
 		-DWITH_RC_FILES=OFF
 	)
 	cmake-utils_src_configure


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2015-03-01 14:44 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2015-03-01 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     796124d9f1f2f558bfe825bcfd1586cfe52ef523
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 14:40:16 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 14:40:16 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=796124d9

move live version to git

Package-Manager: portage-2.2.14

---
 sci-physics/espresso++/ChangeLog              |  5 ++++-
 sci-physics/espresso++/espresso++-9999.ebuild | 10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index dd0c03d..cd16389 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-physics/espresso++
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Mar 2015; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  move live version to git
+
   13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   sync with gx86
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index d21c133..8320cdd 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-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: $
 
@@ -12,14 +12,14 @@ inherit cmake-utils python-single-r1
 DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
 HOMEPAGE="https://www.espresso-pp.de"
 
+MY_PN="${PN//+/p}"
 if [[ ${PV} = 9999 ]]; then
-	EHG_REPO_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}"
-	inherit mercurial
+	EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git"
+	inherit git-r3
 	KEYWORDS=
 else
-	inherit vcs-snapshot
 	#SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
-	SRC_URI="https://bitbucket.org/${PN//+/p}/${PN//+/p}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
+	SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
 fi
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2015-03-20  4:31 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2015-03-20  4:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b107c84760724b1da907e1ebc59ba67ed495a81d
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 04:30:36 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 04:30:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b107c847

added test feature

Package-Manager: portage-2.2.14

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

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index cd16389..ca71bfe 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Mar 2015; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+  added test feature
+
   01 Mar 2015; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   move live version to git
 

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 8320cdd..c1d7f2d 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
+IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2015-06-06 10:23 Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-06-06 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d018433fe09b8c97f6205a2a3721983b06ae166d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:22:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:22:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d018433f

sci-physics/espresso++: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-physics/espresso++/ChangeLog    | 3 +++
 sci-physics/espresso++/metadata.xml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ca71bfe..7a589ed 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-physics/espresso++: Add github to remote-id in metadata.xml
+
   20 Mar 2015; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
   added test feature
 

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
index a556ddb..25acc46 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -6,4 +6,7 @@
     <email>ottxor@gentoo.org</email>
     <name>Christoph Junghans</name>
   </maintainer>
+  <upstream>
+    <remote-id type="github">espressopp/espressopp</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/
@ 2016-07-18  2:48 Christoph Junghans
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Junghans @ 2016-07-18  2:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a42006d0bf91d14ed8006a3b6c5e99dffda1239e
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 02:48:11 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 02:48:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a42006d0

sci-physics/espresso++: moved to gx86

 sci-physics/espresso++/espresso++-9999.ebuild | 46 ---------------------------
 sci-physics/espresso++/metadata.xml           | 15 ---------
 2 files changed, 61 deletions(-)

diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
deleted file mode 100644
index b15d4f5..0000000
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="extensible, flexible, fast and parallel simulation software for soft matter research"
-HOMEPAGE="https://www.espresso-pp.de"
-
-MY_PN="${PN//+/p}"
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git http://github.com/${MY_PN}/${MY_PN}.git"
-	inherit git-r3
-	KEYWORDS=
-else
-	#SRC_URI="https://espressopp.mpip-mainz.mpg.de/Download/${PN//+/p}-${PV}.tgz"
-	SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	virtual/mpi
-	dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
-	sci-libs/fftw:3.0
-	dev-python/mpi4py"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DEXTERNAL_BOOST=ON
-		-DEXTERNAL_MPI4PY=ON
-		-DWITH_RC_FILES=OFF
-	)
-	cmake-utils_src_configure
-}

diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
deleted file mode 100644
index 94152b1..0000000
--- a/sci-physics/espresso++/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>ottxor@gentoo.org</email>
-    <name>Christoph Junghans</name>
-  </maintainer>
-  <maintainer type="project">
-    <email>sci-physics@gentoo.org</email>
-    <name>Gentoo Physics Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">espressopp/espressopp</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2016-07-18  2:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 19:16 [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ Christoph Junghans
  -- strict thread matches above, loose matches on Subject: below --
2016-07-18  2:48 Christoph Junghans
2015-06-06 10:23 Justin Lecher
2015-03-20  4:31 Christoph Junghans
2015-03-01 14:44 Christoph Junghans
2014-11-13 17:53 Christoph Junghans
2014-11-13 15:37 Christoph Junghans
2014-08-25 22:42 Christoph Junghans
2014-07-02 22:56 Christoph Junghans
2014-06-21 17:30 Christoph Junghans
2014-02-16 20:29 Christoph Junghans
2014-02-07 17:20 Christoph Junghans
2013-10-09 14:08 Christoph Junghans
2013-08-02 16:58 Christoph Junghans
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2013-01-26  2:31 Christoph Junghans
2012-12-23  0:28 Christoph Junghans
2012-10-09 13:08 Christoph Junghans

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