public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 20 Jun 2020 20:02:12 +0000 (UTC)	[thread overview]
Message-ID: <1592683303.6d94cac68a54d8cc0ff8774e49e489d69b89b583.zmedico@gentoo> (raw)

commit:     6d94cac68a54d8cc0ff8774e49e489d69b89b583
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 20:01:43 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 20:01:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d94cac6

sys-fs/fuse-overlayfs: Bump to version 1.1.1

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-fs/fuse-overlayfs/Manifest                    |  1 +
 sys-fs/fuse-overlayfs/fuse-overlayfs-1.1.1.ebuild | 27 +++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/sys-fs/fuse-overlayfs/Manifest b/sys-fs/fuse-overlayfs/Manifest
index 3d1b3e94db6..3899df1ecfe 100644
--- a/sys-fs/fuse-overlayfs/Manifest
+++ b/sys-fs/fuse-overlayfs/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-overlayfs-0.7.8.tar.gz 95759 BLAKE2B b2c8928bd309dabdd17d6248e6e07426ddd3922484a35dbc3ff1dfe74954e58872a0f472b0ddd84cc357af9dc5aaf6e401a5b385c3fe743092893ae822bc60b5 SHA512 0eb3ca179ff88ad4ba783646e51aaab147ae5fdffbc48b2121a481ff3030d35d1f3e32b838e1f41a275c08d345ef397b86ff2e4a6768ead98a1bb1d56922f689
 DIST fuse-overlayfs-1.0.0.tar.gz 95855 BLAKE2B f42fb77854a170a9a504167b3437525c560d48e172a2df77349e2874356aaf86ac86257f1700fa11687a7b2836f233f6726136745baeb09bb681f803440da45e SHA512 cb45306985e6f91424219dfa1706da9e987602c402df7d6ad4905a9ae2a92937e91d72663aec672904d69f588049f157fb361189c290840f2ae93d8d2c001d05
+DIST fuse-overlayfs-1.1.1.tar.gz 97965 BLAKE2B acb787e2d793a790a439e19d15bc5249c21449e7ec569e04ecac72ec59936c387e771abc05820b768b35d57775e7692c168b479ac73ea1c075da7b896ea4aa5d SHA512 71f331499920510b6e31984b09ee5feca94d427756323d39872b7f9b58d3312aada2addf2af79e4d263cb5b75fb134083dfa3cef4021a0a18a5230fcdd2ccdad

diff --git a/sys-fs/fuse-overlayfs/fuse-overlayfs-1.1.1.ebuild b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.1.1.ebuild
new file mode 100644
index 00000000000..d594f97bb55
--- /dev/null
+++ b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.1.1.ebuild
@@ -0,0 +1,27 @@
+# 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"
+IUSE=""
+
+RDEPEND=">=sys-fs/fuse-3:="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT#v}"
+
+src_prepare() {
+	default
+	eautoreconf
+}


             reply	other threads:[~2020-06-20 20:02 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20 20:02 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-10  8:52 [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-overlayfs/ 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-28 20:30 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-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=1592683303.6d94cac68a54d8cc0ff8774e49e489d69b89b583.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