public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/libnvidia-container/
Date: Wed, 22 Mar 2023 13:20:04 +0000 (UTC)	[thread overview]
Message-ID: <1679490961.ce91a356c7b82dbb08b20f8a9369031448432000.vowstar@gentoo> (raw)

commit:     ce91a356c7b82dbb08b20f8a9369031448432000
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Mar 22 13:16:01 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Mar 22 13:16:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce91a356

sys-libs/libnvidia-container: add 1.12.1

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sys-libs/libnvidia-container/Manifest              |  1 +
 .../libnvidia-container-1.12.1.ebuild              | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sys-libs/libnvidia-container/Manifest b/sys-libs/libnvidia-container/Manifest
index fae876d73..a6bb7cec6 100644
--- a/sys-libs/libnvidia-container/Manifest
+++ b/sys-libs/libnvidia-container/Manifest
@@ -1,2 +1,3 @@
 DIST libnvidia-container-1.10.0.tar.gz 1396089 BLAKE2B 7b3ee77be1d5094a4b98522674e042d30b5b673efdf74e694f2bcc91e6edbcffb9c776f5c3fd957c98623c1c917fbf50234c365cdbc0691835e26fabc4b68963 SHA512 114e074a1fb713771457ae37003eb1bf82b8a1699367756e22dc9276be76e6e5be357777b8c83627f7a79591aae833ca63e481c1e8ecb9898e60c34fecec6f27
+DIST libnvidia-container-1.12.1.tar.gz 1545474 BLAKE2B 2368b344126f5f27c903981b882120de3fcc291612b2f9201b4d41b31883181349d68f0c55ae2acdf2bce68d14b747444c740de8093cb8affeda64be37cdc05f SHA512 b65b62ff40f3cc0cf26acf4baf6775caf8306c060137d6d84fd2568134372a6c9ce22d097160cab5747dd4fd0d5a287507832c0479e88d393cc9d776e0115ca6
 DIST libnvidia-container-1.9.0.tar.gz 1406639 BLAKE2B fbeec48a49926ab3168c83d209bf3603b6685d358417950acd29c734f1874356eca4e209e5e652d4c2cf492743ea7a43162c2bc93061caf0c602faa308e9ff9f SHA512 beb4767911a5b705313f4e4cce64eaf0f47a3a639ee112612fea59bfae33f89b15858cff2c89620f2cf248ce12af312dfe926515a6bab2e8ba0f3fef4382f986

diff --git a/sys-libs/libnvidia-container/libnvidia-container-1.12.1.ebuild b/sys-libs/libnvidia-container/libnvidia-container-1.12.1.ebuild
new file mode 100644
index 000000000..bf0f4698f
--- /dev/null
+++ b/sys-libs/libnvidia-container/libnvidia-container-1.12.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="NVIDIA container runtime library"
+HOMEPAGE="https://github.com/NVIDIA/libnvidia-container"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git"
+else
+	SRC_URI="
+		https://github.com/NVIDIA/${PN}/archive/v${PV/_rc/-rc.}.tar.gz -> ${P}.tar.gz
+	"
+	S="${WORKDIR}/${PN}-${PV/_rc/-rc.}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="
+	net-libs/libtirpc
+	sys-libs/libcap
+	sys-libs/libseccomp
+	x11-drivers/nvidia-drivers
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+	net-libs/rpcsvc-proto
+	sys-apps/lsb-release
+	sys-devel/bmake
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.1.1-add-enum-h.patch
+	"${FILESDIR}"/${PN}-1.1.1-add-sysfs-c.patch
+	"${FILESDIR}"/${PN}-1.1.1-add-sysfs-h.patch
+	"${FILESDIR}"/${PN}-1.1.1-add-utils-c.patch
+	"${FILESDIR}"/${PN}-1.1.1-add-utils-h.patch
+	"${FILESDIR}"/${PN}-1.7.0-fix-git.patch
+	"${FILESDIR}"/${PN}-1.8.0-fix-makefile.patch
+	"${FILESDIR}"/${PN}-1.1.1-fix-nvc.patch
+	"${FILESDIR}"/${PN}-1.3.0-fix-nvc-info.patch
+	"${FILESDIR}"/${PN}-1.3.0-fix-nvc-mount.patch
+	"${FILESDIR}"/${PN}-1.3.0-fix-modprobe-utils-c.patch
+	"${FILESDIR}"/${PN}-1.3.0-fix-modprobe-utils-h.patch
+	"${FILESDIR}"/${PN}-1.8.0-fix-nvcgomk.patch
+)


             reply	other threads:[~2023-03-22 13:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 13:20 Rui Huang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 18:26 [gentoo-commits] repo/proj/guru:dev commit in: sys-libs/libnvidia-container/ Denis Strizhkin
2024-09-06  8:48 Denis Strizhkin
2023-06-20 18:37 David Reed
2023-06-03  7:48 David Reed
2023-03-22 13:20 Rui Huang
2023-03-22 13:20 Rui Huang
2022-07-08  4:51 Rui Huang
2022-07-08  4:51 Rui Huang
2022-07-08  4:51 Rui Huang
2022-04-01 10:35 Rui Huang
2022-04-01 10:35 Rui Huang
2021-07-28  2:38 Rui Huang
2021-04-29 10:54 Rui Huang
2021-02-13 15:02 Rui Huang
2021-02-13 15:02 Rui Huang
2021-01-01  9:55 Rui Huang
2020-12-28 11:59 Rui Huang
2020-12-28  8:25 Rui Huang
2020-10-05 13:21 Rui Huang
2020-09-18  9:33 Rui Huang
2020-07-25  3:24 [gentoo-commits] repo/proj/guru:master " Rui Huang
2020-07-25  3:24 ` [gentoo-commits] repo/proj/guru:dev " Rui Huang

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=1679490961.ce91a356c7b82dbb08b20f8a9369031448432000.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --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