summaryrefslogtreecommitdiff
path: root/sys-block/sedutil
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sys-block/sedutil
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sys-block/sedutil')
-rw-r--r--sys-block/sedutil/Manifest4
-rw-r--r--sys-block/sedutil/sedutil-1.15.1.ebuild7
-rw-r--r--sys-block/sedutil/sedutil-1.15.ebuild45
3 files changed, 4 insertions, 52 deletions
diff --git a/sys-block/sedutil/Manifest b/sys-block/sedutil/Manifest
index f6279a5905b9..967de1444cbb 100644
--- a/sys-block/sedutil/Manifest
+++ b/sys-block/sedutil/Manifest
@@ -1,5 +1,3 @@
DIST sedutil-1.15.1.tar.gz 297551 BLAKE2B 233ce75a75e298cf77b5737ab8a072b615ea1ee6f13936d4bd2c35d26036fe663efd2ccbf23e7bb1506230014e8282f590a8905a1349a2d7f0d8c77848a613e5 SHA512 9708ef307b457fad2f45735b044685ac6731c353af428c49ff0e312190f3bdc521bcfa71a9e1239d9ffe637d18293a99b09b7e001df96494cdce53f5442750f1
-DIST sedutil-1.15.tar.gz 295399 BLAKE2B 28d4a748248d1d1e7409afbe68dc608c037716aa694c2682d766654cc369136aab00a4af84d4abd2cf7bf1e32bf37b1d8eb55d2386a5b0db5b05471f1895ace5 SHA512 f4071d510db8227c7a4e37e1055993436cd8469e584cdb9d2bf507e006570c103b9e19353733f4ba6631226856c9d2aa8817c134febf96750318cffc935707da
-EBUILD sedutil-1.15.1.ebuild 592 BLAKE2B e4ed7248ab398d92eec28e58378d676c32c08e28d348eb25b705080808723114b90577563ef99342bc127e19f4cff794ce15bc0d8b03c2f4803138630f44d18a SHA512 e8ba616cd6c3881db1f34c879c6d86be43e729419511202b458bd44724339f499f372dd666d71361cbe15747d368726494e2478b57e1c9c20d648caf702f0581
-EBUILD sedutil-1.15.ebuild 1027 BLAKE2B b2de8bc78b3c617c528488e0a8f6303bd555c9df142bcc39282403b08037f9dbe84219a66fda15da67f480f245b0f350f7299df1b23187be51f3cd23fcc0ba6b SHA512 4811618ec7ec75894dd67767d162ee5898c67112818ee94f1cc64d1e1b37f1784e6a783a7e88809911ade4a6f6b2cbce49eeebe5378b4fa7597ea7040643eb8a
+EBUILD sedutil-1.15.1.ebuild 568 BLAKE2B 17152c8491cd36b7570d3e61b7281833bd5f87e8ab0cb8d8e29b886e51ea9ecb39f1ccf6909f9825df277dad21a05388ced24862c57dc0db6573bf03028e7616 SHA512 d41fd49f59f100717e9f375d6a34001ae7a4b2998d1aaf2d66f310e520808cb5eef5f1a15aa0c4ab79ea597c364b26cb1cc1ad5c8116de5745437c35ef9b51b1
MISC metadata.xml 310 BLAKE2B aff6f154421fb59a5c0e9c60b63a681d47c9044d93bfa448e50e08a5e66b5a517d9d407d2cd6e3869724d3563311981de297478c9647d9e75c70cc64490509e1 SHA512 d060f20a44ba11ff4bfcf99aba392a09b7959bab38477f5c1a0f1deaef43c8d69e719c6464d0592943fe4d4f6ec1df883736c822b890bc17973468f8d3efa59f
diff --git a/sys-block/sedutil/sedutil-1.15.1.ebuild b/sys-block/sedutil/sedutil-1.15.1.ebuild
index 46add69f934e..ac1f377a3325 100644
--- a/sys-block/sedutil/sedutil-1.15.1.ebuild
+++ b/sys-block/sedutil/sedutil-1.15.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit autotools toolchain-funcs
+inherit autotools
DESCRIPTION="The Drive Trust Alliance Self Encrypting Drive Utility"
HOMEPAGE="https://github.com/Drive-Trust-Alliance/sedutil"
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/Drive-Trust-Alliance/${PN}/archive/${PV}.tar.gz -> $
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
src_prepare() {
default
diff --git a/sys-block/sedutil/sedutil-1.15.ebuild b/sys-block/sedutil/sedutil-1.15.ebuild
deleted file mode 100644
index 058b0ec518c8..000000000000
--- a/sys-block/sedutil/sedutil-1.15.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-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 ~x86"
-IUSE=""
-
-src_prepare() {
- default
- # https://github.com/Drive-Trust-Alliance/sedutil/pull/49
- find -name '*.mk' -exec sed -E -i 's: -(Werror|g|O[0-9]?) : :g' {} + || die
-}
-
-src_configure() {
- case $(tc-arch) in
- x86) sedutil_arch="Release_i686" ;;
- amd64) sedutil_arch="Release_x86_64" ;;
- *) die "unsupported architecture" ;;
- esac
-}
-
-src_compile() {
- emake \
- -C "linux/CLI" \
- V=1 \
- CONF="${sedutil_arch}" \
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- CFLAGS="${CFLAGS}" \
- CXXFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
- dobin "linux/CLI/dist/${sedutil_arch}/GNU-Linux/sedutil-cli"
- dodoc README.md
-}