From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD139138330 for ; Sat, 6 Jan 2018 21:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E548DE0953; Sat, 6 Jan 2018 21:30:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B24C4E0937 for ; Sat, 6 Jan 2018 21:30:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C0F9335C30 for ; Sat, 6 Jan 2018 21:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05742133 for ; Sat, 6 Jan 2018 21:30:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1515274080.bae8b4030885dd66f48979f20f8a4cbd3b14deda.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/singularity/Manifest sys-cluster/singularity/singularity-2.4.2.ebuild X-VCS-Directories: sys-cluster/singularity/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bae8b4030885dd66f48979f20f8a4cbd3b14deda X-VCS-Branch: master Date: Sat, 6 Jan 2018 21:30:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9061567b-9e7d-41a8-935c-3ef928e3f6b6 X-Archives-Hash: e251cc79e35a3fd02881bae4695cb479 commit: bae8b4030885dd66f48979f20f8a4cbd3b14deda Author: Bertrand NĂ©ron gmail com> AuthorDate: Sat Jan 6 18:52:12 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 6 21:28:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae8b403 sys-cluster/singularity: version bump to 2.4.2 Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6773 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/singularity/Manifest | 1 + sys-cluster/singularity/singularity-2.4.2.ebuild | 42 ++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/sys-cluster/singularity/Manifest b/sys-cluster/singularity/Manifest index c7ff31c7111..75ba6269d6f 100644 --- a/sys-cluster/singularity/Manifest +++ b/sys-cluster/singularity/Manifest @@ -1,2 +1,3 @@ DIST singularity-2.3.1.tar.gz 643021 BLAKE2B 4c5648330005af22515435d5daf4a27e39b79cfa52de36bdc48b63877b703329f36c81f782c1e9d8394b6668e8503961ef682d5bd71f48f665b3691df8f70a93 SHA512 36c581e8dba57d133013c2fcfea26886b54a1a9a9165b011d2cebacb2a6249fe0f8e5aa91ed90f7a18855c658300682436c431a226629408f31422cc8a036600 +DIST singularity-2.4.2.tar.gz 691214 BLAKE2B c82f48d20d0a0b6e8086e275fa1621b0e3cae5ecd515719543d69f0ba286f3c09d9fc479e8be3b78921ef32014325dcb5482d2ce813e4388db683a408d27e3a7 SHA512 2c26af6cd092bc030113cdb2a79430d82d51b7438330a6cd0706e46438296feed4d86b08d57efff0b7df148ca0e08f706b8a214f03439bccd7d196714cd06dbc DIST singularity-2.4.tar.gz 689760 BLAKE2B 03ec88405bb1316ae3098c8ec9620f7e0dac8417b10c7d20cf0411983f0089e8e32e58a4e2ca5c4c40aeebaf044cc3d45261d5635146de6b043f33f92871a227 SHA512 b445e73d9794f344ab72ce17d8f802390d0c0c153791b837f416254eadabf19365f1abd29f0b498be5486b600f32cd7fe53e5dc131eee3465ab890c9d6b171f4 diff --git a/sys-cluster/singularity/singularity-2.4.2.ebuild b/sys-cluster/singularity/singularity-2.4.2.ebuild new file mode 100644 index 00000000000..458dfc186eb --- /dev/null +++ b/sys-cluster/singularity/singularity-2.4.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) + +inherit autotools eutils python-single-r1 + +DESCRIPTION="Application containers for Linux" +HOMEPAGE="http://singularity.lbl.gov/" +SRC_URI="https://github.com/${PN}ware/${PN}/releases/download/${PV}/${P}.tar.gz" + +SLOT="0" +LICENSE="cctbx-2.0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples static-libs +suid" + +RDEPEND=" + sys-fs/squashfs-tools:0 +" + +src_prepare() { + default + # automake version hardcoding + eautoreconf +} + +src_configure() { + econf \ + --with-userns \ + $(usex suid "" "--disable-suid") \ + $(use_enable static-libs static) +} + +src_install() { + MAKEOPTS+=" -j1" + default + prune_libtool_files + dodoc README.md CONTRIBUTORS.md CONTRIBUTING.md + use examples && dodoc -r examples +}