ottxor 15/02/13 23:26:09 Added: metadata.xml mpibash-1.1.ebuild Manifest ChangeLog Log: import for science overlay (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.1 app-shells/mpibash/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> <maintainer> <email>ott...@gentoo.org</email> <name>Christoph Junghans</name> </maintainer> </pkgmetadata> 1.1 app-shells/mpibash/mpibash-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/mpibash-1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/mpibash-1.1.ebuild?rev=1.1&content-type=text/plain Index: mpibash-1.1.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.1.ebuild,v 1.1 2015/02/13 23:26:09 ottxor Exp $ EAPI=5 DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)" HOMEPAGE="https://github.com/losalamos/MPI-Bash" SRC_URI="https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="examples" DEPEND="virtual/mpi >=app-shells/bash-4.2[plugins] sys-cluster/libcircle" RDEPEND="${DEPEND}" src_configure() { econf --with-bashdir="${EPREFIX}"/usr/include/bash-plugins } src_install() { default use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die } 1.1 app-shells/mpibash/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/Manifest?rev=1.1&content-type=text/plain Index: Manifest =================================================================== DIST mpibash-1.1.tar.gz 346708 SHA256 bbcb4b93db7e58be11c4cebb369b52fe8ea9de1abd474f7834c9937002335877 SHA512 9729ed92025f0470dac110a2cc0a6ed971082ed98fa09493dc029dc32029474b8a51c55a571e01ee79a026f67829fc6011bcc074e318b5dfc327b3186f5d6f28 WHIRLPOOL e40b98e6762916aa30f9bdb851c8667a0d1afd11cfdf89c76125df822b41f3dccb351581168b5090bb2b890be720c4943222cbd8917d6a3065925d835da820e4 EBUILD mpibash-1.1.ebuild 670 SHA256 36bd86fa70cfcac91aca4477734fff3d377610b4f6fc3ed25dc41260c5e0c909 SHA512 4eda54da99eae5eab171a0f98a8b9f9163212e996b5c9c389760104571647c3500ae00d6a6d16d7b05fe6e0008c27068b601136f3fd6cc0d8c14bd3e839e27c1 WHIRLPOOL 04de85a8520a732d40b37405f121babed5d5c4e1ee199cc2cca045486741b0fb175ff2089d3dcba89a9036c238f3c7c8cfef28d2dea19b5a0cd9282e6f753075 MISC metadata.xml 255 SHA256 0da10db3f5e42de5c943d049c66694fd96ca133308b461943c25b1f0dfa89b74 SHA512 ace4fc961efb6ff9bde0f3a2a82101c973af2e32322bc48f4c13d2c9d3e0e441722b567492652d24c471a4a4ddd5465d26baf7aac94d46de81d9b539c07e1462 WHIRLPOOL c3e442ca6808e66a196647716f43c9809e044c26509586dfb2b07fe90b5d802898ffe1b1ca4d23c7cf22da0909f4f92fd491eb1cb4cf6c97740676f7a0434f12 1.1 app-shells/mpibash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # 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.1 2015/02/13 23:26:09 ottxor Exp $ *mpibash-1.1 (13 Feb 2015) 13 Feb 2015; Christoph Junghans <ott...@gentoo.org> +metadata.xml, +mpibash-1.1.ebuild: import for science overlay