public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/upx/
Date: Thu, 11 Apr 2024 22:16:27 +0000 (UTC)	[thread overview]
Message-ID: <1712873767.e322772025989f5e6f32106cfc66868dbce9a29c.dlan@gentoo> (raw)

commit:     e322772025989f5e6f32106cfc66868dbce9a29c
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Apr 11 07:57:11 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 22:16:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3227720

app-arch/upx: drop 4.2.2

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-arch/upx/Manifest         |  1 -
 app-arch/upx/upx-4.2.2.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-arch/upx/Manifest b/app-arch/upx/Manifest
index 9ee4e17b347d..58606ce802e6 100644
--- a/app-arch/upx/Manifest
+++ b/app-arch/upx/Manifest
@@ -1,3 +1,2 @@
 DIST upx-4.1.0-src.tar.xz 1267708 BLAKE2B ef7884028a97b1d7e542fc27756b705582786a22d193b1eef40d0db16580958baddc3baa44429b5ba2c0f7b5d4d0f4f79fdeb777af016b962b07c7639a319090 SHA512 de8306e833198d7f470c050b05c6111a50ea94f2e757c1006433742871ccd93fd7412f942cd776e9eac6c91e379545d72f070f3fe928e75e5d5092b766474f8c
-DIST upx-4.2.2-src.tar.xz 1275320 BLAKE2B 747d8e9543325cafd368d5b47e7a90bfef042a80a58ad0fc1eba798716cebe16ef91645e436fd9506a3c8fe58aa28852437a81e4058afbb213284a4a2475c828 SHA512 03885abfd1db899ea21e9469068dbe046e4817de461e36a6c8a77f6a98f8ccaf00c95846ad3b13e59a5e037ce2f2bed7bea599396968e0aeb7ba5fce1b374a9b
 DIST upx-4.2.3-src.tar.xz 1283824 BLAKE2B 2b53bf68196c35c05eb930760ad20446fbcde9b15e1e9261e2eb7553dc1c8ede48db952cd7c5bc6de5861ac98f9f62bb1d348806731fea7dad1e532fc7e1e636 SHA512 b9ebda5d3372132bb861e0dd035829b16e4c06900f68af182895f17975493707d78cbabc63060e581de1ce149bb5129d883f6e6abcde0413c0bf474db919f5fd

diff --git a/app-arch/upx/upx-4.2.2.ebuild b/app-arch/upx/upx-4.2.2.ebuild
deleted file mode 100644
index df37e7e83714..000000000000
--- a/app-arch/upx/upx-4.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 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]"
-
-src_configure() {
-	local mycmakeargs=(
-		-DUPX_CONFIG_DISABLE_WERROR=ON
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	# Don't run tests in parallel, #878977
-	cmake_src_test -j1
-}


             reply	other threads:[~2024-04-11 22:16 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11 22:16 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26 13:13 [gentoo-commits] repo/gentoo:master commit in: app-arch/upx/ Eli Schwartz
2024-08-26 13:13 Eli Schwartz
2024-08-17 21:50 Mike Gilbert
2024-04-11 22:16 Yixun Lan
2024-03-16  9:09 Joonas Niilola
2024-03-16  9:09 Joonas Niilola
2024-01-07  0:20 Conrad Kostecki
2024-01-07  0:20 Conrad Kostecki
2023-12-24 17:21 Arthur Zamarin
2023-12-24  1:02 Sam James
2023-08-10  6:56 Conrad Kostecki
2023-02-22  6:09 Sam James
2023-02-22  6:09 Sam James
2023-02-20 19:45 John Helmert III
2023-01-20  1:23 Sam James
2023-01-15 20:34 Sam James
2023-01-15 20:34 Sam James
2023-01-08  6:59 Joonas Niilola
2022-12-31 13:02 Arthur Zamarin
2022-12-25 22:02 Mike Gilbert
2022-11-28  7:11 Joonas Niilola
2022-11-01 20:26 Sam James
2022-11-01 18:49 Conrad Kostecki
2022-10-31 22:51 Conrad Kostecki
2021-06-29 11:24 Ben Kohler
2021-05-23 16:53 Andreas Sturmlechner
2021-03-27 14:26 Conrad Kostecki
2020-08-24 23:47 Sam James
2020-08-24  1:58 Sam James
2020-05-13 13:43 Joonas Niilola
2020-02-25  6:05 Joonas Niilola
2020-02-25  6:05 Joonas Niilola
2020-02-25  6:05 Joonas Niilola
2019-08-08 18:21 Joonas Niilola
2019-08-08 18:21 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712873767.e322772025989f5e6f32106cfc66868dbce9a29c.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox