commit:     2a47d6f74bbc50b8979790497f5244af2f910591
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Sep 11 08:24:03 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 20:22:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a47d6f7

app-arch/makeself: Drop old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-arch/makeself/Manifest              |  1 -
 app-arch/makeself/makeself-2.4.3.ebuild | 37 ---------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index 429c5b8c399..4c489fab56e 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 32df98cc0e0..00000000000
--- 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.
-}

Reply via email to