summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 1f9c5860f701..000000000000
--- a/app-arch/stenc/stenc-1.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}