diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2022-10-30 14:49:41 +0300 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-31 23:50:57 +0100 |
commit | 5f6c4062375fef16a763f3d413b099addef73432 (patch) | |
tree | 6df0253aef1d10601df723d4a988910c87286b95 /app-arch/upx | |
parent | sys-devel/gcc: restore ~riscv keyword in 12.2.1_p20221008 (diff) | |
download | gentoo-5f6c4062375fef16a763f3d413b099addef73432.tar.gz gentoo-5f6c4062375fef16a763f3d413b099addef73432.tar.bz2 gentoo-5f6c4062375fef16a763f3d413b099addef73432.zip |
app-arch/upx: add 4.0.0
Bug: https://bugs.gentoo.org/778530
Bug: https://bugs.gentoo.org/790281
Bug: https://bugs.gentoo.org/792348
Bug: https://bugs.gentoo.org/866794
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-arch/upx')
-rw-r--r-- | app-arch/upx/Manifest | 1 | ||||
-rw-r--r-- | app-arch/upx/upx-4.0.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-arch/upx/Manifest b/app-arch/upx/Manifest index 1464eec2d85e..305f77a6cf04 100644 --- a/app-arch/upx/Manifest +++ b/app-arch/upx/Manifest @@ -1 +1,2 @@ DIST upx-3.96-src.tar.xz 792524 BLAKE2B 21af85dbcfdd1bf0151a653c865db13c9f30b9de0b9b4b94557ddd55736c7053dd829c5d72b9a7e5aa94a71ecc0151145dd66d7d98ded178c50ff7357d0ba442 SHA512 2d4d1be21d274d9bfdee9b9815396f5e5ff0bcdfb781b7be5fafa4d1e224028e412ec5f5ba607c482671aae27ccf9069abb2db0fb58f78f3a102a51897df2b11 +DIST upx-4.0.0-src.tar.xz 1159308 BLAKE2B d2626a63b626f9b4e913b822e699fa93b7080d322b19555d44d7cf4ce17b37f0d50ec1381d07d0e4f8827e8edcd29d525d497fa79acd18d520ac58e176fb2b72 SHA512 fe3e8c594e845a91338b1e11fe3cb6371430af40a567187d63835e27da8b2abf993a104b0693063f4db984234bada7b2bd16ad79e3ad90861a1f495d99de7de6 diff --git a/app-arch/upx/upx-4.0.0.ebuild b/app-arch/upx/upx-4.0.0.ebuild new file mode 100644 index 000000000000..dcfcfaccee67 --- /dev/null +++ b/app-arch/upx/upx-4.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Ultimate Packer for eXecutables (free version using UCL compression and not NRV)" +HOMEPAGE="https://upx.github.io/" +SRC_URI="https://github.com/upx/upx/releases/download/v${PV}/${P}-src.tar.xz" +S="${WORKDIR}/${P}-src" + +LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="!app-arch/upx-bin" +BDEPEND="app-arch/xz-utils[extra-filters]" |