app-arch/stenc: add 2.0.1

Closes: https://bugs.gentoo.org/922118
Signed-off-by: Jonas Stein <jstein@gentoo.org>
This commit is contained in:
Jonas Stein
2025-07-24 01:49:24 +02:00
parent d04a78e081
commit eae2839c75
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST stenc-2.0.0.tar.gz 166547 BLAKE2B d5a5b8794887f7ba1353b573d4aad41abd719067ab7256f0f90101a960847707ce47d63618d7b406726841114e8495aba2a0c5053c3e11f9c118859ab8573a89 SHA512 9dcdcff547d8f0d1fd99eaaf54812e47ca5a3f4e56befe11d7e32919bc7caa968476f0f082925c86be1e9892369cec26125be089bf11f29c87ca63b3614ebffe
DIST stenc-2.0.1.tar.gz 166637 BLAKE2B 73f4a1457c17645398edf2a70a01d84246a54f31b7b9db26d8e7ad723b835934f581c5b7376b0728dcdb521e475ff1dcf005193e18e1684d4c73d258ef7924ce SHA512 f4ce697328bf49ec139e3467ae2ca3fbb90fc0b48ff78269339a585f672b15a8d233c6fd44f67c49d31e7717692341a923e87ab852c7bdb95f8f0276186fcc9f

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/scsitape/stenc.git"
S="${WORKDIR}/${P}/src"
else
SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
HOMEPAGE="https://github.com/scsitape/stenc/"
LICENSE="GPL-2"
SLOT="0"
BDEPEND="
virtual/pandoc
virtual/pkgconfig
"
src_prepare() {
default
eautoreconf
}