summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-07 19:50:02 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-07 20:52:38 +0200
commit2f314707a30582b8795664d237185b41bec77c13 (patch)
treea2fd0ae838543f2d04278175dffa3a2f746b14dd /sys-fs
parentwww-client/chromium: beta channel bump to 95.0.4638.40 (diff)
downloadgentoo-2f314707a30582b8795664d237185b41bec77c13.tar.gz
gentoo-2f314707a30582b8795664d237185b41bec77c13.tar.bz2
gentoo-2f314707a30582b8795664d237185b41bec77c13.zip
sys-fs/genext2fs: add 1.5.0
Closes: https://bugs.gentoo.org/787515 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/genext2fs/Manifest1
-rw-r--r--sys-fs/genext2fs/genext2fs-1.5.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/genext2fs/Manifest b/sys-fs/genext2fs/Manifest
index fbc1848d0937..ef3329267c58 100644
--- a/sys-fs/genext2fs/Manifest
+++ b/sys-fs/genext2fs/Manifest
@@ -1 +1,2 @@
DIST genext2fs-1.4.1.tar.gz 103283 BLAKE2B cacb6e5e5e69f9fbb8550e2b9d79e41d4dd58e2bcc5516a79476918203e5b8ebee0d12a6a6463ff4ec659249a6647881b2728a8d6936fadc298a1e0e68833bdc SHA512 1b9ec7044014423345ae6b09862ba6903f5b3e0f68fb8bbcf97daf2705471cc1633a9fdbc5e00afe1b191e1af7bed87bde2e538bc7365469218f2a00b062845c
+DIST genext2fs-1.5.0.tar.gz 47848 BLAKE2B 63d65033166356e561bb2ba1a2ff2d10feaab8397bff8d081271b0cdd4c1955949e84c856ff92e7cc3c09f8c913ed6d3672c08a2e07dfa1b71b359ae41abf6a6 SHA512 628994f4f5f6d534a42e16db5322e36addb227d0e0ee589ebebbbb6beda9c53774186a932d04fcb978fde1cbe534b8335fdbfea256aecd2d873c03bc5892a8ce
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
new file mode 100644
index 000000000000..bf1148c1fae0
--- /dev/null
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="generate ext2 file systems"
+HOMEPAGE="https://github.com/bestouff/genext2fs"
+SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+
+src_prepare() {
+ default
+ eautoreconf
+}