summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-02-03 15:35:22 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-02-03 15:35:56 -0800
commite2c3f18958c9feb601159bac9d439365d5ab6b56 (patch)
tree4a6dba73f187c83567bc1f0059295be396c4a0a2 /sys-block/sedutil
parentdev-tex/pgf: version bump to 3.1.9a (diff)
downloadgentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.tar.gz
gentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.tar.bz2
gentoo-e2c3f18958c9feb601159bac9d439365d5ab6b56.zip
sys-block/sedutil: add 1.20.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-block/sedutil')
-rw-r--r--sys-block/sedutil/Manifest1
-rw-r--r--sys-block/sedutil/sedutil-1.20.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/sys-block/sedutil/Manifest b/sys-block/sedutil/Manifest
index ea146504e60d..4fea3608d222 100644
--- a/sys-block/sedutil/Manifest
+++ b/sys-block/sedutil/Manifest
@@ -1 +1,2 @@
DIST sedutil-1.15.1.tar.gz 297551 BLAKE2B 233ce75a75e298cf77b5737ab8a072b615ea1ee6f13936d4bd2c35d26036fe663efd2ccbf23e7bb1506230014e8282f590a8905a1349a2d7f0d8c77848a613e5 SHA512 9708ef307b457fad2f45735b044685ac6731c353af428c49ff0e312190f3bdc521bcfa71a9e1239d9ffe637d18293a99b09b7e001df96494cdce53f5442750f1
+DIST sedutil-1.20.0.tar.gz 301067 BLAKE2B 6eb18b15a00a2555684459f00c59a9ffa1c0a85ab275bfd4de50225e3e7e9990751c7e4065987527f9c9c798c52abb5d45ef2336c72d6ee1c0e06c8a668ca210 SHA512 b85891f1c519295bf9551ffc2488300611f519aec88c60d74555e0870e125efd6153a49a6ae5a9783102e0ad0fbb148a0c0a804a61984934c23020add85287d3
diff --git a/sys-block/sedutil/sedutil-1.20.0.ebuild b/sys-block/sedutil/sedutil-1.20.0.ebuild
new file mode 100644
index 000000000000..07ea9f298216
--- /dev/null
+++ b/sys-block/sedutil/sedutil-1.20.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility"
+HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil"
+SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+src_prepare() {
+ default
+ # https://github.com/Drive-Trust-Alliance/sedutil/pull/49
+ sed 's: -Werror: :g' \
+ -i configure.ac \
+ -i Makefile.am || die
+ eautoreconf
+}