From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-overlayfs/
Date: Sat, 28 Nov 2020 20:30:48 +0000 (UTC) [thread overview]
Message-ID: <1606595443.cc5ec5517a00558c0dba99053caaa8090cf58e7d.zmedico@gentoo> (raw)
commit: cc5ec5517a00558c0dba99053caaa8090cf58e7d
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 28 16:31:50 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 20:30:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5ec551
sys-fs/fuse-overlayfs: bump to 1.3.0
Closes: https://github.com/gentoo/gentoo/pull/18440
Closes: https://bugs.gentoo.org/757315
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
sys-fs/fuse-overlayfs/Manifest | 1 +
sys-fs/fuse-overlayfs/fuse-overlayfs-1.3.0.ebuild | 26 +++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sys-fs/fuse-overlayfs/Manifest b/sys-fs/fuse-overlayfs/Manifest
index 7345f701f7d..421aa1613e2 100644
--- a/sys-fs/fuse-overlayfs/Manifest
+++ b/sys-fs/fuse-overlayfs/Manifest
@@ -1,2 +1,3 @@
DIST fuse-overlayfs-1.1.2.tar.gz 98055 BLAKE2B 04cee8052671431604031ddd3d0ebc254de0ba00a527b4a7caa24bf4a0b74be81c9d0f2c02e5eb583c3f6a61b540762b52617531f266341878cb54f40e087331 SHA512 41bb7ed21d0408af61820b9aebefb08ee6add0c9a15ff1cafd8abc7ff6fcc46afd53740c946c6835bbba8c58ee8bfcc8351cd2a1fe81d749dad81934ce44032b
DIST fuse-overlayfs-1.2.0.tar.gz 101375 BLAKE2B ff71ae8ad58396a8365fd65574145b45ae9632f407e2246096822cca12eb17d7a7ef9f5cc3546c83573b7af56b96d8800d6f390477cff2fe88c2858ed198740c SHA512 55aa7c92f964ab18b886607de705b98510c7f25cc0d90e4712fb8493a4baab9ea722d8966a9b7e8f8fd8e5d2163a54993e9e45dfa2699db6cec8b447bdc5399b
+DIST fuse-overlayfs-1.3.0.tar.gz 102059 BLAKE2B 30564f9a06ed04f7716170ee864bffeb899f8fc6b411cc95dbe920632dcb2ea2d9d7a9472b35fa33ddca86570978913f8651c35e3544bd650a95c52ca0d4d3ff SHA512 c374b5dd4d369ab0134f66ff021c8efbc35f173a2d53a7212d5ec459c5083cd0fb5fc93b68696db5903891aa33c719be7eb3beedcaab043459f8b506d7cf5c0d
diff --git a/sys-fs/fuse-overlayfs/fuse-overlayfs-1.3.0.ebuild b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.3.0.ebuild
new file mode 100644
index 00000000000..ca9d3f24ac4
--- /dev/null
+++ b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="FUSE implementation for overlayfs"
+HOMEPAGE="https://github.com/containers/fuse-overlayfs"
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://github.com/containers/fuse-overlayfs/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND=">=sys-fs/fuse-3:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT#v}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
next reply other threads:[~2020-11-28 20:30 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-28 20:30 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 22:30 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-overlayfs/ Zac Medico
2025-01-10 8:52 Arthur Zamarin
2025-01-10 8:48 Arthur Zamarin
2024-08-30 15:58 Arthur Zamarin
2024-08-22 8:55 WANG Xuerui
2024-05-13 12:39 Arthur Zamarin
2024-05-11 15:16 Arthur Zamarin
2024-03-24 18:17 Sam James
2024-03-23 8:29 Sam James
2024-03-22 6:49 Arthur Zamarin
2023-07-07 21:22 Sam James
2023-07-05 20:53 Sam James
2023-06-01 20:05 Sam James
2023-06-01 17:11 Arthur Zamarin
2023-06-01 17:04 Arthur Zamarin
2023-04-30 16:33 Arthur Zamarin
2023-04-30 16:32 Arthur Zamarin
2023-04-30 16:31 Arthur Zamarin
2023-04-30 16:31 Arthur Zamarin
2023-02-22 1:10 Zac Medico
2022-06-10 19:56 Zac Medico
2022-02-25 9:25 Yixun Lan
2022-02-04 21:32 Zac Medico
2022-01-24 3:52 Zac Medico
2021-12-24 0:09 Zac Medico
2021-11-17 2:16 Sam James
2021-11-14 8:38 Sam James
2021-09-09 5:14 Zac Medico
2021-09-09 3:05 Zac Medico
2021-07-04 6:06 Georgy Yakovlev
2021-06-11 19:15 Zac Medico
2021-04-24 23:00 Zac Medico
2021-02-25 21:28 Zac Medico
2021-02-25 21:26 Zac Medico
2020-11-07 0:14 Zac Medico
2020-10-06 13:41 Sam James
2020-08-30 0:18 Zac Medico
2020-07-23 18:16 Zac Medico
2020-06-20 20:02 Zac Medico
2020-04-19 19:46 Zac Medico
2020-04-19 19:46 Zac Medico
2020-04-02 7:45 Zac Medico
2020-03-05 5:03 Zac Medico
2020-03-05 5:03 Zac Medico
2020-02-04 5:59 Zac Medico
2020-02-04 5:59 Zac Medico
2020-01-17 23:14 Zac Medico
2019-11-20 1:06 Zac Medico
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=1606595443.cc5ec5517a00558c0dba99053caaa8090cf58e7d.zmedico@gentoo \
--to=zmedico@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