public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:fixing commit in: sci-physics/espresso/
  2013-06-14 11:21 [gentoo-commits] proj/sci:master commit in: sci-physics/espresso/ Justin Lecher
@ 2013-06-14 11:21 ` Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

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

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 | 24 ++++++++++++++----------
 sci-physics/espresso/metadata.xml         | 10 +++++-----
 3 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index 46977ce..0065313 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
+
   09 Mar 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 fb3e519..c4d3f33 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -2,9 +2,11 @@
 # 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
 
-inherit autotools-utils savedconfig
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit autotools-utils python-single-r1 savedconfig
 
 DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
 HOMEPAGE="http://www.espressomd.org"
@@ -20,13 +22,16 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+KEYWORDS=""
 IUSE="X doc examples fftw mpi packages test -tk"
-REQUIRED_USE="tk? ( X )"
+
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+	tk? ( X )"
 
 RESTRICT="tk? ( test )"
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-lang/tcl
 	fftw? ( sci-libs/fftw:3.0 )
 	mpi? ( virtual/mpi )
@@ -35,7 +40,6 @@ RDEPEND="
 	X? ( x11-libs/libX11 )"
 
 DEPEND="${RDEPEND}
-	dev-lang/python
 	doc? (
 		|| ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] )
 		dev-texlive/texlive-latexextra
@@ -98,16 +102,16 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog
+	echo
 	elog "Please read and cite:"
 	elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006."
 	elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005"
-	elog
+	echo
 	elog "If you need more features, change"
 	elog "/etc/portage/savedconfig/${CATEGORY}/${PF}"
 	elog "and reemerge with USE=savedconfig"
-	elog
+	echo
 	elog "For a full feature list see:"
 	elog "/usr/share/${PN}/myconfig-sample.h"
-	elog
+	echo
 }

diff --git a/sci-physics/espresso/metadata.xml b/sci-physics/espresso/metadata.xml
index cb05f9b..ff82a58 100644
--- a/sci-physics/espresso/metadata.xml
+++ b/sci-physics/espresso/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-physics</herd>
-	<use>
-		<flag name="examples">Installs the examples</flag>
-		<flag name="packages">Installs extra subpackages</flag>
-	</use>
+  <herd>sci-physics</herd>
+  <use>
+    <flag name="examples">Installs the examples</flag>
+    <flag name="packages">Installs extra subpackages</flag>
+  </use>
 </pkgmetadata>


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

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

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

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 | 24 ++++++++++++++----------
 sci-physics/espresso/metadata.xml         | 10 +++++-----
 3 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog
index 46977ce..0065313 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
+
   09 Mar 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 fb3e519..c4d3f33 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -2,9 +2,11 @@
 # 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
 
-inherit autotools-utils savedconfig
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit autotools-utils python-single-r1 savedconfig
 
 DESCRIPTION="Extensible Simulation Package for Research on Soft matter"
 HOMEPAGE="http://www.espressomd.org"
@@ -20,13 +22,16 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+KEYWORDS=""
 IUSE="X doc examples fftw mpi packages test -tk"
-REQUIRED_USE="tk? ( X )"
+
+REQUIRED_USE="
+	${PYTHON_REQUIRED_USE}
+	tk? ( X )"
 
 RESTRICT="tk? ( test )"
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-lang/tcl
 	fftw? ( sci-libs/fftw:3.0 )
 	mpi? ( virtual/mpi )
@@ -35,7 +40,6 @@ RDEPEND="
 	X? ( x11-libs/libX11 )"
 
 DEPEND="${RDEPEND}
-	dev-lang/python
 	doc? (
 		|| ( <app-doc/doxygen-1.7.6.1[-nodot] >=app-doc/doxygen-1.7.6.1[dot] )
 		dev-texlive/texlive-latexextra
@@ -98,16 +102,16 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog
+	echo
 	elog "Please read and cite:"
 	elog "ESPResSo, Comput. Phys. Commun. 174(9) ,704, 2006."
 	elog "http://dx.doi.org/10.1016/j.cpc.2005.10.005"
-	elog
+	echo
 	elog "If you need more features, change"
 	elog "/etc/portage/savedconfig/${CATEGORY}/${PF}"
 	elog "and reemerge with USE=savedconfig"
-	elog
+	echo
 	elog "For a full feature list see:"
 	elog "/usr/share/${PN}/myconfig-sample.h"
-	elog
+	echo
 }

diff --git a/sci-physics/espresso/metadata.xml b/sci-physics/espresso/metadata.xml
index cb05f9b..ff82a58 100644
--- a/sci-physics/espresso/metadata.xml
+++ b/sci-physics/espresso/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-physics</herd>
-	<use>
-		<flag name="examples">Installs the examples</flag>
-		<flag name="packages">Installs extra subpackages</flag>
-	</use>
+  <herd>sci-physics</herd>
+  <use>
+    <flag name="examples">Installs the examples</flag>
+    <flag name="packages">Installs extra subpackages</flag>
+  </use>
 </pkgmetadata>


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

end of thread, other threads:[~2013-06-14 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 11:21 [gentoo-commits] proj/sci:master commit in: sci-physics/espresso/ Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:fixing " Justin Lecher

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