From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:fixing commit in: sci-physics/espresso++/ Date: Fri, 14 Jun 2013 11:21:35 +0000 (UTC) [thread overview] Message-ID: <1371208700.8a2827bf30ba84e51d0d858ca74fe50614a25c05.jlec@gentoo> (raw) 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>
WARNING: multiple messages have this Message-ID (diff)
From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ Date: Fri, 14 Jun 2013 11:21:39 +0000 (UTC) [thread overview] Message-ID: <1371208700.8a2827bf30ba84e51d0d858ca74fe50614a25c05.jlec@gentoo> (raw) Message-ID: <20130614112139.Dppm9Xsu1uJ5qpbRA-YKSLeBxP5_o957HWlmKGDo5f4@z> (raw) 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>
next reply other threads:[~2013-06-14 11:22 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-06-14 11:21 Justin Lecher [this message] 2013-06-14 11:21 ` [gentoo-commits] proj/sci:master commit in: sci-physics/espresso++/ Justin Lecher
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1371208700.8a2827bf30ba84e51d0d858ca74fe50614a25c05.jlec@gentoo \ --to=jlec@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox