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: <1371208856.ae2e95c19d332589c9836ddd67112bfc51178e9c.jlec@gentoo> (raw)
Message-ID: <20130614112135.RiLKnaW9qwmigVoFLz_aaYE8VNd5wWbWoYffttknIoE@z> (raw)
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>
next reply other threads:[~2013-06-14 11:21 UTC|newest]
Thread overview: 20+ 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:fixing commit in: sci-physics/espresso/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2016-07-18 21:56 [gentoo-commits] proj/sci:master " Christoph Junghans
2015-03-16 17:42 Christoph Junghans
2014-12-26 1:08 Christoph Junghans
2014-08-19 21:51 Christoph Junghans
2014-08-11 21:37 ` Christoph Junghans
2014-08-19 21:49 Christoph Junghans
2013-12-11 12:43 Justin Lecher
2013-03-09 2:43 Christoph Junghans
2012-10-09 8:53 Christoph Junghans
2012-05-06 21:09 Christoph Junghans
2012-03-24 22:46 Christoph Junghans
2012-03-22 3:53 Christoph Junghans
2011-11-27 21:11 Christoph Junghans
2011-06-25 17:22 Justin Lecher
2011-06-25 12:58 Christoph Junghans
2011-04-26 21:23 Christoph Junghans
2011-04-20 21:29 Christoph Junghans
2011-04-20 13:37 Christoph Junghans
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=1371208856.ae2e95c19d332589c9836ddd67112bfc51178e9c.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: link
Be 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