public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Sat,  6 Jan 2018 21:30:46 +0000 (UTC)	[thread overview]
Message-ID: <1515274080.bae8b4030885dd66f48979f20f8a4cbd3b14deda.jlec@gentoo> (raw)

commit:     bae8b4030885dd66f48979f20f8a4cbd3b14deda
Author:     Bertrand Néron <freeh4cker <AT> gmail <DOT> com>
AuthorDate: Sat Jan  6 18:52:12 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
+}


             reply	other threads:[~2018-01-06 21:30 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-06 21:30 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-14  9:52 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/ Marek Szuba
2022-03-20 22:44 Marek Szuba
2022-02-24  9:11 Marek Szuba
2022-02-09 16:44 Marek Szuba
2022-02-09 16:44 Marek Szuba
2021-12-26 13:03 Benda XU
2021-11-30 11:37 Marek Szuba
2021-11-30 11:28 Arthur Zamarin
2021-11-30 11:28 Arthur Zamarin
2021-11-30 10:55 Marek Szuba
2021-11-20 10:37 Marek Szuba
2021-11-20  7:28 Agostino Sarubbo
2021-11-19 13:39 Jakov Smolić
2021-11-11 20:15 Marek Szuba
2021-10-10 20:44 Marek Szuba
2021-09-20  9:41 Marek Szuba
2021-09-09 11:20 Marek Szuba
2021-08-17 11:31 Marek Szuba
2021-07-17 21:19 Marek Szuba
2021-07-17  7:44 Agostino Sarubbo
2021-07-17  7:42 Agostino Sarubbo
2021-06-16 10:15 Marek Szuba
2021-05-28  8:42 Marek Szuba
2021-05-28  0:29 Sam James
2021-05-28  0:29 Sam James
2021-05-27 10:42 Marek Szuba
2021-05-13 21:15 Sam James
2021-05-13 18:54 Sam James
2021-04-16 18:25 Marek Szuba
2021-04-16 18:25 Marek Szuba
2021-03-11 13:45 Marek Szuba
2021-03-11 13:45 Marek Szuba
2021-01-18 13:54 Marek Szuba
2020-11-27 19:17 Marek Szuba
2020-10-16 11:20 Marek Szuba
2020-10-05 12:09 Marek Szuba
2020-09-21 20:09 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-09-02 12:19 Marek Szuba
2020-09-01 14:39 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-07-21 15:18 Marek Szuba
2020-07-21 15:16 Marek Szuba
2020-07-21 15:16 Marek Szuba
2020-07-21 15:16 Marek Szuba
2020-05-07 17:58 Michał Górny
2020-04-24 14:25 Marek Szuba
2020-04-16 16:36 Marek Szuba
2019-08-13  7:40 Michał Górny
2017-10-29 12:03 Justin Lecher
2017-10-22 11:24 Justin Lecher
2017-10-21  8:42 Justin Lecher
2017-07-10 19:07 Justin Lecher
2016-11-13 18:15 Justin Lecher
2016-11-11  9:05 Justin Lecher
2016-11-11  9:05 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=1515274080.bae8b4030885dd66f48979f20f8a4cbd3b14deda.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