mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-arch/stenc: Version bump to 1.0.8
Bump the version, update SRC_URI and prepare the ebuild for a live ebuild. Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Jonas Stein <jstein@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST stenc-1.0.7.tar.gz 107096 BLAKE2B 678be2fea4eb3db5cf84a70243fd61dcb574627bacb59b2f9af682e2e0851d41187565b4706313c98bb5b297f865b1424bc47c52f15efa2a2e8b2c7413b09009 SHA512 84cb0114c969e1a5122a8621d2c136663ee2a2d9aae1d455631c1d4555e947f4841004b74a1f63b800be713cfae637c19ea34adf40f0bc81f1c56a555a27ba31
|
||||
DIST stenc-1.0.8.tar.gz 29297 BLAKE2B 269310fb7a9063eb3b367dfec534096201003e6178a31aeb73aa7a73ed0473d4a606634ac9cf7377d17240dee074345efa49fc907d9487f573a75ec44c3454f6 SHA512 4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b277776a174fe687756a75f410026fda55554f9dc87
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
<name>Jonas Stein</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>mailto:jcoleman1981@live.com</bugs-to>
|
||||
<remote-id type="sourceforge">stenc</remote-id>
|
||||
<bugs-to>https://github.com/scsitape/stenc/issues</bugs-to>
|
||||
<remote-id type="github">scsitape/stenc</remote-id>
|
||||
</upstream>
|
||||
<longdescription>SCSI Tape Encryption Manager - Manages encryption on LTO
|
||||
tape drives with hardware-based encryption (LTO-4 and later).
|
||||
|
||||
31
app-arch/stenc/stenc-1.0.8.ebuild
Normal file
31
app-arch/stenc/stenc-1.0.8.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user