[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2024-03-14 Thread Matthew Smith
commit: 9bd2d1561d649a565638ade951d7e8077492ca46
Author: Matthew Smith  gentoo  org>
AuthorDate: Thu Mar 14 07:44:56 2024 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Thu Mar 14 07:54:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd2d156

app-arch/makeself: drop 2.4.5

Signed-off-by: Matthew Smith  gentoo.org>

 app-arch/makeself/Manifest  |  1 -
 app-arch/makeself/makeself-2.4.5.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index b4929442c908..87361737f561 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1,2 +1 @@
-DIST makeself-2.4.5.tar.gz 39012 BLAKE2B 
f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6
 SHA512 
1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90
 DIST makeself-2.5.0.tar.gz 43996 BLAKE2B 
60e5b7a55bd03e45d25753600ddb4e0e15f05eabc95db18f1a9da10308d018bb913ba1e8bc264c3bd828c3d229aca34fae4ab1682bf6cf59c591a6fdef186061
 SHA512 
cd0ce98579f00a02f9559848b39e0a6efea9df1866073d419f0b6560034cc186ed8315f8b4589e03f626b040727d9ae646bc2abaebe4f4da556b87617bdd770f

diff --git a/app-arch/makeself/makeself-2.4.5.ebuild 
b/app-arch/makeself/makeself-2.4.5.ebuild
deleted file mode 100644
index 57a66dd9848b..
--- a/app-arch/makeself/makeself-2.4.5.ebuild
+++ /dev/null
@@ -1,40 +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"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
-
-# NB: The test framework requires bashunit (which isn't a big deal), but the
-# tests themselves are not of great quality.  You should avoid running them
-# yourself as they like to run commands like gpg against your own ~/ settings.
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-src_compile() { :; }
-
-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.
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2024-03-13 Thread Arthur Zamarin
commit: d48900c0a29241ec4f86bc2a30da8d259b8f234f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 19:38:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 19:38:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48900c0

app-arch/makeself: Stabilize 2.5.0 ALLARCHES, #926942

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/makeself/makeself-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/makeself/makeself-2.5.0.ebuild 
b/app-arch/makeself/makeself-2.5.0.ebuild
index adf02e657005..286161726b85 100644
--- a/app-arch/makeself/makeself-2.5.0.ebuild
+++ b/app-arch/makeself/makeself-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
 
 # NB: The test framework requires bashunit (which isn't a big deal), but the
 # tests themselves are not of great quality.  You should avoid running them



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2023-03-19 Thread Matthew Smith
commit: 4cce464fac445134290404175b6326fb049cc0e9
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Mar 19 08:45:27 2023 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Mar 19 08:45:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cce464f

app-arch/makeself: add 2.5.0

Signed-off-by: Matthew Smith  gentoo.org>

 app-arch/makeself/Manifest  |  1 +
 app-arch/makeself/makeself-2.5.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index 4c489fab56ef..b4929442c908 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1 +1,2 @@
 DIST makeself-2.4.5.tar.gz 39012 BLAKE2B 
f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6
 SHA512 
1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90
+DIST makeself-2.5.0.tar.gz 43996 BLAKE2B 
60e5b7a55bd03e45d25753600ddb4e0e15f05eabc95db18f1a9da10308d018bb913ba1e8bc264c3bd828c3d229aca34fae4ab1682bf6cf59c591a6fdef186061
 SHA512 
cd0ce98579f00a02f9559848b39e0a6efea9df1866073d419f0b6560034cc186ed8315f8b4589e03f626b040727d9ae646bc2abaebe4f4da556b87617bdd770f

diff --git a/app-arch/makeself/makeself-2.5.0.ebuild 
b/app-arch/makeself/makeself-2.5.0.ebuild
new file mode 100644
index ..adf02e657005
--- /dev/null
+++ b/app-arch/makeself/makeself-2.5.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+# NB: The test framework requires bashunit (which isn't a big deal), but the
+# tests themselves are not of great quality.  You should avoid running them
+# yourself as they like to run commands like gpg against your own ~/ settings.
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_compile() { :; }
+
+src_install() {
+   dobin makeself-header.sh makeself.sh
+   dosym makeself.sh /usr/bin/makeself
+   doman makeself.1
+   dodoc README.md
+}
+
+pkg_postinst() {
+   optfeature "bzip3 support" app-arch/bzip3
+   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.
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-09-16 Thread Ionen Wolkens
commit: 2a47d6f74bbc50b8979790497f5244af2f910591
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Sep 11 08:24:03 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 16 20:22:43 2021 +
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  offtopica.uk>
Signed-off-by: Ionen Wolkens  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..000
--- 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.
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-08-21 Thread Agostino Sarubbo
commit: df0c165ca63906545f5b44fb1f1d857a5455d334
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Aug 22 05:13:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Aug 22 05:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0c165c

app-arch/makeself: amd64/ppc/x86 stable (ALLARCHES policy) wrt bug #809386

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/makeself/makeself-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/makeself/makeself-2.4.5.ebuild 
b/app-arch/makeself/makeself-2.4.5.ebuild
index 6e66645515b..57a66dd9848 100644
--- a/app-arch/makeself/makeself-2.4.5.ebuild
+++ b/app-arch/makeself/makeself-2.4.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
 
 # NB: The test framework requires bashunit (which isn't a big deal), but the
 # tests themselves are not of great quality.  You should avoid running them



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-07-12 Thread Ionen Wolkens
commit: 1d604db5bd915b63082c2e4ff88505ae0a88fe47
Author: Matt Smith  offtopica  uk>
AuthorDate: Mon Jun 28 17:04:38 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jul 12 12:48:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d604db5

app-arch/makeself: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/21502
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-arch/makeself/Manifest |  2 --
 app-arch/makeself/makeself-2.2.0-r2.ebuild | 26 ---
 app-arch/makeself/makeself-2.4.4.ebuild| 40 --
 3 files changed, 68 deletions(-)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index f11a4fde727..429c5b8c399 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1,4 +1,2 @@
 DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 
2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9
 SHA512 
d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13
-DIST makeself-2.4.4.tar.gz 38889 BLAKE2B 
eac74fa28ac39cbc6b18d11671bfa32d6c0b04b55b3603c6c928483dd64af38d416936ef242f55aa4840affd4bf7fb91c2987f87afab093816331e50f16379ab
 SHA512 
3d4d03458f7f11a8df46340d1b489ca60d413d5ed857cc67bb8ef15335ce2848e4675e080791c26fdf29423f813d468b4b797438fe0876dad54e85c6346b9b8b
 DIST makeself-2.4.5.tar.gz 39012 BLAKE2B 
f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6
 SHA512 
1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90
-DIST release-2.2.0.tar.gz 21640 BLAKE2B 
32b06157829864918d225a136043a5c9b7c6c543351e981c0e3cdce84cbbe4c52f00870bb04d29bfd79e715c1c708b51cc9958d495a9633afb9a8d342601c20d
 SHA512 
11cd536baed2d56405103f18a8318a202092755a74baf10730aa58dc57032e327697b1c7f76bf9bf438927093ba9ac467ffa0c4564c7f6b1d3b2b3936f34fa73

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 05f62369652..000
--- 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
-}

diff --git a/app-arch/makeself/makeself-2.4.4.ebuild 
b/app-arch/makeself/makeself-2.4.4.ebuild
deleted file mode 100644
index 6e66645515b..000
--- a/app-arch/makeself/makeself-2.4.4.ebuild
+++ /dev/null
@@ -1,40 +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"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-# NB: The test framework requires bashunit (which isn't a big deal), but the
-# tests themselves are not of great quality.  You should avoid running them
-# yourself as they like to run commands like gpg against your own ~/ settings.
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-src_compile() { :; }
-
-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.
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/files/

2021-07-12 Thread Ionen Wolkens
commit: 4529786c5d9cf0d7df7de8f65c3930b43d4a9a6a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 12 12:44:36 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jul 12 12:48:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4529786c

app-arch/makeself: drop unused patch/files

Signed-off-by: Ionen Wolkens  gentoo.org>

 .../files/makeself-2.2.0-help-header.patch | 124 -
 app-arch/makeself/files/makeself-unpack| 100 -
 2 files changed, 224 deletions(-)

diff --git a/app-arch/makeself/files/makeself-2.2.0-help-header.patch 
b/app-arch/makeself/files/makeself-2.2.0-help-header.patch
deleted file mode 100644
index 5726bf55f7d..000
--- a/app-arch/makeself/files/makeself-2.2.0-help-header.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-From c9f605cb4a3903985f2c6f816c30c1edf728c1b5 Mon Sep 17 00:00:00 2001
-From: Jon Salz 
-Date: Mon, 27 Jan 2014 16:04:33 +0800
-Subject: [PATCH] Add --help-header option to prepend a string to the archive's
- --help.
-

- makeself-header.sh |  3 ++-
- makeself.sh| 71 ++
- 2 files changed, 41 insertions(+), 33 deletions(-)
-
-diff --git a/makeself-header.sh b/makeself-header.sh
-index e3f6c11..f97758c 100755
 a/makeself-header.sh
-+++ b/makeself-header.sh
-@@ -13,6 +13,7 @@ label="$LABEL"
- script="$SCRIPT"
- scriptargs="$SCRIPTARGS"
- licensetxt="$LICENSE"
-+helpheader='$HELPHEADER'
- targetdir="$archdirname"
- filesizes="$filesizes"
- keep="$KEEP"
-@@ -119,7 +120,7 @@ MS_dd_Progress()
- MS_Help()
- {
- cat << EOH >&2
--Makeself version $MS_VERSION
-+\${helpheader}Makeself version $MS_VERSION
-  1) Getting help or info about \$0 :
-   \$0 --help   Print this message
-   \$0 --info   Print embedded info : title, default target directory, 
embedded script ...
-diff --git a/makeself.sh b/makeself.sh
-index 361d710..cb2d6f2 100755
 a/makeself.sh
-+++ b/makeself.sh
-@@ -88,38 +88,39 @@ MS_Usage()
- {
- echo "Usage: $0 [params] archive_dir file_name label startup_script 
[args]"
- echo "params can be one or more of the following :"
--echo "--version | -v  : Print out Makeself version number and exit"
--echo "--help | -h : Print out this help message"
--echo "--quiet | -q: Do not print any messages other than errors."
--echo "--gzip  : Compress using gzip (default if detected)"
--echo "--bzip2 : Compress using bzip2 instead of gzip"
--echo "--pbzip2: Compress using pbzip2 instead of gzip"
--echo "--xz: Compress using xz instead of gzip"
--echo "--compress  : Compress using the UNIX 'compress' command"
--echo "--complevel lvl : Compression level for gzip xz bzip2 and 
pbzip2 (default 9)"
--echo "--base64: Instead of compressing, encode the data using 
base64"
--echo "--nocomp: Do not compress the data"
--echo "--notemp: The archive will create archive_dir in the"
--echo "  current directory and uncompress in 
./archive_dir"
--echo "--copy  : Upon extraction, the archive will first copy 
itself to"
--echo "  a temporary directory"
--echo "--append: Append more files to an existing Makeself 
archive"
--echo "  The label and startup scripts will then be 
ignored"
--echo "--target dir: Extract directly to a target directory"
--echo "  directory path can be either absolute or 
relative"
--echo "--current   : Files will be extracted to the current 
directory"
--echo "  Both --current and --target imply --notemp"
--echo "--tar-extra opt : Append more options to the tar command line"
--echo "--nomd5 : Don't calculate an MD5 for archive"
--echo "--nocrc : Don't calculate a CRC for archive"
--echo "--header file   : Specify location of the header script"
--echo "--follow: Follow the symlinks in the archive"
--echo "--noprogress: Do not show the progress during the 
decompression"
--echo "--nox11 : Disable automatic spawn of a xterm"
--echo "--nowait: Do not wait for user input after executing 
embedded"
--echo "  program from an xterm"
--echo "--lsm file  : LSM file describing the package"
--echo "--license file  : Append a license file"
-+echo "--version | -v : Print out Makeself version number and exit"
-+echo "--help | -h: Print out this help message"
-+echo "--quiet | -q   : Do not print any messages other than 
errors."
-+echo "--gzip : Compress using gzip (default if detected)"
-+echo "--bzip2: Compress using bzip2 instead of gzip"

[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-07-12 Thread Ionen Wolkens
commit: 77b7edffdee09816a0fb72dc7d5ab9fb4ad97ae6
Author: Matt Smith  offtopica  uk>
AuthorDate: Mon Jun 28 17:00:36 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jul 12 12:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b7edff

app-arch/makeself: Update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-arch/makeself/makeself-2.2.0-r2.ebuild | 2 +-
 app-arch/makeself/makeself-2.4.3.ebuild| 2 +-
 app-arch/makeself/makeself-2.4.4.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild 
b/app-arch/makeself/makeself-2.2.0-r2.ebuild
index 04f9402991c..05f62369652 100644
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit unpacker
 
 DESCRIPTION="Shell script that generates a self-extractible tar.gz"
-HOMEPAGE="http://www.megastep.org/makeself/;
+HOMEPAGE="https://makeself.io/;
 SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz;
 S="${WORKDIR}/${PN}-release-${PV}"
 

diff --git a/app-arch/makeself/makeself-2.4.3.ebuild 
b/app-arch/makeself/makeself-2.4.3.ebuild
index 2cd2a9fa870..32df98cc0e0 100644
--- a/app-arch/makeself/makeself-2.4.3.ebuild
+++ b/app-arch/makeself/makeself-2.4.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit optfeature
 
 DESCRIPTION="Shell script that generates a self-extractible tar.gz"
-HOMEPAGE="http://www.megastep.org/makeself/;
+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}"
 

diff --git a/app-arch/makeself/makeself-2.4.4.ebuild 
b/app-arch/makeself/makeself-2.4.4.ebuild
index 17f5cf26fdd..6e66645515b 100644
--- a/app-arch/makeself/makeself-2.4.4.ebuild
+++ b/app-arch/makeself/makeself-2.4.4.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
 inherit optfeature
 
 DESCRIPTION="Shell script that generates a self-extractible tar.gz"
-HOMEPAGE="http://www.megastep.org/makeself/;
+HOMEPAGE="https://makeself.io/;
 
SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-07-12 Thread Ionen Wolkens
commit: 998750be5d151b0024a353a7f7760ac3d053758a
Author: Matt Smith  offtopica  uk>
AuthorDate: Mon Jun 28 17:04:05 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jul 12 12:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998750be

app-arch/makeself: Bump to 2.4.5

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-arch/makeself/Manifest  |  1 +
 app-arch/makeself/makeself-2.4.5.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index 159a45ffdd5..f11a4fde727 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1,3 +1,4 @@
 DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 
2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9
 SHA512 
d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13
 DIST makeself-2.4.4.tar.gz 38889 BLAKE2B 
eac74fa28ac39cbc6b18d11671bfa32d6c0b04b55b3603c6c928483dd64af38d416936ef242f55aa4840affd4bf7fb91c2987f87afab093816331e50f16379ab
 SHA512 
3d4d03458f7f11a8df46340d1b489ca60d413d5ed857cc67bb8ef15335ce2848e4675e080791c26fdf29423f813d468b4b797438fe0876dad54e85c6346b9b8b
+DIST makeself-2.4.5.tar.gz 39012 BLAKE2B 
f79cf1c087e89c4fd09f328fb795a3f8a78ee38060dbbd1590e3dcdf22a346b0c12bf6837d1636efadb2a66f6a762308de7ee9dd2fc62a7c88d417d257c5f0f6
 SHA512 
1dae74586f6bd5afb526801b7ffa7fc7962ff74b0f190cdd51da93c21421864b72f5fe18090cb2ff6ad27f0907fbf3aeb5545f3f70e33dbc9e505a78505f5f90
 DIST release-2.2.0.tar.gz 21640 BLAKE2B 
32b06157829864918d225a136043a5c9b7c6c543351e981c0e3cdce84cbbe4c52f00870bb04d29bfd79e715c1c708b51cc9958d495a9633afb9a8d342601c20d
 SHA512 
11cd536baed2d56405103f18a8318a202092755a74baf10730aa58dc57032e327697b1c7f76bf9bf438927093ba9ac467ffa0c4564c7f6b1d3b2b3936f34fa73

diff --git a/app-arch/makeself/makeself-2.4.5.ebuild 
b/app-arch/makeself/makeself-2.4.5.ebuild
new file mode 100644
index 000..6e66645515b
--- /dev/null
+++ b/app-arch/makeself/makeself-2.4.5.ebuild
@@ -0,0 +1,40 @@
+# 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"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+# NB: The test framework requires bashunit (which isn't a big deal), but the
+# tests themselves are not of great quality.  You should avoid running them
+# yourself as they like to run commands like gpg against your own ~/ settings.
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_compile() { :; }
+
+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.
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-06-09 Thread Mike Frysinger
commit: b27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca
Author: Mike Frysinger  chromium  org>
AuthorDate: Wed Jun  9 18:16:52 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jun  9 18:16:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27d5eb6

app-arch/makeself: disable tests

I meant to disable these but left out the restrict after testing.

Closes: https://bugs.gentoo.org/794448
Signed-off-by: Mike Frysinger  gentoo.org>

 app-arch/makeself/makeself-2.4.4.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-arch/makeself/makeself-2.4.4.ebuild 
b/app-arch/makeself/makeself-2.4.4.ebuild
index 55fe1ca8929..17f5cf26fdd 100644
--- a/app-arch/makeself/makeself-2.4.4.ebuild
+++ b/app-arch/makeself/makeself-2.4.4.ebuild
@@ -1,10 +1,6 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The test framework requires bashunit (which isn't a big deal), but the
-# tests themselves are not of great quality.  You should avoid running them
-# yourself as they like to run commands like gpg against your own ~/ settings.
-
 EAPI="7"
 
 inherit optfeature
@@ -17,6 +13,11 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
 
+# NB: The test framework requires bashunit (which isn't a big deal), but the
+# tests themselves are not of great quality.  You should avoid running them
+# yourself as they like to run commands like gpg against your own ~/ settings.
+RESTRICT="test"
+
 S="${WORKDIR}/${PN}-release-${PV}"
 
 src_compile() { :; }



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-06-04 Thread Mike Frysinger
commit: 06b8bbbcac843e8186608c0a45f34781a93b09e0
Author: Mike Frysinger  chromium  org>
AuthorDate: Sat Jun  5 04:29:39 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jun  5 04:29:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b8bbbc

app-arch/makeself: version bump to 2.4.4

Signed-off-by: Mike Frysinger  gentoo.org>

 app-arch/makeself/Manifest  |  1 +
 app-arch/makeself/makeself-2.4.4.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index c7e58feec23..159a45ffdd5 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1,2 +1,3 @@
 DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 
2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9
 SHA512 
d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13
+DIST makeself-2.4.4.tar.gz 38889 BLAKE2B 
eac74fa28ac39cbc6b18d11671bfa32d6c0b04b55b3603c6c928483dd64af38d416936ef242f55aa4840affd4bf7fb91c2987f87afab093816331e50f16379ab
 SHA512 
3d4d03458f7f11a8df46340d1b489ca60d413d5ed857cc67bb8ef15335ce2848e4675e080791c26fdf29423f813d468b4b797438fe0876dad54e85c6346b9b8b
 DIST release-2.2.0.tar.gz 21640 BLAKE2B 
32b06157829864918d225a136043a5c9b7c6c543351e981c0e3cdce84cbbe4c52f00870bb04d29bfd79e715c1c708b51cc9958d495a9633afb9a8d342601c20d
 SHA512 
11cd536baed2d56405103f18a8318a202092755a74baf10730aa58dc57032e327697b1c7f76bf9bf438927093ba9ac467ffa0c4564c7f6b1d3b2b3936f34fa73

diff --git a/app-arch/makeself/makeself-2.4.4.ebuild 
b/app-arch/makeself/makeself-2.4.4.ebuild
new file mode 100644
index 000..55fe1ca8929
--- /dev/null
+++ b/app-arch/makeself/makeself-2.4.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NB: The test framework requires bashunit (which isn't a big deal), but the
+# tests themselves are not of great quality.  You should avoid running them
+# yourself as they like to run commands like gpg against your own ~/ settings.
+
+EAPI="7"
+
+inherit optfeature
+
+DESCRIPTION="Shell script that generates a self-extractible tar.gz"
+HOMEPAGE="http://www.megastep.org/makeself/;
+SRC_URI="https://github.com/megastep/makeself/archive/refs/tags/release-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_compile() { :; }
+
+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.
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-05-21 Thread Sam James
commit: 52f9a9b435c0722f6e3b5fad6794400243666a32
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f9a9b4

app-arch/makeself: Stabilize 2.4.3 ALLARCHES, #791343

Signed-off-by: Sam James  gentoo.org>

 app-arch/makeself/makeself-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/makeself/makeself-2.4.3.ebuild 
b/app-arch/makeself/makeself-2.4.3.ebuild
index a46a9d81b0c..2cd2a9fa870 100644
--- a/app-arch/makeself/makeself-2.4.3.ebuild
+++ b/app-arch/makeself/makeself-2.4.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-release-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-04-09 Thread Sam James
commit: f3a6d0085159620af4f4bb8512f0f2d2af159211
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 10:39:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  9 20:42:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a6d008

app-arch/makeself: Bump to 2.4.3

* Bump to EAPI=7
* Fix LICENSE
* Remove useless inherits
* Remove makeself-unpack script that no longer works
* Use optfeature for extra compression methods

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20243
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index ba4d86418fe..c7e58feec23 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1 +1,2 @@
+DIST makeself-2.4.3.tar.gz 32613 BLAKE2B 
2295b6d47a8105f2b495260abb0c9ae85875c821d0291a19b5af894c1cef669f338c4e10de8128fe38008e7e08079d1f29949884f202cab680c7fd62e2f00dd9
 SHA512 
d404c7920c7f69ae29c7168bcf76806b6e2aae2e8916bb7feed998d031ce8b2cd205b83ad960a90b01189c97f9242eb3ef574194ba3ee51c605fe99dafbd6c13
 DIST release-2.2.0.tar.gz 21640 BLAKE2B 
32b06157829864918d225a136043a5c9b7c6c543351e981c0e3cdce84cbbe4c52f00870bb04d29bfd79e715c1c708b51cc9958d495a9633afb9a8d342601c20d
 SHA512 
11cd536baed2d56405103f18a8318a202092755a74baf10730aa58dc57032e327697b1c7f76bf9bf438927093ba9ac467ffa0c4564c7f6b1d3b2b3936f34fa73

diff --git a/app-arch/makeself/makeself-2.4.3.ebuild 
b/app-arch/makeself/makeself-2.4.3.ebuild
new file mode 100644
index 000..a46a9d81b0c
--- /dev/null
+++ b/app-arch/makeself/makeself-2.4.3.ebuild
@@ -0,0 +1,37 @@
+# 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="http://www.megastep.org/makeself/;
+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.
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-04-09 Thread Sam James
commit: 3b15f874520f8c719e0178a4eb17e767600234e2
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 10:11:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  9 20:42:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b15f874

app-arch/makeself: Adopt package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-arch/makeself/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-arch/makeself/metadata.xml b/app-arch/makeself/metadata.xml
index e9ea9a6233c..3ded3c29146 100644
--- a/app-arch/makeself/metadata.xml
+++ b/app-arch/makeself/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+m...@offtopica.uk
+Matt Smith
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
   
 megastep/makeself



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2021-02-09 Thread Sam James
commit: 1730898ba1428cf6019d21e8e2700de17b0fd307
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 09:38:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 09:47:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1730898b

app-arch/makeself: mark ALLARCHES

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-arch/makeself/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/makeself/metadata.xml b/app-arch/makeself/metadata.xml
index 924a4644bdb..e9ea9a6233c 100644
--- a/app-arch/makeself/metadata.xml
+++ b/app-arch/makeself/metadata.xml
@@ -2,6 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
+  
   
 megastep/makeself
   



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2018-01-03 Thread Patrice Clement
commit: a88d436a3737be007d85ec34a3735a74fc74a2a8
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan  3 20:54:26 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan  3 20:54:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88d436a

app-arch/makeself: clean up old.

Bug: https://bugs.gentoo.org/642608
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/makeself/Manifest |  1 -
 app-arch/makeself/makeself-2.1.5-r2.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-arch/makeself/Manifest b/app-arch/makeself/Manifest
index 124647a40ae..ba4d86418fe 100644
--- a/app-arch/makeself/Manifest
+++ b/app-arch/makeself/Manifest
@@ -1,2 +1 @@
-DIST makeself-2.1.5.run 38210 BLAKE2B 
b3e68e1c12cfaa2fb66cc53104fb0ec8148b93fac3a26a7e4e5de64672fca5709edd500039a9ccad5e8a6031997332e1096fe6dc5e92fbe83663aa1f2757dc15
 SHA512 
c556770deea504573c50bc7c15340ed91c65d372e93c47dfc10fd6e8265b2462842da12b36898d4291cbac9e954ec12f2f6972bcf40e97ed82dbd22af21d3a91
 DIST release-2.2.0.tar.gz 21640 BLAKE2B 
32b06157829864918d225a136043a5c9b7c6c543351e981c0e3cdce84cbbe4c52f00870bb04d29bfd79e715c1c708b51cc9958d495a9633afb9a8d342601c20d
 SHA512 
11cd536baed2d56405103f18a8318a202092755a74baf10730aa58dc57032e327697b1c7f76bf9bf438927093ba9ac467ffa0c4564c7f6b1d3b2b3936f34fa73

diff --git a/app-arch/makeself/makeself-2.1.5-r2.ebuild 
b/app-arch/makeself/makeself-2.1.5-r2.ebuild
deleted file mode 100644
index c3e4733b4ec..000
--- a/app-arch/makeself/makeself-2.1.5-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit unpacker
-
-DESCRIPTION="shell script that generates a self-extractible tar.gz"
-HOMEPAGE="http://www.megastep.org/makeself/;
-SRC_URI="http://www.megastep.org/makeself/${P}.run;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-apps/gentoo-functions"
-
-S=${WORKDIR}
-
-src_install() {
-   dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || 
die
-   dosym makeself.sh /usr/bin/makeself
-   doman makeself.1
-   dodoc README TODO makeself.lsm
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2018-01-03 Thread Patrice Clement
commit: 1851ab80ebdfb73ace90717326ca20849ce9ba19
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan  3 20:53:35 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan  3 20:54:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851ab80

app-arch/makeself: stable for the remaining arches using the ALLARCHES policy.

Closes: https://bugs.gentoo.org/642608
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/makeself/makeself-2.2.0-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild 
b/app-arch/makeself/makeself-2.2.0-r2.ebuild
index 46e3361cfd1..798ab5b911e 100644
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,8 +11,7 @@ 
SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
+KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="sys-apps/gentoo-functions"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2017-12-30 Thread Sergei Trofimovich
commit: 095e4c22bf6a0ad24c970d198972a0b2b8421818
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 30 23:25:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 30 23:25:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095e4c22

app-arch/makeself: stable 2.2.0-r2 for hppa, bug #642608

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-arch/makeself/makeself-2.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild 
b/app-arch/makeself/makeself-2.2.0-r2.ebuild
index 52c5aa12b2c..46e3361cfd1 100644
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-apps/gentoo-functions"



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2017-12-29 Thread Thomas Deutschmann
commit: 626974e2f356265390a3f12afd152c7a09c05034
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 29 17:47:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 29 17:49:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626974e2

app-arch/makeself: x86 stable (bug #642608)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/makeself/makeself-2.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild 
b/app-arch/makeself/makeself-2.2.0-r2.ebuild
index cdbdf7c7a64..52c5aa12b2c 100644
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="sys-apps/gentoo-functions"



[gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/

2017-08-07 Thread Amy Liffey
commit: 26dfb2f1adb2492d058073103802ce8669e5421a
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug  7 10:35:44 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug  7 10:36:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dfb2f1

app-arch/makeself: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../{makeself-2.2.0-r1.ebuild => makeself-2.2.0-r2.ebuild}| 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-arch/makeself/makeself-2.2.0-r1.ebuild 
b/app-arch/makeself/makeself-2.2.0-r2.ebuild
similarity index 84%
rename from app-arch/makeself/makeself-2.2.0-r1.ebuild
rename to app-arch/makeself/makeself-2.2.0-r2.ebuild
index 5703aa615d1..cdbdf7c7a64 100644
--- a/app-arch/makeself/makeself-2.2.0-r1.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 inherit unpacker eutils
 
@@ -18,9 +18,7 @@ RDEPEND="sys-apps/gentoo-functions"
 
 S="${WORKDIR}/${PN}-release-${PV}"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-help-header.patch
-}
+PATCHES=( "${FILESDIR}/${P}-help-header.patch" )
 
 src_install() {
dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack