summaryrefslogtreecommitdiff
path: root/app-arch/stenc/stenc-1.0.8.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /app-arch/stenc/stenc-1.0.8.ebuild
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'app-arch/stenc/stenc-1.0.8.ebuild')
-rw-r--r--app-arch/stenc/stenc-1.0.8.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-arch/stenc/stenc-1.0.8.ebuild b/app-arch/stenc/stenc-1.0.8.ebuild
deleted file mode 100644
index 2ac8822df2ec..000000000000
--- a/app-arch/stenc/stenc-1.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 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
-}