diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:34:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:58:58 +0100 |
commit | 4aaacefb6d70b0b9a2d222aaa86f0dedb90ebe18 (patch) | |
tree | e98998d65411eb0617750287eda8489016dc4543 /app-arch | |
parent | app-arch/lrzip: drop 0.641-r1, 0.650 (diff) | |
download | gentoo-4aaacefb6d70b0b9a2d222aaa86f0dedb90ebe18.tar.gz gentoo-4aaacefb6d70b0b9a2d222aaa86f0dedb90ebe18.tar.bz2 gentoo-4aaacefb6d70b0b9a2d222aaa86f0dedb90ebe18.zip |
app-arch/mt-st: drop 1.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/mt-st/Manifest | 1 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-1.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-arch/mt-st/Manifest b/app-arch/mt-st/Manifest index 4e723aba2a50..248625d6d3de 100644 --- a/app-arch/mt-st/Manifest +++ b/app-arch/mt-st/Manifest @@ -1,2 +1 @@ -DIST mt-st-1.3.tar.gz 35341 BLAKE2B c58eee9bd58a3fa5105fe3f8dfb56f1af1c5ed73f99e5179ea14bc11d66151d1e6b6c99f61194c700ed79ce10a7e7f75f78ffe9b7d2c45c85e620d4da1aaeb5c SHA512 1d026ae85e1ca367e72f1810042314070f592306d9ddec331b95ea4e1153dc3edee68d8798bdf7e055a4cf9c67ec8c539e5d188e87f0546f48b5f4ee4bc6a820 DIST mt-st-1.4.tar.gz 37864 BLAKE2B 25ae656b6442e53570366405ba76da9150cf1d4fe33c612bf922d8be967ce6b60be191948507a62bb1881d4be63ed192f7d03f1d63c38f5772aec2f3d2fe455b SHA512 e6655a5957d3ac470c0cb0a1955a12397aa22f3ea1a427cf776f6bf2d6fd665439b2bfa54c3870b7974da537f0fe71d3be43126be1a7db903e6bc7be4cfb10ec diff --git a/app-arch/mt-st/mt-st-1.3.ebuild b/app-arch/mt-st/mt-st-1.3.ebuild deleted file mode 100644 index 5d5cae52801e..000000000000 --- a/app-arch/mt-st/mt-st-1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Control magnetic tape drive operation" -HOMEPAGE="https://github.com/iustin/mt-st" -SRC_URI="https://github.com/iustin/mt-st/releases/download/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" -} - -src_install() { - dosbin mt stinit - doman mt.1 stinit.8 - dodoc README* stinit.def.examples -} |