ottxor 15/02/17 23:21:14 Modified: ChangeLog Added: mpibash-1.2.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.3 app-shells/mpibash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 17 Feb 2015 23:10:31 -0000 1.2 +++ ChangeLog 17 Feb 2015 23:21:14 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for app-shells/mpibash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.2 2015/02/17 23:10:31 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.3 2015/02/17 23:21:14 ottxor Exp $ + +*mpibash-1.2 (17 Feb 2015) + + 17 Feb 2015; Christoph Junghans <[email protected]> +mpibash-1.2.ebuild: + version bump *mpibash-9999 (17 Feb 2015) 1.1 app-shells/mpibash/mpibash-1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild?rev=1.1&content-type=text/plain Index: mpibash-1.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v 1.1 2015/02/17 23:21:14 ottxor Exp $ EAPI=5 inherit autotools multilib if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="git://github.com/losalamos/MPI-Bash.git http://github.com/losalamos/MPI-Bash.git" inherit git-r3 KEYWORDS="" else SRC_URI="https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)" HOMEPAGE="https://github.com/losalamos/MPI-Bash" LICENSE="GPL-3" SLOT="0" IUSE="examples" DEPEND="virtual/mpi >=app-shells/bash-4.2[plugins] sys-cluster/libcircle" RDEPEND="${DEPEND}" src_prepare() { [[ "${PV}" = 9999 ]] && eautoreconf } src_configure() { econf --with-bashdir="${EPREFIX}"/usr/include/bash-plugins \ --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash } src_install() { default sed -i '/^export LD_LIBRARY_PATH/d' "${ED}/usr/bin/${PN}" || die use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die }
