diff options
author | Matt Smith <matt@offtopica.uk> | 2021-09-11 09:24:03 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-16 16:22:43 -0400 |
commit | 2a47d6f74bbc50b8979790497f5244af2f910591 (patch) | |
tree | 560943913dc5177b2e15e70c463705114199d108 /app-arch | |
parent | x11-terms/zutty: Drop old (diff) | |
download | gentoo-2a47d6f74bbc50b8979790497f5244af2f910591.tar.gz gentoo-2a47d6f74bbc50b8979790497f5244af2f910591.tar.bz2 gentoo-2a47d6f74bbc50b8979790497f5244af2f910591.zip |
app-arch/makeself: Drop old
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/makeself/Manifest | 1 | ||||
-rw-r--r-- | app-arch/makeself/makeself-2.4.3.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest index 429c5b8c3991..4c489fab56ef 100644 --- a/app-arch/makeself/Manifest +++ b/app-arch/makeself/Manifest @@ -1,2 +1 @@ -DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9 SHA512 d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13 DIST makeself-2.4.5.tar.gz 39012 BLAKE2B f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6 SHA512 1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90 diff --git a/app-arch/makeself/makeself-2.4.3.ebuild b/app-arch/makeself/makeself-2.4.3.ebuild deleted file mode 100644 index 32df98cc0e0c..000000000000 --- a/app-arch/makeself/makeself-2.4.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit optfeature - -DESCRIPTION="Shell script that generates a self-extractible tar.gz" -HOMEPAGE="https://makeself.io/" -SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-release-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux" - -src_prepare() { - default - rm Makefile || die -} - -src_install() { - dobin makeself-header.sh makeself.sh - dosym makeself.sh /usr/bin/makeself - doman makeself.1 - dodoc README.md makeself.lsm -} - -pkg_postinst() { - optfeature "lz4 support" app-arch/lz4 - optfeature "lzop support" app-arch/lzop - optfeature "pbzip2 support" app-arch/pbzip2 - optfeature "pigz support" app-arch/pigz - optfeature "zstd support" app-arch/zstd - - # Also bzip2 and xz are supported but they are in @system. -} |