Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/stenc/
Date: Sun, 11 Feb 2018 23:59:46
Message-Id: 1518393555.9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5.jstein@gentoo
1 commit: 9cb832b7a58b1efe4e8e31c10ca3a7699e4388a5
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 23:59:15 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 23:59:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb832b7
7
8 app-arch/stenc: New package
9
10 Add stenc, which is already available in many other distributions.
11
12 The SCSI Tape Encryption Manager manages encryption on LTO
13 tape drives with hardware-based encryption (LTO-4 and later).
14 This program should work on any other SSP capable tape drives.
15 Supports key change auditing and key descriptors (uKAD).
16
17 Package-Manager: Portage-2.3.24, Repoman-2.3.6
18
19 app-arch/stenc/Manifest | 1 +
20 app-arch/stenc/metadata.xml | 17 +++++++++++++++++
21 app-arch/stenc/stenc-1.0.7.ebuild | 18 ++++++++++++++++++
22 3 files changed, 36 insertions(+)
23
24 diff --git a/app-arch/stenc/Manifest b/app-arch/stenc/Manifest
25 new file mode 100644
26 index 00000000000..d86dd1de357
27 --- /dev/null
28 +++ b/app-arch/stenc/Manifest
29 @@ -0,0 +1 @@
30 +DIST stenc-1.0.7.tar.gz 107096 BLAKE2B 678be2fea4eb3db5cf84a70243fd61dcb574627bacb59b2f9af682e2e0851d41187565b4706313c98bb5b297f865b1424bc47c52f15efa2a2e8b2c7413b09009 SHA512 84cb0114c969e1a5122a8621d2c136663ee2a2d9aae1d455631c1d4555e947f4841004b74a1f63b800be713cfae637c19ea34adf40f0bc81f1c56a555a27ba31
31
32 diff --git a/app-arch/stenc/metadata.xml b/app-arch/stenc/metadata.xml
33 new file mode 100644
34 index 00000000000..8dabb18f478
35 --- /dev/null
36 +++ b/app-arch/stenc/metadata.xml
37 @@ -0,0 +1,17 @@
38 +<?xml version="1.0" encoding="UTF-8"?>
39 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 +<pkgmetadata>
41 + <maintainer type="person">
42 + <email>jstein@g.o</email>
43 + <name>Jonas Stein</name>
44 + </maintainer>
45 + <upstream>
46 + <bugs-to>mailto:jcoleman1981@××××.com</bugs-to>
47 + <remote-id type="sourceforge">stenc</remote-id>
48 + </upstream>
49 + <longdescription>SCSI Tape Encryption Manager - Manages encryption on LTO
50 + tape drives with hardware-based encryption (LTO-4 and later).
51 + This program should work on any other SSP capable tape drives.
52 + Supports key change auditing and key descriptors (uKAD).
53 + </longdescription>
54 +</pkgmetadata>
55
56 diff --git a/app-arch/stenc/stenc-1.0.7.ebuild b/app-arch/stenc/stenc-1.0.7.ebuild
57 new file mode 100644
58 index 00000000000..2a47f936624
59 --- /dev/null
60 +++ b/app-arch/stenc/stenc-1.0.7.ebuild
61 @@ -0,0 +1,18 @@
62 +# Copyright 1999-2018 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +
65 +EAPI=6
66 +
67 +DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives."
68 +HOMEPAGE="https://sourceforge.net/projects/stenc/"
69 +SRC_URI="mirror://sourceforge/${PN}/source/${P}.tar.gz"
70 +
71 +LICENSE="GPL-2"
72 +SLOT="0"
73 +
74 +KEYWORDS="~amd64 ~x86"
75 +
76 +IUSE=""
77 +
78 +DEPEND=""
79 +RDEPEND="${DEPEND}"