summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2018-02-12 00:59:15 +0100
committerJonas Stein <jstein@gentoo.org>2018-02-12 00:59:15 +0100
commit9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5 (patch)
tree5bebc105c864bbd5bdc3dd90153f41e7bdb06d22 /app-arch/stenc/stenc-1.0.7.ebuild
parentkde-frameworks/kimageformats: Disable test unconditionally (diff)
downloadgentoo-9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5.tar.gz
gentoo-9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5.tar.bz2
gentoo-9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5.zip
app-arch/stenc: New package
Add stenc, which is already available in many other distributions. The SCSI Tape Encryption Manager manages encryption on LTO tape drives with hardware-based encryption (LTO-4 and later). This program should work on any other SSP capable tape drives. Supports key change auditing and key descriptors (uKAD). Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-arch/stenc/stenc-1.0.7.ebuild')
-rw-r--r--app-arch/stenc/stenc-1.0.7.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-arch/stenc/stenc-1.0.7.ebuild b/app-arch/stenc/stenc-1.0.7.ebuild
new file mode 100644
index 000000000000..2a47f9366245
--- /dev/null
+++ b/app-arch/stenc/stenc-1.0.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives."
+HOMEPAGE="https://sourceforge.net/projects/stenc/"
+SRC_URI="mirror://sourceforge/${PN}/source/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"