Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/
Date: Thu, 16 Sep 2021 20:23:26
Message-Id: 1631823763.2a47d6f74bbc50b8979790497f5244af2f910591.ionen@gentoo
1 commit: 2a47d6f74bbc50b8979790497f5244af2f910591
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Sep 11 08:24:03 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 20:22:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a47d6f7
7
8 app-arch/makeself: Drop old
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 app-arch/makeself/Manifest | 1 -
15 app-arch/makeself/makeself-2.4.3.ebuild | 37 ---------------------------------
16 2 files changed, 38 deletions(-)
17
18 diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
19 index 429c5b8c399..4c489fab56e 100644
20 --- a/app-arch/makeself/Manifest
21 +++ b/app-arch/makeself/Manifest
22 @@ -1,2 +1 @@
23 -DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9 SHA512 d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13
24 DIST makeself-2.4.5.tar.gz 39012 BLAKE2B f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6 SHA512 1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90
25
26 diff --git a/app-arch/makeself/makeself-2.4.3.ebuild b/app-arch/makeself/makeself-2.4.3.ebuild
27 deleted file mode 100644
28 index 32df98cc0e0..00000000000
29 --- a/app-arch/makeself/makeself-2.4.3.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit optfeature
38 -
39 -DESCRIPTION="Shell script that generates a self-extractible tar.gz"
40 -HOMEPAGE="https://makeself.io/"
41 -SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
42 -S="${WORKDIR}/${PN}-release-${PV}"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
47 -
48 -src_prepare() {
49 - default
50 - rm Makefile || die
51 -}
52 -
53 -src_install() {
54 - dobin makeself-header.sh makeself.sh
55 - dosym makeself.sh /usr/bin/makeself
56 - doman makeself.1
57 - dodoc README.md makeself.lsm
58 -}
59 -
60 -pkg_postinst() {
61 - optfeature "lz4 support" app-arch/lz4
62 - optfeature "lzop support" app-arch/lzop
63 - optfeature "pbzip2 support" app-arch/pbzip2
64 - optfeature "pigz support" app-arch/pigz
65 - optfeature "zstd support" app-arch/zstd
66 -
67 - # Also bzip2 and xz are supported but they are in @system.
68 -}