summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-06-28 18:04:38 +0100
committerIonen Wolkens <ionen@gentoo.org>2021-07-12 08:48:42 -0400
commit1d604db5bd915b63082c2e4ff88505ae0a88fe47 (patch)
tree52afadd5d45fd026a62cca82eef37455c8a8862c /app-arch/makeself/makeself-2.2.0-r2.ebuild
parentapp-arch/makeself: Bump to 2.4.5 (diff)
downloadgentoo-1d604db5bd915b63082c2e4ff88505ae0a88fe47.tar.gz
gentoo-1d604db5bd915b63082c2e4ff88505ae0a88fe47.tar.bz2
gentoo-1d604db5bd915b63082c2e4ff88505ae0a88fe47.zip
app-arch/makeself: Drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/21502 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-arch/makeself/makeself-2.2.0-r2.ebuild')
-rw-r--r--app-arch/makeself/makeself-2.2.0-r2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild
deleted file mode 100644
index 05f623696520..000000000000
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Shell script that generates a self-extractible tar.gz"
-HOMEPAGE="https://makeself.io/"
-SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz"
-S="${WORKDIR}/${PN}-release-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="sys-apps/gentoo-functions"
-
-PATCHES=( "${FILESDIR}/${P}-help-header.patch" )
-
-src_install() {
- dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack
- dosym makeself.sh /usr/bin/makeself
- doman makeself.1
- dodoc README.md makeself.lsm
-}