Skip to content

Commit

Permalink
e2tools 0.1.2
Browse files Browse the repository at this point in the history
autobump: add e2tools

Signed-off-by: Rui Chen <rui@chenrui.dev>

e2tools: remove build patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Sep 17, 2024
1 parent 760201f commit 1089e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ dynein
dysk
dzr
e2fsprogs
e2tools
earthly
easeprobe
easy-rsa
Expand Down
22 changes: 2 additions & 20 deletions Formula/e/e2tools.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class E2tools < Formula
desc "Utilities to read, write, and manipulate files in ext2/3/4 filesystems"
homepage "https://e2tools.github.io/"
url "https://github.com/e2tools/e2tools/releases/download/v0.1.0/e2tools-0.1.0.tar.gz"
sha256 "c1a06b5ae2cbddb6f04d070e889b8bebf87015b8585889999452ce9846122edf"
url "https://github.com/e2tools/e2tools/releases/download/v0.1.2/e2tools-0.1.2.tar.gz"
sha256 "b19593bbfc85e9c14c0d2bc8525887901c8fe02588c76df60ab843bf0573c4a2"
license "GPL-2.0-only"

bottle do
Expand All @@ -26,10 +26,6 @@ class E2tools < Formula
depends_on "pkg-config" => :build
depends_on "e2fsprogs"

# disable automake treating warnings as error,
# upstream patch PR, https://github.com/e2tools/e2tools/pull/33
patch :DATA

def install
system "autoreconf", "--force", "--install", "--verbose"
system "./configure", "--disable-silent-rules", *std_configure_args
Expand All @@ -41,17 +37,3 @@ def install
assert_match "lost+found", shell_output("#{bin}/e2ls test.raw")
end
end

__END__
diff --git a/configure.ac b/configure.ac
index 53ad54a..89e9c52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,6 @@ AC_CONFIG_SRCDIR([e2tools.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([
-Wall
--Werror
1.9.6
foreign
])

0 comments on commit 1089e4c

Please sign in to comment.